Sha256: 6fa4eb593bf3eb9b53eac3da63c259c4cedaaf5139d82b6f43f9c28ba7b07018

Contents?: true

Size: 719 Bytes

Versions: 1

Compression:

Stored size: 719 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = 'mongoid-paranoia'
  gem.version       = Mongoid::Paranoia::VERSION
  gem.authors       = 'Mario Uher'
  gem.email         = 'uher.mario@gmail.com'
  gem.homepage      = 'https://github.com/haihappen/mongoid-paranoia'
  gem.summary       = 'Extraction of mongoid-paranoia into its own gem.'
  gem.description   = "There may be times when you don't want documents to actually get deleted from the database, but \"flagged\" as deleted."

  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-paranoia-0.1.0 mongoid-paranoia.gemspec