Skip to content

Commit

Permalink
[#506 state:resolved] Move will_paginate dependency from github to ge…
Browse files Browse the repository at this point in the history
…mcutter
  • Loading branch information
bryanlarsen committed Nov 26, 2009
1 parent 4e8f4f7 commit 8b02b9c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions hobo/CHANGES.txt
Expand Up @@ -26,6 +26,17 @@ Deletions:
message when a user has signed up has been removed from
`hobo_do_signup`.

- Github no longer updates its gem repository. The canonical source
for Mislav's will\_paginate, which is a Hobo dependency is now
gemcutter.org. To add gemcutter.org to your gem source list:

$ gem install gemcutter
$ gem tumble

Note that `gem tumble` is a toggle, so if you've already added
`gemcutter` to your sources list, the above commands will have
removed it! Simply run `gem tumble` again to add it back in.

Major enhancements:

- `rake hobo:run_invite_only_generators` was added as an alternative
Expand Down
2 changes: 1 addition & 1 deletion hobo/Rakefile
Expand Up @@ -57,7 +57,7 @@ Jeweler::Tasks.new do |gemspec|
gemspec.authors = ["Tom Locke"]
gemspec.rubyforge_project = "hobo"
gemspec.add_dependency("rails", [">= 2.2.2"])
gemspec.add_dependency("mislav-will_paginate", [">= 2.2.1"])
gemspec.add_dependency("will_paginate", [">= 2.3.11"])
gemspec.add_dependency("hobosupport", ["= #{Hobo::VERSION}"])
gemspec.add_dependency("hobofields", ["= #{Hobo::VERSION}"])
end
Expand Down

0 comments on commit 8b02b9c

Please sign in to comment.