Sha256: 2a06a5a53c63d49b3a4fb8b64ce191a98f1fc340b1b614dbdf85f3309202adb1
Contents?: true
Size: 745 Bytes
Versions: 2
Compression:
Stored size: 745 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "contextify/version" Gem::Specification.new do |s| s.name = %q{zenbox} s.version = Contextify::VERSION.dup s.summary = %q{Send your user information to our hosted service and contextify your inbox.} s.require_paths = ["lib"] s.files = Dir["{generators/**/*,lib/**/*,rails/**/*,resources/*,script/*}"] + %w(contextify.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 = ["Contextify"] s.email = %q{support@cloudfuji.com} s.homepage = "http://cloudfuji.com" s.platform = Gem::Platform::RUBY end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zenbox-0.0.3 | contextify.gemspec |
zenbox-0.0.2 | contextify.gemspec |