Skip to content

Commit

Permalink
+ Version spec for cod
Browse files Browse the repository at this point in the history
  • Loading branch information
kschiess committed Jan 23, 2012
1 parent 83db229 commit b1b0814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: . remote: .
specs: specs:
procrastinate (0.4.0) procrastinate (0.4.0)
cod cod (~> 0.4)
state_machine (~> 0.9.4) state_machine (~> 0.9.4)


GEM GEM
Expand Down
2 changes: 1 addition & 1 deletion procrastinate.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.summary = %q{Framework to run tasks in separate processes.} s.summary = %q{Framework to run tasks in separate processes.}


s.add_dependency('state_machine', "~> 0.9.4") s.add_dependency('state_machine', "~> 0.9.4")
s.add_dependency('cod') s.add_dependency('cod', '~> 0.4')


s.add_development_dependency('rake') s.add_development_dependency('rake')
s.add_development_dependency('rspec') s.add_development_dependency('rspec')
Expand Down

0 comments on commit b1b0814

Please sign in to comment.