README in pagify-0.6.1 vs README in pagify-0.6.2
- old
+ new
@@ -1,6 +1,6 @@
-= pagify 0.6.1
+= pagify 0.6.2
by Lin Jen-Shin (aka godfat-真常[http://godfat.org])
godfat (XD) godfat.org
== LINKS:
@@ -25,11 +25,11 @@
# in controller:
@photos = Photo.pagify(:page => params[:page])
# in view:
- would_paginate(@photos)
+ pagify_links(@photos)
# basic DataMapper usage:
require 'pagify/data_mapper'
@@ -105,13 +105,13 @@
# see example or test for more examples (and use case for ActiveRecordPager).
== REQUIREMENTS:
-* ruby 1.8+ or 1.9.1
-* for Basic/Array Pager: only ruby is needed
-* for DataMapper Pager: dm-core and dm-aggregates 0.9.6 and above
-* for ActiveRecord Pager: activerecord 2.1.1 and above
+* ruby 1.8+ or 1.9.1+
+* for Basic/ArrayPager: only ruby is needed
+* for DataMapperPager: dm-core and dm-aggregates 0.9.9+
+* for ActiveRecordPager: activerecord 2.1.1+
== INSTALL:
* gem install pagify