Sha256: 50e82cbc2871d1d585cfbbf78a8d6eeb4ab1698e16cab29c38352ac462dd0610
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 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"] gem.email = ["mattaimonetti@gmail.com", "francis@ignition.hk", "james@sociable.co.nz"] 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_development_dependency 'rspec' gem.add_development_dependency 'rake' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bubble-wrap-0.4.0 | bubble-wrap.gemspec |