bundling in http://github.com/AaronH/chronic for ruby 1.9.2 compatibility
This commit is contained in:
parent
3e20f936eb
commit
4fc6a10dad
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "lib/whenever/vendor/gems/chronic"]
|
||||
path = lib/whenever/vendor/gems/chronic
|
||||
url = git://github.com/AaronH/chronic.git
|
1
Rakefile
1
Rakefile
@ -13,7 +13,6 @@ begin
|
||||
gemspec.email = "javan@javan.us"
|
||||
gemspec.homepage = "http://github.com/javan/whenever"
|
||||
gemspec.authors = ["Javan Makhmali"]
|
||||
gemspec.add_dependency 'chronic', '>= 0.2.3'
|
||||
gemspec.add_dependency 'activesupport', '>= 2.3.4'
|
||||
gemspec.add_development_dependency 'shoulda', '>= 2.1.1'
|
||||
gemspec.add_development_dependency 'mocha', '>= 0.9.5'
|
||||
|
@ -1,6 +1,10 @@
|
||||
require 'chronic'
|
||||
require 'active_support/all'
|
||||
|
||||
# Bundling in http://github.com/AaronH/chronic because
|
||||
# it's compatible with Ruby 1.9.2 and the official
|
||||
# gem isn't. I hope to remove this eventually.
|
||||
require 'whenever/vendor/gems/chronic/lib/chronic'
|
||||
|
||||
require 'whenever/base'
|
||||
require 'whenever/job_list'
|
||||
require 'whenever/job'
|
||||
|
1
lib/whenever/vendor/gems/chronic
vendored
Submodule
1
lib/whenever/vendor/gems/chronic
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit d027ad09333ac49e9eb368c659c5243b515a7694
|
Loading…
Reference in New Issue
Block a user