We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Fork of myobie/merb_paginate
Description: A rip-off of will_paginate to get pagination going on merb
Homepage: http://github.com/myobie/merb_paginate
Clone URL: git://github.com/georgepalmer/merb_paginate.git
Changed the summary and added will_paginate as a dependency
myobie (author)
Mon Mar 24 13:19:05 -0700 2008
commit  83a5060062359078b380d5e999126513b0f98032
tree    d8d1555fe545080b67ed97f48395d1a56e3cd2d9
parent  0790bd4847f5b94396739ea64a0e92d9cf46095f
...
9
10
11
12
 
13
14
15
...
27
28
29
 
30
31
32
...
9
10
11
 
12
13
14
15
...
27
28
29
30
31
32
33
0
@@ -9,7 +9,7 @@ GEM_VERSION = "0.0.3"
0
 AUTHOR = "Nathan Herald"
0
 EMAIL = "nathan@myobie.com"
0
 HOMEPAGE = "http://github.com/myobie/merb_paginate"
0
-SUMMARY = "A blatant rip-off of will_paginate to bring pagination to merb"
0
+SUMMARY = "A pagination library for Merb that uses will_paginate internally"
0
 
0
 windows = (PLATFORM =~ /win32|cygwin/)
0
 
0
@@ -27,6 +27,7 @@ spec = Gem::Specification.new do |s|
0
   s.email = EMAIL
0
   s.homepage = HOMEPAGE
0
   s.add_dependency("merb-core", ">=0.9")
0
+ s.add_dependency("will_paginate", ">=2.1.0")
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
0
   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")

Comments

    No one has commented yet.