smoke the latest chronic

This commit is contained in:
Javan Makhmali 2011-06-08 21:24:06 -04:00
parent 1214114c40
commit 01c27c9c10
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
### 0.6.9 / June 8th, 2011
* Use mojombo's chronic, it's active again. [Javan Makhmali]
### 0.6.8 / May 24th, 2011 ### 0.6.8 / May 24th, 2011
* Convert most shortcuts to seconds. every :day -> every 1.day. #129 [Javan Makhmali] * Convert most shortcuts to seconds. every :day -> every 1.day. #129 [Javan Makhmali]

View File

@ -15,8 +15,8 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- test/{functional,unit}/*`.split("\n") s.test_files = `git ls-files -- test/{functional,unit}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.add_runtime_dependency(%q<aaronh-chronic>, [">= 0.3.9"]) s.add_dependency "chronic", ">= 0.4.3"
s.add_runtime_dependency(%q<activesupport>, [">= 2.3.4"]) s.add_dependency "activesupport", ">= 2.3.4"
s.add_development_dependency(%q<shoulda>, [">= 2.1.1"]) s.add_development_dependency "shoulda", ">= 2.1.1"
s.add_development_dependency(%q<mocha>, [">= 0.9.5"]) s.add_development_dependency "mocha", ">= 0.9.5"
end end