Sha256: 9f91e02ade50492f6c963c01df1cfa20b817ae79794811686bc6bdb5d5b8e0c7
Contents?: true
Size: 863 Bytes
Versions: 1
Compression:
Stored size: 863 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "mongoid-simple-tags" s.version = "0.0.7" s.platform = Gem::Platform::RUBY s.authors = ["chebyte"] s.email = ["maurotorres@gmail.com"] s.homepage = "https://github.com/chebyte/mongoid-simple-tags" s.summary = %q{MongoID simple tags for RAILS} s.description = %q{basic and simple tagging system for mongoid using map-reduce function} s.rubyforge_project = "mongoid-simple-tags" 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_development_dependency "rspec", "~> 2.10.0" s.add_dependency "mongoid", "~> 3.0.3" s.add_dependency "bson_ext", "~> 1.6" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mongoid-simple-tags-0.0.7 | mongoid-simple-tags.gemspec |