Skip to content

Commit e5470c1

Browse files
committed
Finish 2.0.0.beta1
2 parents 855fa7f + d5d126f commit e5470c1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README

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

rdf-spec.gemspec

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

88
gem.name = 'rdf-spec'
99
gem.homepage = 'http://ruby-rdf.github.com/rdf-spec/'
10-
gem.license = 'Public Domain' if gem.respond_to?(:license=)
10+
gem.license = 'Unlicense'
1111
gem.summary = 'RSpec extensions for RDF.rb.'
1212
gem.description = 'RDF.rb extension that provides RSpec matchers and shared examples for RDF objects.'
1313
gem.rubyforge_project = 'rdf'
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616
gem.email = '[email protected]'
1717

1818
gem.platform = Gem::Platform::RUBY
19-
gem.files = %w(AUTHORS CREDITS README UNLICENSE VERSION) + Dir.glob('etc/*') + Dir.glob('lib/**/*.rb') + Dir.glob('spec/*.rb')
19+
gem.files = %w(AUTHORS CREDITS README.md UNLICENSE VERSION) + Dir.glob('etc/*') + Dir.glob('lib/**/*.rb') + Dir.glob('spec/*.rb')
2020
gem.bindir = %q(bin)
2121
gem.executables = %w()
2222
gem.default_executable = gem.executables.first
@@ -28,7 +28,7 @@ Gem::Specification.new do |gem|
2828
gem.required_ruby_version = '>= 2.0'
2929
gem.requirements = []
3030
gem.add_runtime_dependency 'rdf', '>= 2.0.0.beta', '< 3'
31-
gem.add_runtime_dependency 'rdf-isomorphic', '>= 1.99', '< 3'
31+
gem.add_runtime_dependency 'rdf-isomorphic', '>= 2.0.0.beta', '< 3'
3232
gem.add_runtime_dependency 'rspec', '~> 3.0'
3333
gem.add_runtime_dependency 'rspec-its', '~> 1.0'
3434
gem.add_runtime_dependency 'webmock', '~> 1.17'

0 commit comments

Comments
 (0)