Skip to content

Commit 2b74a79

Browse files
committed
Update gemspec.
1 parent b5c515a commit 2b74a79

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

rdf-mongo.gemspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Gem::Specification.new do |gem|
1313

1414
gem.name = 'rdf-mongo'
1515
gem.homepage = 'http://ruby-rdf.github.com/rdf-mongo'
16-
gem.license = 'MIT License' if gem.respond_to?(:license=)
16+
gem.license = 'MIT' if gem.respond_to?(:license=)
1717
gem.summary = 'A storage adapter for integrating MongoDB and rdf.rb, a Ruby library for working with Resource Description Framework (RDF) data.'
1818
gem.description = 'rdf-mongo is a storage adapter for integrating MongoDB and rdf.rb, a Ruby library for working with Resource Description Framework (RDF) data.'
1919

20-
gem.authors = ['Pius Uzamere']
21-
gem.email = 'pius@alum.mit.edu'
20+
gem.authors = ['Pius Uzamere', 'Gregg Kellogg']
21+
gem.email = ['pius@alum.mit.edu', 'gregg@greggkellogg.net']
2222

2323
gem.platform = Gem::Platform::RUBY
2424
gem.files = %w(LICENSE VERSION README.md) + Dir.glob('lib/**/*.rb')
@@ -33,10 +33,10 @@ Gem::Specification.new do |gem|
3333
gem.add_runtime_dependency 'mongo', '~> 2.2'
3434

3535
gem.add_development_dependency 'rdf-spec', '>= 2.0.0.beta', '< 3'
36-
gem.add_development_dependency 'rspec', '~> 3.0'
37-
gem.add_development_dependency 'rspec-its', '~> 1.0'
38-
gem.add_development_dependency 'yard' , '~> 0.8'
39-
gem.add_development_dependency 'bson_ext' unless defined?(:RUBY_ENGINE) && RUBY_ENGINE == "jruby"
36+
gem.add_development_dependency 'rspec', '~> 3.4'
37+
gem.add_development_dependency 'rspec-its', '~> 1.2'
38+
gem.add_development_dependency 'yard', '~> 0.8'
39+
gem.add_development_dependency 'bson_ext', '~> 1.12' unless defined?(:RUBY_ENGINE) && RUBY_ENGINE == "jruby"
4040

4141
# Rubinius has it's own dependencies
4242
if RUBY_ENGINE == "rbx" && RUBY_VERSION >= "2.1.0"

0 commit comments

Comments
 (0)