public
Rubygem
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/carllerche/will_paginate.git
release 2.3.2 bugfix version
mislav (author)
Thu May 15 16:47:56 -0700 2008
commit  ef38bc83b7ff4b290a6b1f4d82df03585fbb7529
tree    98f4df9eaa98f7714df256eda019dc29be24ae6c
parent  c88fdb897c7aedc28e48a27eada8185e75a7a344
...
45
46
47
 
48
49
...
45
46
47
48
49
50
0
@@ -45,4 +45,5 @@ test/lib/activerecord_test_case.rb
0
 test/lib/activerecord_test_connector.rb
0
 test/lib/load_fixtures.rb
0
 test/lib/view_test_process.rb
0
+test/tasks.rake
0
 test/view_test.rb
0
\ No newline at end of file
...
1
 
2
3
 
4
5
6
...
 
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
-== master branch
0
+== 2.3.2, released 2008-05-16
0
 
0
-* Fix LinkRenderer#stringified_merge by removing "return" from iterator block
0
+* Fixed LinkRenderer#stringified_merge by removing "return" from iterator block
0
 * Ensure that 'href' values in pagination links are escaped URLs
0
 
0
 == 2.3.1, released 2008-05-04
...
1
2
3
4
 
 
5
6
7
...
14
15
16
17
 
18
19
20
 
 
21
...
1
2
 
 
3
4
5
6
7
...
14
15
16
 
17
18
 
 
19
20
21
0
@@ -1,7 +1,7 @@
0
 Gem::Specification.new do |s|
0
   s.name = 'will_paginate'
0
- s.version = '2.3.1'
0
- s.date = '2008-05-04'
0
+ s.version = '2.3.2'
0
+ s.date = '2008-05-16'
0
   
0
   s.summary = "Most awesome pagination solution for Rails"
0
   s.description = "The will_paginate library provides a simple, yet powerful and extensible API for ActiveRecord pagination and rendering of pagination links in ActionView templates."
0
@@ -14,8 +14,8 @@ Gem::Specification.new do |s|
0
   s.rdoc_options = ['--main', 'README.rdoc']
0
   s.rdoc_options << '--inline-source' << '--charset=UTF-8'
0
   s.extra_rdoc_files = ['README.rdoc', 'LICENSE', 'CHANGELOG']
0
- # s.add_dependency 'actionpack', ['>= 1.13.6']
0
+ s.add_dependency 'activesupport', ['>= 1.4.4']
0
   
0
- s.files = %w(CHANGELOG LICENSE README.rdoc Rakefile examples examples/apple-circle.gif examples/index.haml examples/index.html examples/pagination.css examples/pagination.sass init.rb lib lib/will_paginate lib/will_paginate.rb lib/will_paginate/array.rb lib/will_paginate/collection.rb lib/will_paginate/core_ext.rb lib/will_paginate/finder.rb lib/will_paginate/named_scope.rb lib/will_paginate/named_scope_patch.rb lib/will_paginate/version.rb lib/will_paginate/view_helpers.rb test test/boot.rb test/collection_test.rb test/console test/database.yml test/finder_test.rb test/fixtures test/fixtures/admin.rb test/fixtures/developer.rb test/fixtures/developers_projects.yml test/fixtures/project.rb test/fixtures/projects.yml test/fixtures/replies.yml test/fixtures/reply.rb test/fixtures/schema.rb test/fixtures/topic.rb test/fixtures/topics.yml test/fixtures/user.rb test/fixtures/users.yml test/helper.rb test/lib test/lib/activerecord_test_case.rb test/lib/activerecord_test_connector.rb test/lib/load_fixtures.rb test/lib/view_test_process.rb test/view_test.rb)
0
- s.test_files = %w(test/boot.rb test/collection_test.rb test/console test/database.yml test/finder_test.rb test/fixtures test/fixtures/admin.rb test/fixtures/developer.rb test/fixtures/developers_projects.yml test/fixtures/project.rb test/fixtures/projects.yml test/fixtures/replies.yml test/fixtures/reply.rb test/fixtures/schema.rb test/fixtures/topic.rb test/fixtures/topics.yml test/fixtures/user.rb test/fixtures/users.yml test/helper.rb test/lib test/lib/activerecord_test_case.rb test/lib/activerecord_test_connector.rb test/lib/load_fixtures.rb test/lib/view_test_process.rb test/view_test.rb)
0
+ s.files = %w(CHANGELOG LICENSE README.rdoc Rakefile examples examples/apple-circle.gif examples/index.haml examples/index.html examples/pagination.css examples/pagination.sass init.rb lib lib/will_paginate lib/will_paginate.rb lib/will_paginate/array.rb lib/will_paginate/collection.rb lib/will_paginate/core_ext.rb lib/will_paginate/finder.rb lib/will_paginate/named_scope.rb lib/will_paginate/named_scope_patch.rb lib/will_paginate/version.rb lib/will_paginate/view_helpers.rb test test/boot.rb test/collection_test.rb test/console test/database.yml test/finder_test.rb test/fixtures test/fixtures/admin.rb test/fixtures/developer.rb test/fixtures/developers_projects.yml test/fixtures/project.rb test/fixtures/projects.yml test/fixtures/replies.yml test/fixtures/reply.rb test/fixtures/schema.rb test/fixtures/topic.rb test/fixtures/topics.yml test/fixtures/user.rb test/fixtures/users.yml test/helper.rb test/lib test/lib/activerecord_test_case.rb test/lib/activerecord_test_connector.rb test/lib/load_fixtures.rb test/lib/view_test_process.rb test/tasks.rake test/view_test.rb)
0
+ s.test_files = %w(test/boot.rb test/collection_test.rb test/console test/database.yml test/finder_test.rb test/fixtures test/fixtures/admin.rb test/fixtures/developer.rb test/fixtures/developers_projects.yml test/fixtures/project.rb test/fixtures/projects.yml test/fixtures/replies.yml test/fixtures/reply.rb test/fixtures/schema.rb test/fixtures/topic.rb test/fixtures/topics.yml test/fixtures/user.rb test/fixtures/users.yml test/helper.rb test/lib test/lib/activerecord_test_case.rb test/lib/activerecord_test_connector.rb test/lib/load_fixtures.rb test/lib/view_test_process.rb test/tasks.rake test/view_test.rb)
0
 end

Comments

    No one has commented yet.