# -*- encoding: utf-8 -*- # stub: bubble-wrap 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "bubble-wrap".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Matt Aimonetti".freeze, "Francis Chong".freeze] s.date = "2012-05-22" s.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.".freeze s.email = ["mattaimonetti@gmail.com".freeze, "francis@ignition.hk".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bubble-wrap.gemspec".freeze, "lib/bubble-wrap.rb".freeze, "lib/bubble-wrap/app.rb".freeze, "lib/bubble-wrap/gestures.rb".freeze, "lib/bubble-wrap/http.rb".freeze, "lib/bubble-wrap/json.rb".freeze, "lib/bubble-wrap/kernel.rb".freeze, "lib/bubble-wrap/ns_index_path.rb".freeze, "lib/bubble-wrap/ns_notification_center.rb".freeze, "lib/bubble-wrap/ns_user_defaults.rb".freeze, "lib/bubble-wrap/ui_button.rb".freeze, "lib/bubble-wrap/ui_view_controller.rb".freeze, "lib/bubble-wrap/version.rb".freeze, "spec/http_spec.rb".freeze, "spec/json_spec.rb".freeze, "spec/ns_notification_center_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec_helper_patch.diff".freeze] s.homepage = "https://github.com/mattetti/BubbleWrap".freeze s.rubygems_version = "3.5.10".freeze s.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.".freeze s.test_files = ["spec/http_spec.rb".freeze, "spec/json_spec.rb".freeze, "spec/ns_notification_center_spec.rb".freeze, "spec/spec_helper.rb".freeze] end