Sha256: 96e0c75caef3af84cf75c6ce1d78c2fab85e9985a1983a914939ca45e1e74758
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/bubble-wrap/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ['Matt Aimonetti', 'Francis Chong', 'James Harton', 'Clay Allsopp', 'Dylan Markow', 'Jan Weinkauff', 'Marin Usalj'] gem.email = ['mattaimonetti@gmail.com', 'francis@ignition.hk', 'james@sociable.co.nz', 'clay.allsopp@gmail.com', 'dylan@dylanmarkow.com', 'jan@dreimannzelt.de', 'mneorr@gmail.com'] gem.description = 'RubyMotion wrappers and helpers (Ruby for iOS) - Making Cocoa APIs more Ruby like, one API at a time. Fork away and send your pull request.' gem.summary = 'RubyMotion wrappers and helpers (Ruby for iOS) - Making Cocoa APIs more Ruby like, one API at a time. Fork away and send your pull request.' gem.homepage = 'http://bubblewrap.io/' gem.files = `git ls-files`.split($\) gem.test_files = gem.files.grep(%r{^(test|spec|lib_spec|features)/}) gem.name = 'bubble-wrap' gem.require_paths = ['lib'] gem.version = BubbleWrap::VERSION gem.extra_rdoc_files = gem.files.grep(%r{motion}) gem.add_dependency 'bubble-wrap-http', BubbleWrap::VERSION gem.add_development_dependency 'mocha', '0.11.4' gem.add_development_dependency 'mocha-on-bacon' gem.add_development_dependency 'bacon' gem.add_development_dependency 'rake' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bubble-wrap-1.6.0 | bubble-wrap.gemspec |
bubble-wrap-1.6.0.rc1 | bubble-wrap.gemspec |