Sha256: ea68338e1322a6996307c2b6012b3d2a7678600c5f25be820feeb1bdca9abaf1
Contents?: true
Size: 725 Bytes
Versions: 3
Compression:
Stored size: 725 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "zenbox/version" Gem::Specification.new do |s| s.name = %q{zenbox} s.version = Zenbox::VERSION.dup s.summary = %q{Send your user information to our hosted service and zenbox your inbox.} s.require_paths = ["lib"] s.files = Dir["{generators/**/*,lib/**/*,rails/**/*,resources/*,script/*}"] + %w(zenbox.gemspec Gemfile INSTALL MIT-LICENSE Rakefile README.md install.rb) s.test_files = Dir.glob("{test,spec,features}/**/*") s.add_runtime_dependency("json") s.authors = ["Zenbox"] s.email = %q{support@zenboxapp.com} s.homepage = "http://cloudfuji.com" s.platform = Gem::Platform::RUBY end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
zenbox-0.0.8 | zenbox.gemspec |
zenbox-0.0.7 | zenbox.gemspec |
zenbox-0.0.6 | zenbox.gemspec |