Skip to content

Commit fde341e

Browse files
committed
More styleguide fixes
1 parent b1cc00f commit fde341e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

split-analytics.gemspec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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

55
Gem::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

0 commit comments

Comments
 (0)