Sha256: d5782721bec905b735d633638828b9bbdcb639e7982f94895a6bae5660f20ef5
Contents?: true
Size: 965 Bytes
Versions: 1
Compression:
Stored size: 965 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "mongoid/userstamps/version" Gem::Specification.new do |s| s.name = "mongoid-userstamps" s.version = Mongoid::Userstamps::VERSION s.authors = ["Geoffroy Planquart", "Thomas Boerger", "Johnny Shields", "Bharat Gupta", "Thomas Kuntz"] s.homepage = "https://github.com/CreaLettres/mongoid-userstamps" s.license = "MIT" s.summary = "Userstamps for Mongoid" s.description = "Userstamps for creator and updater fields using Mongoid" s.email = ["thomaskuntz67@gmail.com", "geoffroy@planquart.fr", "tboerger@tbpro.de"] s.files = `git ls-files`.split($/) s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) } s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ["lib"] s.post_install_message = File.read("UPGRADING") if File.exist?("UPGRADING") s.add_dependency "mongoid", ">= 5.0.0", "<= 8.0" s.add_dependency "activesupport", ">= 4.2.0", "<= 7.1" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mongoid-userstamps-3.4.1 | mongoid-userstamps.gemspec |