# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = 'mongoid-sync' gem.version = '0.1.0' gem.platform = Gem::Platform::RUBY gem.authors = ["Robert Beekman"] gem.email = ["robert@80beans.com"] gem.description = %q{A simple mongdb syncer for capistrano} gem.summary = %q{Syncs mongodb and uploads from staging/production to local} gem.homepage = "http://80beans.com" gem.files = ['mongoid_sync.rb'] gem.require_path = '.' end