Skip to content

Commit 0a6d8b5

Browse files
committed
Finish 2.0.0.beta1
2 parents 861ddbc + dcb19f3 commit 0a6d8b5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README

Lines changed: 0 additions & 1 deletion
This file was deleted.

sparql-client.gemspec

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

88
gem.name = 'sparql-client'
99
gem.homepage = 'http://ruby-rdf.github.com/sparql-client/'
10-
gem.license = 'Public Domain' if gem.respond_to?(:license=)
10+
gem.license = 'Unlicense'
1111
gem.summary = 'SPARQL client for RDF.rb.'
1212
gem.description = %(Executes SPARQL queries and updates against a remote SPARQL 1.0 or 1.1 endpoint,
1313
or against a local repository. Generates SPARQL queries using a simple DSL.
@@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
1919
gem.email = '[email protected]'
2020

2121
gem.platform = Gem::Platform::RUBY
22-
gem.files = %w(AUTHORS CREDITS README UNLICENSE VERSION) + Dir.glob('lib/**/*.rb')
22+
gem.files = %w(AUTHORS CREDITS README.md UNLICENSE VERSION) + Dir.glob('lib/**/*.rb')
2323
gem.bindir = %q(bin)
2424
gem.executables = %w()
2525
gem.default_executable = gem.executables.first
@@ -32,10 +32,10 @@ Gem::Specification.new do |gem|
3232
gem.requirements = []
3333
gem.add_runtime_dependency 'rdf', '>= 2.0.0.beta', '< 3'
3434
gem.add_runtime_dependency 'net-http-persistent', '~> 2.9'
35-
gem.add_development_dependency 'sparql', '>= 1.99', '< 3'
35+
gem.add_development_dependency 'sparql', '>= 2.0.0.beta', '< 3'
3636
gem.add_development_dependency 'rdf-spec', '>= 2.0.0.beta', '< 3'
37-
gem.add_development_dependency 'rspec', '~> 3.0.0'
38-
gem.add_development_dependency 'rspec-its', '~> 1.0'
37+
gem.add_development_dependency 'rspec', '~> 3.4'
38+
gem.add_development_dependency 'rspec-its', '~> 1.2'
3939
gem.add_development_dependency 'webmock', '~> 1.15'
4040
gem.add_development_dependency 'yard' , '~> 0.8'
4141

0 commit comments

Comments
 (0)