Skip to content

Commit

Permalink
added missing comma. [javan#1 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Mar 24, 2009
1 parent efc0b42 commit 5da9f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -14,7 +14,7 @@ In a Rails (2.1 or greater) application:
in your "config/environment.rb" file:

Rails::Initializer.run do |config|
config.gem 'javan-whenever', :lib => false, :version => '>= 0.1.7' :source => 'http://gems.github.com'
config.gem 'javan-whenever', :lib => false, :version => '>= 0.1.7', :source => 'http://gems.github.com'
end

To install this gem (and all other missing gem dependencies), run rake gems:install (use sudo if necessary).
Expand Down

0 comments on commit 5da9f1b

Please sign in to comment.