Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jun 30, 2009
1 parent 3771481 commit dfc08d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rspec-meta.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
"README.markdown",
"Rakefile",
"VERSION.yml",
"lib/rspec-meta.rb"
"lib/rspec.rb"
]
s.homepage = %q{http://github.com/rspec/meta}
s.rdoc_options = ["--charset=UTF-8"]
Expand All @@ -29,13 +29,16 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rspec-core>, ["= 0.0.0"])
s.add_runtime_dependency(%q<rspec-expectations>, ["= 0.0.0"])
s.add_runtime_dependency(%q<rspec-mocks>, ["= 0.0.0"])
else
s.add_dependency(%q<rspec-core>, ["= 0.0.0"])
s.add_dependency(%q<rspec-expectations>, ["= 0.0.0"])
s.add_dependency(%q<rspec-mocks>, ["= 0.0.0"])
end
else
s.add_dependency(%q<rspec-core>, ["= 0.0.0"])
s.add_dependency(%q<rspec-expectations>, ["= 0.0.0"])
s.add_dependency(%q<rspec-mocks>, ["= 0.0.0"])
end
Expand Down

0 comments on commit dfc08d3

Please sign in to comment.