--- !ruby/object:Gem::Specification name: bubble-wrap version: !ruby/object:Gem::Version version: 1.1.4 prerelease: platform: ruby authors: - Matt Aimonetti - Francis Chong - James Harton - Clay Allsopp - Dylan Markow - Jan Weinkauff - Marin Usalj autorequire: bindir: bin cert_chain: [] date: 2012-09-26 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: mocha requirement: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 0.11.4 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 0.11.4 - !ruby/object:Gem::Dependency name: mocha-on-bacon requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: bacon requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' 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. email: - mattaimonetti@gmail.com - francis@ignition.hk - james@sociable.co.nz - clay.allsopp@gmail.com - dylan@dylanmarkow.com - jan@dreimannzelt.de - mneorr@gmail.com executables: [] extensions: [] extra_rdoc_files: - lib/bubble-wrap/ext/motion_project_app.rb - lib/bubble-wrap/ext/motion_project_config.rb - motion/core.rb - motion/core/app.rb - motion/core/device.rb - motion/core/device/camera.rb - motion/core/device/camera_wrapper.rb - motion/core/device/screen.rb - motion/core/json.rb - motion/core/kvo.rb - motion/core/ns_index_path.rb - motion/core/ns_notification_center.rb - motion/core/ns_url_request.rb - motion/core/ns_user_defaults.rb - motion/core/persistence.rb - motion/core/pollute.rb - motion/core/string.rb - motion/core/time.rb - motion/http.rb - motion/location/location.rb - motion/location/pollute.rb - motion/media/media.rb - motion/media/player.rb - motion/reactor.rb - motion/reactor/default_deferrable.rb - motion/reactor/deferrable.rb - motion/reactor/eventable.rb - motion/reactor/future.rb - motion/reactor/periodic_timer.rb - motion/reactor/queue.rb - motion/reactor/timer.rb - motion/rss_parser.rb - motion/shortcut.rb - motion/test_suite_delegate.rb - motion/ui/gestures.rb - motion/ui/pollute.rb - motion/ui/ui_control.rb - motion/ui/ui_view_controller.rb - spec/lib/bubble-wrap/ext/motion_project_app_spec.rb - spec/lib/bubble-wrap/ext/motion_project_config_spec.rb - spec/lib/motion_stub.rb - spec/motion/core/app_spec.rb - spec/motion/core/device/camera_spec.rb - spec/motion/core/device/camera_wrapper_spec.rb - spec/motion/core/device/screen_spec.rb - spec/motion/core/device_spec.rb - spec/motion/core/gestures_spec.rb - spec/motion/core/json_spec.rb - spec/motion/core/kvo_spec.rb - spec/motion/core/ns_index_path_spec.rb - spec/motion/core/ns_notification_center_spec.rb - spec/motion/core/persistence_spec.rb - spec/motion/core/string_spec.rb - spec/motion/core/time_spec.rb - spec/motion/core/ui_control_spec.rb - spec/motion/core_spec.rb - spec/motion/http_spec.rb - spec/motion/location/location_spec.rb - spec/motion/media/player_spec.rb - spec/motion/reactor/eventable_spec.rb - spec/motion/reactor_spec.rb - spec/motion/rss_parser_spec.rb files: - .gitignore - .yardopts - CHANGELOG.md - GEM.md - GETTING_STARTED.md - Gemfile - Gemfile.lock - HACKING.md - LICENSE - README.md - Rakefile - bubble-wrap.gemspec - lib/bubble-wrap.rb - lib/bubble-wrap/all.rb - lib/bubble-wrap/camera.rb - lib/bubble-wrap/core.rb - lib/bubble-wrap/ext.rb - lib/bubble-wrap/ext/motion_project_app.rb - lib/bubble-wrap/ext/motion_project_config.rb - lib/bubble-wrap/http.rb - lib/bubble-wrap/loader.rb - lib/bubble-wrap/location.rb - lib/bubble-wrap/media.rb - lib/bubble-wrap/reactor.rb - lib/bubble-wrap/requirement.rb - lib/bubble-wrap/requirement/path_manipulation.rb - lib/bubble-wrap/rss_parser.rb - lib/bubble-wrap/test.rb - lib/bubble-wrap/ui.rb - lib/bubble-wrap/version.rb - motion/core.rb - motion/core/app.rb - motion/core/device.rb - motion/core/device/camera.rb - motion/core/device/camera_wrapper.rb - motion/core/device/screen.rb - motion/core/json.rb - motion/core/kvo.rb - motion/core/ns_index_path.rb - motion/core/ns_notification_center.rb - motion/core/ns_url_request.rb - motion/core/ns_user_defaults.rb - motion/core/persistence.rb - motion/core/pollute.rb - motion/core/string.rb - motion/core/time.rb - motion/http.rb - motion/location/location.rb - motion/location/pollute.rb - motion/media/media.rb - motion/media/player.rb - motion/reactor.rb - motion/reactor/default_deferrable.rb - motion/reactor/deferrable.rb - motion/reactor/eventable.rb - motion/reactor/future.rb - motion/reactor/periodic_timer.rb - motion/reactor/queue.rb - motion/reactor/timer.rb - motion/rss_parser.rb - motion/shortcut.rb - motion/test_suite_delegate.rb - motion/ui/gestures.rb - motion/ui/pollute.rb - motion/ui/ui_control.rb - motion/ui/ui_view_controller.rb - resources/atom.xml - resources/test.mp3 - samples/camera/Gemfile - samples/camera/README.md - samples/camera/Rakefile - samples/camera/app/app_delegate.rb - samples/camera/app/controllers/camera_controller.rb - samples/camera/spec/main_spec.rb - samples/gesture/.gitignore - samples/gesture/Gemfile - samples/gesture/Gemfile.lock - samples/gesture/README.md - samples/gesture/Rakefile - samples/gesture/app/app_delegate.rb - samples/gesture/app/controllers/drawing_view_controller.rb - samples/gesture/app/helpers/drawing_helper.rb - samples/gesture/app/views/drawing/gesture_view.rb - samples/gesture/app/views/drawing/rect_view.rb - samples/gesture/spec/main_spec.rb - samples/location/.gitignore - samples/location/Gemfile - samples/location/README.md - samples/location/Rakefile - samples/location/app/app_delegate.rb - samples/location/app/controllers/image_list_controller.rb - samples/location/app/models/places.rb - samples/location/spec/main_spec.rb - spec/lib/bubble-wrap/ext/motion_project_app_spec.rb - spec/lib/bubble-wrap/ext/motion_project_config_spec.rb - spec/lib/bubble-wrap/requirement/path_manipulation_spec.rb - spec/lib/bubble-wrap/requirement_spec.rb - spec/lib/bubble-wrap_spec.rb - spec/lib/motion_stub.rb - spec/motion/core/app_spec.rb - spec/motion/core/device/camera_spec.rb - spec/motion/core/device/camera_wrapper_spec.rb - spec/motion/core/device/screen_spec.rb - spec/motion/core/device_spec.rb - spec/motion/core/gestures_spec.rb - spec/motion/core/json_spec.rb - spec/motion/core/kvo_spec.rb - spec/motion/core/ns_index_path_spec.rb - spec/motion/core/ns_notification_center_spec.rb - spec/motion/core/persistence_spec.rb - spec/motion/core/string_spec.rb - spec/motion/core/time_spec.rb - spec/motion/core/ui_control_spec.rb - spec/motion/core_spec.rb - spec/motion/http_spec.rb - spec/motion/location/location_spec.rb - spec/motion/media/player_spec.rb - spec/motion/reactor/eventable_spec.rb - spec/motion/reactor_spec.rb - spec/motion/rss_parser_spec.rb homepage: http://bubblewrap.io/ licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -27678325849561073 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -27678325849561073 requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 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. test_files: - spec/lib/bubble-wrap/ext/motion_project_app_spec.rb - spec/lib/bubble-wrap/ext/motion_project_config_spec.rb - spec/lib/bubble-wrap/requirement/path_manipulation_spec.rb - spec/lib/bubble-wrap/requirement_spec.rb - spec/lib/bubble-wrap_spec.rb - spec/lib/motion_stub.rb - spec/motion/core/app_spec.rb - spec/motion/core/device/camera_spec.rb - spec/motion/core/device/camera_wrapper_spec.rb - spec/motion/core/device/screen_spec.rb - spec/motion/core/device_spec.rb - spec/motion/core/gestures_spec.rb - spec/motion/core/json_spec.rb - spec/motion/core/kvo_spec.rb - spec/motion/core/ns_index_path_spec.rb - spec/motion/core/ns_notification_center_spec.rb - spec/motion/core/persistence_spec.rb - spec/motion/core/string_spec.rb - spec/motion/core/time_spec.rb - spec/motion/core/ui_control_spec.rb - spec/motion/core_spec.rb - spec/motion/http_spec.rb - spec/motion/location/location_spec.rb - spec/motion/media/player_spec.rb - spec/motion/reactor/eventable_spec.rb - spec/motion/reactor_spec.rb - spec/motion/rss_parser_spec.rb