--- !ruby/object:Gem::Specification name: dm-is-paginated version: !ruby/object:Gem::Version version: 0.0.1 platform: ruby authors: - Lori Holden autorequire: bindir: bin cert_chain: - | -----BEGIN CERTIFICATE----- MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRIwEAYDVQQDDAllbWFp bF9nZW0xGjAYBgoJkiaJk/IsZAEZFgpsb3JpaG9sZGVuMRMwEQYKCZImiZPyLGQB GRYDY29tMB4XDTA4MDgxNzE5NDYxNloXDTA5MDgxNzE5NDYxNlowRTESMBAGA1UE AwwJZW1haWxfZ2VtMRowGAYKCZImiZPyLGQBGRYKbG9yaWhvbGRlbjETMBEGCgmS JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALQM 9M25zHpF8F4h2/u3lTGdmvJpmoTNmWZn4yoebqoRjwXYC2i5RxIqHAQi0LuI7ZPA f7vyH49p3Ozc/xPiDVXtwduTHtAYHEqTk4WeFUZnMk8sgRFz2EXNtoMLBmMp5XAo qu0f+vH3mTxas1WR8v1iZIkcyQo6o110peBMS+fOXOFHOjbcbT3ExMDGUM8229Y4 qa+1ddMXdm35KK9lcZFdtAwecxTaf4ZLUS+83FmL0YNCSIjXUX4Oi1fWGIT9dr/o AYRTLYM5gj5W0NKmr1M6wshJIuh0Owg3UczID7Ogfg5kHHaUxaS9a/NXS3Cw91lY A54wYDc/GBtLDtb5aqcCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw HQYDVR0OBBYEFLvrumPKVz6D0iqqxQULDeJGp6w9MA0GCSqGSIb3DQEBBQUAA4IB AQCigiinxPWn1dOiP4XLwvixFcx/rK0ltpDZ0ja9RXmntUvExqnsX3mCX+W74GMz MrZKb/S5AAS5n2EoYuvDEwxn34ddkqXiXravRLzd8Jw1/kWE9wdTsF+KB/SngBb/ 0mWxe6XHD6DQ+6DNhyY+uZOsFiAXxh+Hu0MZTb9xFB/jXIy9B6+rdjwMlxwIfaQn D5rkGZJKg3MlIKhDnmTEfU5JmwgAH1+v1gbUbUnOrTGMe8JkEd0h4q9Bl46ydIIH WcfEbGXaBPnC8f8KOa6s8BMIrqW0z8SvlsNIvHZSvRbWf3Sjey10MSFuTYJX2D1/ UXRgWS//g7odGv0eT+GJBEUt -----END CERTIFICATE----- date: 2008-08-19 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: dm-core type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.9.4 version: - !ruby/object:Gem::Dependency name: hoe type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.7.0 version: description: A simple pagination plugin for DataMapper email: - email+gem@loriholden.com executables: [] extensions: [] extra_rdoc_files: - History.txt - License.txt - Manifest.txt - PostInstall.txt - README.txt - website/index.txt files: - History.txt - License.txt - Manifest.txt - PostInstall.txt - README.txt - Rakefile - config/hoe.rb - config/requirements.rb - lib/dm-is-paginated.rb - lib/dm-is-paginated/hash.rb - lib/dm-is-paginated/is/paginated.rb - lib/dm-is-paginated/is/version.rb - script/console - script/destroy - script/generate - script/txt2html - setup.rb - tasks/deployment.rake - tasks/environment.rake - tasks/website.rake - test/test_dm-is-paginated.rb - test/test_helper.rb - website/index.txt - website/javascripts/rounded_corners_lite.inc.js - website/stylesheets/screen.css - website/template.html.erb has_rdoc: true homepage: http://projects.loriholden.com/wiki/dm-is-paginated post_install_message: |+ For more information on dm-is-paginated, see: http://dm-is-paginated.rubyforge.org/ rdoc_options: - --main - README.txt require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: dm-is-paginated rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: A simple pagination plugin for DataMapper test_files: - test/test_dm-is-paginated.rb - test/test_helper.rb