Skip to content

Commit d6d85e9

Browse files
author
Tom Johnson
committed
Make rspec and rdf load runtime dependencies
RSpec, RSpec Its, and RDF.rb are required to run this code. When marked as development dependencies, they are not included in the dependency tree for external projects that use this code.
1 parent 10f5051 commit d6d85e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rdf-spec.gemspec

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

2828
gem.required_ruby_version = '>= 1.9.2'
2929
gem.requirements = []
30-
gem.add_development_dependency 'rdf', '~> 1.1'
31-
gem.add_development_dependency 'rspec', '~> 3.0'
32-
gem.add_development_dependency 'rspec-its', '~> 1.0'
30+
gem.add_runtime_dependency 'rdf', '~> 1.1'
31+
gem.add_runtime_dependency 'rspec', '~> 3.0'
32+
gem.add_runtime_dependency 'rspec-its', '~> 1.0'
3333
gem.add_development_dependency 'yard' , '~> 0.8'
3434
gem.post_install_message = nil
3535
end

0 commit comments

Comments
 (0)