Sha256: bfe792cec99b95f7456ef95bd5b36080260f2a40661d8c1c5e3586780c0f3c91

Contents?: true

Size: 1.09 KB

Versions: 15

Compression:

Stored size: 1.09 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "just_paginate"

Gem::Specification.new do |s|
  s.name        = "just_paginate"
  s.version     = JustPaginate::VERSION
  s.authors     = ["Gitorious AS"]
  s.email       = ["support@gitorious.org"]
  s.homepage    = "https://gitorious.org/gitorious/just_paginate"
  s.summary     = %q{Framework-agnostic support for paginating collections of things, and linking to paginated things in your webpage}
  s.description = %q{Framework-agnostic support for paginating collections of things, and linking to paginated things in your webpage}

  s.rubyforge_project = "just_paginate"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  # specify any dependencies here; for example:
  # s.add_development_dependency "rspec"
  
  s.add_development_dependency "minitest"
  s.add_development_dependency "shoulda"
  s.add_development_dependency "shoulda-context"  
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
just_paginate-0.0.16 just_paginate.gemspec
just_paginate-0.0.15 just_paginate.gemspec
just_paginate-0.0.14 just_paginate.gemspec
just_paginate-0.0.13 just_paginate.gemspec
just_paginate-0.0.12 just_paginate.gemspec
just_paginate-0.0.11 just_paginate.gemspec
just_paginate-0.0.10 just_paginate.gemspec
just_paginate-0.0.9 just_paginate.gemspec
just_paginate-0.0.8 just_paginate.gemspec
just_paginate-0.0.7 just_paginate.gemspec
just_paginate-0.0.6 just_paginate.gemspec
just_paginate-0.0.5 just_paginate.gemspec
just_paginate-0.0.4 just_paginate.gemspec
just_paginate-0.0.3 just_paginate.gemspec
just_paginate-0.0.2 just_paginate.gemspec