Rakefile in pomo-0.5.0 vs Rakefile in pomo-1.0.0
- old
+ new
@@ -8,10 +8,10 @@
Echoe.new "pomo", Pomo::VERSION do |p|
p.author = "TJ Holowaychuk"
p.email = "tj@vision-media.ca"
p.summary = "Pomodoro time management for the command-line"
p.url = "http://github.com/visionmedia/pomo"
- p.runtime_dependencies << 'commander >=4.0.0'
+ p.runtime_dependencies << 'commander >=4.0.2'
p.runtime_dependencies << 'growl >=1.0.3'
end
Dir['tasks/**/*.rake'].sort.each { |f| load f }
\ No newline at end of file