Sha256: 8581f9c8faa04924f2a0d564ce032f2c0aafa78759666a1d95507ee6c1a8ac51

Contents?: true

Size: 870 Bytes

Versions: 7

Compression:

Stored size: 870 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/bubble-wrap/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Matt Aimonetti", "Francis Chong"]
  gem.email         = ["mattaimonetti@gmail.com", "francis@ignition.hk"]
  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      = "https://github.com/mattetti/BubbleWrap"

  gem.files         = `git ls-files`.split($\)
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "bubble-wrap"
  gem.require_paths = ["lib"]
  gem.version       = BubbleWrap::VERSION
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bubble-wrap-0.3.1 bubble-wrap.gemspec
bubble-wrap-0.3.0 bubble-wrap.gemspec
bubble-wrap-0.2.1 bubble-wrap.gemspec
bubble-wrap-0.2.0 bubble-wrap.gemspec
bubble-wrap-0.1.2 bubble-wrap.gemspec
bubble-wrap-0.1.1 bubble-wrap.gemspec
bubble-wrap-0.1.0 bubble-wrap.gemspec