Sha256: 8a035dc93da246f29490ae056ef641f10f437768adde0f2a45cdcfaca550decf

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

# encoding: utf-8
$:.push File.expand_path("../lib", __FILE__)

require "trackoid_mongoid4/version"

Gem::Specification.new do |s|
  s.name = "trackoid_mongoid4"
  s.version = Trackoid::VERSION
  s.licenses    = ['MIT']
  s.platform = Gem::Platform::RUBY
  s.authors = ["David Krett"]
  s.email = "david@w2d.asia"
  s.homepage = "http://github.com/dbkbali/trackoid_mongoid4"
  s.summary = "Trackoid is an easy scalable analytics tracker using MongoDB and Mongoid - compatible with Mongoid 4.0"
  s.description = "Trackoid uses an embeddable approach to track analytics data using the poweful features of MongoDB for scalability for Mongoid 4 and above"
  s.require_paths = ["lib"]
  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.add_runtime_dependency 'mongoid', '~> 5.0'
  s.add_development_dependency 'rake', '~> 0'
  s.add_development_dependency 'rspec','~> 3.0'
  s.add_development_dependency 'mocha', '~> 0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trackoid_mongoid4-0.1.4 trackoid_mongoid4.gemspec