Skip to content

Commit 4f2eb55

Browse files
committed
Update license and dependencies in gemspec. Remove README symlink.
1 parent 474a3c9 commit 4f2eb55

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

README

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

rdf.gemspec

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

88
gem.name = 'rdf'
99
gem.homepage = 'http://ruby-rdf.github.com/'
10-
gem.license = 'Public Domain' if gem.respond_to?(:license=)
10+
gem.license = 'Unlicense'
1111
gem.summary = 'A Ruby library for working with Resource Description Framework (RDF) data.'
1212
gem.description = 'RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.'
1313
gem.rubyforge_project = 'rdf'
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616
gem.email = 'public-rdf-ruby@w3.org'
1717

1818
gem.platform = Gem::Platform::RUBY
19-
gem.files = %w(AUTHORS CREDITS README UNLICENSE VERSION bin/rdf etc/doap.nt) + Dir.glob('lib/**/*.rb')
19+
gem.files = %w(AUTHORS CREDITS README.md UNLICENSE VERSION bin/rdf etc/doap.nt) + Dir.glob('lib/**/*.rb')
2020
gem.bindir = %q(bin)
2121
gem.executables = %w(rdf)
2222
gem.default_executable = gem.executables.first
@@ -30,8 +30,8 @@ Gem::Specification.new do |gem|
3030
gem.add_runtime_dependency 'link_header', '~> 0.0', '>= 0.0.8'
3131
gem.add_runtime_dependency 'hamster', '~> 2.0'
3232
gem.add_development_dependency 'rdf-spec', '>= 2.0.0.beta', '< 3'
33-
gem.add_development_dependency 'rdf-vocab', '>= 0.8'
34-
gem.add_development_dependency 'rdf-xsd', '>= 1.1'
33+
gem.add_development_dependency 'rdf-vocab', '>= 2.0.0.beta', '< 3'
34+
gem.add_development_dependency 'rdf-xsd', '>= 2.0.0.beta', '< 3'
3535
gem.add_development_dependency 'rest-client', '~> 1.7'
3636
gem.add_development_dependency 'rspec', '~> 3.0'
3737
gem.add_development_dependency 'rspec-its', '~> 1.0'

0 commit comments

Comments
 (0)