mislav / will_paginate
- Source
- Commits
- Network (174)
- Issues (13)
- Downloads (17)
- Wiki (8)
- Graphs
-
Branch:
master
will_paginate / will_paginate.gemspec
| 3334327b » | mislav | 2008-04-25 | 1 | Gem::Specification.new do |s| | |
| 2 | s.name = 'will_paginate' | ||||
| b3b0f593 » | mislav | 2009-06-02 | 3 | s.version = '2.3.11' | |
| 4 | s.date = '2009-06-02' | ||||
| 3334327b » | mislav | 2008-04-25 | 5 | ||
| 6 | s.summary = "Most awesome pagination solution for Rails" | ||||
| 7 | 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." | ||||
| 8 | |||||
| 9 | s.authors = ['Mislav Marohnić', 'PJ Hyett'] | ||||
| 10 | s.email = 'mislav.marohnic@gmail.com' | ||||
| 11 | s.homepage = 'http://github.com/mislav/will_paginate/wikis' | ||||
| 12 | |||||
| 13 | s.has_rdoc = true | ||||
| 14 | s.rdoc_options = ['--main', 'README.rdoc'] | ||||
| 15 | s.rdoc_options << '--inline-source' << '--charset=UTF-8' | ||||
| b9d857ea » | mislav | 2008-09-04 | 16 | s.extra_rdoc_files = ['README.rdoc', 'LICENSE', 'CHANGELOG.rdoc'] | |
| 3334327b » | mislav | 2008-04-25 | 17 | ||
| b9eef896 » | mislav | 2009-02-10 | 18 | s.files = %w(CHANGELOG.rdoc LICENSE README.rdoc Rakefile examples/apple-circle.gif examples/index.haml examples/index.html examples/pagination.css examples/pagination.sass init.rb 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/boot.rb test/collection_test.rb test/console test/database.yml test/finder_test.rb 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/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) | |
| 19 | s.test_files = %w(test/boot.rb test/collection_test.rb test/console test/database.yml test/finder_test.rb 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/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) | ||||
| 3334327b » | mislav | 2008-04-25 | 20 | end | |

