Sha256: 205503f6f50c4739bf323dbc725118870e38f8470018e8d9803bddb77426daec

Contents?: true

Size: 632 Bytes

Versions: 1

Compression:

Stored size: 632 Bytes

Contents

require './lib/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

1 entries across 1 versions & 1 rubygems

Version Path
mongoid-permalinks-0.2.0 mongoid-permalinks.gemspec