public
Fork of mislav/will_paginate
Description: Most awesome pagination solution for Rails
Homepage: http://github.com/mislav/will_paginate/wikis
Clone URL: git://github.com/technoweenie/will_paginate.git
Search Repo:
gem setup using newgem
mislav (author)
Sat Jan 19 17:44:33 -0800 2008
commit  d5e7946c27d7beaf162390171edb22e1e41c8868
tree    65778f80b3eb0eddafd23a68f5b0c76d782d5cbd
parent  935bb43564902d1dbf5d3ed61fa25b716340c965
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-Copyright (c) 2007 PJ Hyett and Mislav Marohnić
0
+Copyright (c) 2008 PJ Hyett and Mislav Marohnić
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining a copy of
0
 this software and associated documentation files (the "Software"), to deal in
...
1
2
3
 
 
4
5
6
...
1
2
3
4
5
6
7
8
0
@@ -1,6 +1,8 @@
0
 require 'rake'
0
 require 'rake/testtask'
0
 require 'rake/rdoctask'
0
+require 'config/requirements'
0
+require 'config/hoe' # setup Hoe + all gem configuration
0
 
0
 desc 'Default: run unit tests.'
0
 task :default => :test

Comments

    No one has commented yet.