# -*- encoding: utf-8 -*- # stub: bubble-wrap 0.3.1 ruby lib Gem::Specification.new do |s| s.name = "bubble-wrap".freeze s.version = "0.3.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-06-04" 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, "CHANGELOG.md".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/device.rb".freeze, "lib/bubble-wrap/device/screen.rb".freeze, "lib/bubble-wrap/gestures.rb".freeze, "lib/bubble-wrap/http.rb".freeze, "lib/bubble-wrap/json.rb".freeze, "lib/bubble-wrap/module.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/persistence.rb".freeze, "lib/bubble-wrap/time.rb".freeze, "lib/bubble-wrap/ui_control.rb".freeze, "lib/bubble-wrap/ui_view_controller.rb".freeze, "lib/bubble-wrap/version.rb".freeze, "lib/pollute.rb".freeze, "lib/tests/test_suite_delegate.rb".freeze, "spec/app_spec.rb".freeze, "spec/device/screen_spec.rb".freeze, "spec/device_spec.rb".freeze, "spec/gestures_spec.rb".freeze, "spec/http_spec.rb".freeze, "spec/json_spec.rb".freeze, "spec/module_spec.rb".freeze, "spec/ns_index_path_spec.rb".freeze, "spec/ns_notification_center_spec.rb".freeze, "spec/persistence_spec.rb".freeze, "spec/time_spec.rb".freeze, "spec/ui_control_spec.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/app_spec.rb".freeze, "spec/device/screen_spec.rb".freeze, "spec/device_spec.rb".freeze, "spec/gestures_spec.rb".freeze, "spec/http_spec.rb".freeze, "spec/json_spec.rb".freeze, "spec/module_spec.rb".freeze, "spec/ns_index_path_spec.rb".freeze, "spec/ns_notification_center_spec.rb".freeze, "spec/persistence_spec.rb".freeze, "spec/time_spec.rb".freeze, "spec/ui_control_spec.rb".freeze] end