Sha256: b7175f1afc248d71adbf8ddfd59e53c3304b1071c3f3632c5d8c435bd3cbb599

Contents?: true

Size: 873 Bytes

Versions: 1

Compression:

Stored size: 873 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "banjo-mongoid-pagination"
  s.version     = Mongoid::Pagination::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Alex Sharp", "KW Justin Leung"]
  s.email       = ["ajsharp@gmail.com", "justin@teambanjo.com"]
  s.homepage    = "https://github.com/BanjoInc/mongoid-pagination"
  s.summary     = %q{A simple pagination module for Mongoid}
  s.description = %q{A simple pagination module for Mongoid}

  s.rubyforge_project = s.name

  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"]

  s.add_dependency 'mongoid'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
banjo-mongoid-pagination-1.0.0 mongoid-pagination.gemspec