Skip to content

Commit

Permalink
Finish 2.0.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Feb 23, 2016
2 parents 855fa7f + d5d126f commit e5470c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README

This file was deleted.

6 changes: 3 additions & 3 deletions rdf-spec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |gem|

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

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

0 comments on commit e5470c1

Please sign in to comment.