Skip to content

Commit

Permalink
Fix gemspec and add bundler support
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmer committed Mar 6, 2011
1 parent 1df3392 commit 50db904
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage
rdoc
pkg
*~
Gemfile.lock
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source :rubygems

gemspec
3 changes: 2 additions & 1 deletion sinatra-url-for.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<sinatra>, [">= 0.9.1.1"])
s.add_development_dependency(%q<rspec>, [">= 1.1.11"])
s.add_development_dependency(%q<rspec>, ["~> 1.1.11"])
s.add_development_dependency(%q<jeweler>)
else
s.add_dependency(%q<sinatra>, [">= 0.9.1.1"])
s.add_dependency(%q<rspec>, [">= 1.1.11"])
Expand Down

0 comments on commit 50db904

Please sign in to comment.