omniauth-gplus.gemspec in omniauth-gplus-1.2.0 vs omniauth-gplus.gemspec in omniauth-gplus-2.0.0.beta1
- old
+ new
@@ -7,11 +7,11 @@
spec.version = OmniAuth::GPlus::VERSION
spec.authors = ["Kurtis Rainbolt-Greene", "Sam Dunne"]
spec.email = ["me@kurtisrainboltgreene.name", "sam@sam-dunne.com"]
spec.summary = %q{A Google+ OAuth2 solution for Omniauth}
spec.description = spec.summary
- spec.homepage = "http://krainboltgreene.github.com/omniauth-gplus"
+ spec.homepage = "http://samdunne.github.com/omniauth-gplus"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
@@ -23,6 +23,12 @@
spec.add_development_dependency "mocha"
spec.add_development_dependency 'yard'
spec.add_development_dependency 'kramdown'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'coveralls'
+
+ if RUBY_PLATFORM == 'rbx'
+ spec.add_development_dependency 'racc'
+ spec.add_development_dependency 'rubinius-coverage', github: 'rubinius/rubinius-coverage'
+ spec.add_development_dependency 'rubysl'
+ end
end