Sha256: 38dff5ecf851f3dd00293f77daf4948e495953b72d56498c3f3c6ca4773b1d3a
Contents?: true
Size: 835 Bytes
Versions: 1
Compression:
Stored size: 835 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'heroku-mongo/version' Gem::Specification.new do |gem| gem.name = "heroku-mongo" gem.version = Heroku::Mongo::VERSION gem.authors = ["diatmpravin"] gem.email = ["diatm.pravin.it.07.27@gmail.com"] gem.description = %q{Sync up heroku data wiht local mongodb} gem.summary = %q{Sync up heroku data wiht local mongodb} gem.homepage = "https://github.com/diatmpravin/heroku-mongo" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_development_dependency 'rspec' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
heroku-mongo-0.0.1.alpha | heroku-mongo.gemspec |