File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# -*- encoding: utf-8 -*-
2- $: . push File . expand_path ( " ../lib" , __FILE__ )
3- require " split/analytics/version"
2+ $LOAD_PATH . push File . expand_path ( ' ../lib' , __FILE__ )
3+ require ' split/analytics/version'
44
55Gem ::Specification . new do |gem |
6- gem . authors = [ " Andrew Nesbitt" ]
7- gem . email = [ " andrewnez@gmail.com" ]
8- gem . summary = %q{ Split extension to push test data to google analytics}
9- gem . homepage = " https://github.com/andrew/split-analytics"
6+ gem . authors = [ ' Andrew Nesbitt' ]
7+ gem . email = [ ' andrewnez@gmail.com' ]
8+ gem . summary = ' Split extension to push test data to google analytics'
9+ gem . homepage = ' https://github.com/andrew/split-analytics'
1010 gem . license = 'MIT'
1111
12- gem . executables = `git ls-files -- bin/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
12+ gem . executables = `git ls-files -- bin/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
1313 gem . files = `git ls-files` . split ( "\n " )
1414 gem . test_files = `git ls-files -- {test,spec,features}/*` . split ( "\n " )
15- gem . name = " split-analytics"
15+ gem . name = ' split-analytics'
1616 gem . require_paths = [ 'lib' ]
1717 gem . version = Split ::Analytics ::VERSION
1818
You can’t perform that action at this time.
0 commit comments