Skip to content

Commit

Permalink
Got pagination working with songkick.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Webb committed Jan 27, 2011
1 parent da07b58 commit 5072977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ gem "json"
gem "rdoc"
gem "bluecloth"
gem "yard"
#gem "awesome_print"
gem "awesome_print"
gem "will_paginate"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ GEM
webmock (1.6.1)
addressable (>= 2.2.2)
crack (>= 0.1.7)
will_paginate (2.3.15)
yard (0.6.4)

PLATFORMS
Expand All @@ -75,4 +76,5 @@ DEPENDENCIES
rspec (~> 2.0)
ruby-debug
webmock
will_paginate
yard

0 comments on commit 5072977

Please sign in to comment.