Sha256: 2dc6fcf47c0f5a95344d8705c67d930365de8fac3bca0ae50b644239ae70f458

Contents?: true

Size: 669 Bytes

Versions: 3

Compression:

Stored size: 669 Bytes

Contents

$: << File.expand_path('../lib', __FILE__)
require 'mongoid/permalinks/version'

Gem::Specification.new do |gem|
  gem.name          = 'mongoid-permalinks'
  gem.version       = Mongoid::Permalinks::VERSION
  gem.authors       = 'Mario Uher'
  gem.email         = 'uher.mario@gmail.com'
  gem.homepage      = 'https://github.com/haihappen/mongoid-permalinks'
  gem.summary       = 'Permalinks for your Mongoid documents.'
  gem.description   = 'Mongoid::Permalink adds a permalink based on your document to_s method.'

  gem.files         = `git ls-files`.split("\n")
  gem.require_path  = 'lib'

  gem.add_dependency 'activesupport'
  gem.add_dependency 'mongoid'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mongoid-permalinks-1.0.0 mongoid-permalinks.gemspec
mongoid-permalinks-0.4.0 mongoid-permalinks.gemspec
mongoid-permalinks-0.3.0 mongoid-permalinks.gemspec