Sha256: a2b98d8cc68efe8d9c07b98da941d527c30291441dcd3baf69670e1a91066cb0
Contents?: true
Size: 888 Bytes
Versions: 3
Compression:
Stored size: 888 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'mongoid/letsrate/version' Gem::Specification.new do |s| s.name = 'mongoid-letsrate' s.version = Mongoid::Letsrate::VERSION s.authors = ['Michael Johann','Murat GUZEL'] s.email = ['mjohann@rails-experts.com'] s.homepage = 'http://github.com/malagant/mongoid-letsrate' s.summary = %q{Provides the best solution to add rating functionality to your models using mongoid.} s.description = %q{Provides the best solution to add rating functionality to your models using mongoid.} 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'] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mongoid-letsrate-1.0.12 | mongoid-letsrate.gemspec |
mongoid-letsrate-1.0.11 | mongoid-letsrate.gemspec |
mongoid-letsrate-1.0.10 | mongoid-letsrate.gemspec |