phorsfall / resourceful_pagination

Simple pagination for ActiveResource

This URL has Read+Write access

resourceful_pagination / resourceful_pagination.gemspec
100644 31 lines (27 sloc) 1.656 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Gem::Specification.new do |s|
  s.name = %q{resourceful_pagination}
  s.version = "0.0.2"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Paul Horsfall"]
  s.date = %q{2008-07-30}
  s.description = %q{Standing on will_paginate's shoulders, resourceful_pagination extends ActiveResource to provide simple pagination.}
  s.email = %q{paul@deaddeadgood.com}
  s.extra_rdoc_files = ["History.txt", "README.txt"]
  s.files = ["History.txt", "Manifest.txt", "README.txt", "Rakefile", "init.rb", "lib/resourceful_pagination.rb", "lib/resourceful_pagination/core_ext.rb", "spec/resourceful_pagination_spec.rb", "spec/spec_helper.rb", "tasks/ann.rake", "tasks/bones.rake", "tasks/gem.rake", "tasks/git.rake", "tasks/manifest.rake", "tasks/notes.rake", "tasks/post_load.rake", "tasks/rdoc.rake", "tasks/rubyforge.rake", "tasks/setup.rb", "tasks/spec.rake", "tasks/svn.rake", "tasks/test.rake", "test/test_resourceful_pagination.rb"]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/phorsfall/resourceful_pagination/}
  s.rdoc_options = ["--main", "README.txt"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{resourceful_pagination}
  s.rubygems_version = %q{1.2.0}
  s.summary = %q{Standing on will_paginate's shoulders, resourceful_pagination extends ActiveResource to provide simple pagination}
  s.test_files = ["test/test_resourceful_pagination.rb"]
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2
 
    if current_version >= 3 then
    else
    end
  else
  end
end