Skip to content

Commit

Permalink
added minimum dependency versions for gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tvongaza committed Mar 4, 2010
1 parent d109dcd commit f7fad8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.rdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
== 0.0.6:
* Explicit minimum dependency versions
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ begin
gem.homepage = "http://github.com/tvongaza/DropBox"
gem.authors = ["Tys von Gaza","JP Hastings-Spital","Chris Searle","Nicholas A. Evans"]
gem.add_development_dependency "Shoulda"
gem.add_dependency "mechanize"
gem.add_dependency "nokogiri"
gem.add_dependency "mechanize",'>= 1.0.0'
gem.add_dependency "nokogiri", '>= 1.2.1'
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
0.0.6

0 comments on commit f7fad8e

Please sign in to comment.