--- !ruby/object:Gem::Specification name: bubble-wrap version: !ruby/object:Gem::Version version: 1.9.3 platform: ruby authors: - Matt Aimonetti - Francis Chong - James Harton - Clay Allsopp - Dylan Markow - Jan Weinkauff - Marin Usalj autorequire: bindir: bin cert_chain: [] date: 2015-10-05 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: mocha requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.11' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.11' - !ruby/object:Gem::Dependency name: mocha-on-bacon requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.2' - !ruby/object:Gem::Dependency name: bacon requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' - !ruby/object:Gem::Dependency name: webstub requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' description: RubyMotion wrappers and helpers (Ruby for iOS and OS X) - 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 - marin2211@gmail.com executables: [] extensions: [] extra_rdoc_files: - lib/bubble-wrap/ext/motion_project_app.rb - lib/bubble-wrap/motion.rb - motion/core.rb - motion/core/app.rb - motion/core/device.rb - motion/core/device/ios/camera.rb - motion/core/device/ios/camera_wrapper.rb - motion/core/device/ios/screen.rb - motion/core/device/osx/screen.rb - motion/core/device/screen.rb - motion/core/ios/app.rb - motion/core/ios/device.rb - motion/core/ios/ns_index_path.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/osx/app.rb - motion/core/osx/device.rb - motion/core/persistence.rb - motion/core/pollute.rb - motion/core/string.rb - motion/core/time.rb - motion/font/font.rb - motion/ios/8/location_constants.rb - motion/location/location.rb - motion/location/pollute.rb - motion/mail/mail.rb - motion/mail/result.rb - motion/media/media.rb - motion/media/player.rb - motion/motion/accelerometer.rb - motion/motion/device_motion.rb - motion/motion/gyroscope.rb - motion/motion/magnetometer.rb - motion/motion/motion.rb - motion/network-indicator/network-indicator.rb - motion/reactor.rb - motion/reactor/default_deferrable.rb - motion/reactor/deferrable.rb - motion/reactor/dependent_deferrable.rb - motion/reactor/eventable.rb - motion/reactor/future.rb - motion/reactor/periodic_timer.rb - motion/reactor/queue.rb - motion/reactor/thread_aware_deferrable.rb - motion/reactor/timer.rb - motion/rss_parser.rb - motion/shortcut.rb - motion/sms/result.rb - motion/sms/sms.rb - motion/test_suite_delegate.rb - motion/ui/pollute.rb - motion/ui/ui_activity_view_controller_wrapper.rb - motion/ui/ui_alert_view.rb - motion/ui/ui_bar_button_item.rb - motion/ui/ui_control_wrapper.rb - motion/ui/ui_view_controller_wrapper.rb - motion/ui/ui_view_wrapper.rb - motion/util/constants.rb - motion/util/deprecated.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/ios/camera_spec.rb - spec/motion/core/device/ios/camera_wrapper_spec.rb - spec/motion/core/device/ios/device_spec.rb - spec/motion/core/device/ios/screen_spec.rb - spec/motion/core/device/osx/screen_spec.rb - spec/motion/core/device_spec.rb - spec/motion/core/ios/app_spec.rb - spec/motion/core/ios/ns_index_path_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/osx/app_spec.rb - spec/motion/core/persistence_spec.rb - spec/motion/core/string_spec.rb - spec/motion/core/time_spec.rb - spec/motion/core_spec.rb - spec/motion/font/font_spec.rb - spec/motion/location/location_spec.rb - spec/motion/mail/mail_spec.rb - spec/motion/mail/result_spec.rb - spec/motion/media/player_spec.rb - spec/motion/motion/core_motion_spec.rb - spec/motion/network-indicator/network_indicator_spec.rb - spec/motion/reactor/deferrable_spec.rb - spec/motion/reactor/dependent_deferrable_spec.rb - spec/motion/reactor/eventable_spec.rb - spec/motion/reactor/thread_aware_deferrable_spec.rb - spec/motion/reactor_spec.rb - spec/motion/rss_parser_spec.rb - spec/motion/sms/result_spec.rb - spec/motion/sms/sms_spec.rb - spec/motion/ui/pollute_spec.rb - spec/motion/ui/ui_activity_view_controller_wrapper_spec.rb - spec/motion/ui/ui_alert_view_spec.rb - spec/motion/ui/ui_bar_button_item_spec.rb - spec/motion/ui/ui_control_wrapper_spec.rb - spec/motion/ui/ui_view_controller_wrapper_spec.rb - spec/motion/ui/ui_view_wrapper_spec.rb - spec/motion/util/constants_spec.rb - spec/motion/util/deprecated_spec.rb files: - ".gitignore" - ".travis.yml" - ".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/font.rb - lib/bubble-wrap/loader.rb - lib/bubble-wrap/location.rb - lib/bubble-wrap/mail.rb - lib/bubble-wrap/media.rb - lib/bubble-wrap/motion.rb - lib/bubble-wrap/network-indicator.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/sms.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/ios/camera.rb - motion/core/device/ios/camera_wrapper.rb - motion/core/device/ios/screen.rb - motion/core/device/osx/screen.rb - motion/core/device/screen.rb - motion/core/ios/app.rb - motion/core/ios/device.rb - motion/core/ios/ns_index_path.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/osx/app.rb - motion/core/osx/device.rb - motion/core/persistence.rb - motion/core/pollute.rb - motion/core/string.rb - motion/core/time.rb - motion/font/font.rb - motion/ios/8/location_constants.rb - motion/location/location.rb - motion/location/pollute.rb - motion/mail/mail.rb - motion/mail/result.rb - motion/media/media.rb - motion/media/player.rb - motion/motion/accelerometer.rb - motion/motion/device_motion.rb - motion/motion/gyroscope.rb - motion/motion/magnetometer.rb - motion/motion/motion.rb - motion/network-indicator/network-indicator.rb - motion/reactor.rb - motion/reactor/default_deferrable.rb - motion/reactor/deferrable.rb - motion/reactor/dependent_deferrable.rb - motion/reactor/eventable.rb - motion/reactor/future.rb - motion/reactor/periodic_timer.rb - motion/reactor/queue.rb - motion/reactor/thread_aware_deferrable.rb - motion/reactor/timer.rb - motion/rss_parser.rb - motion/shortcut.rb - motion/sms/result.rb - motion/sms/sms.rb - motion/test_suite_delegate.rb - motion/ui/pollute.rb - motion/ui/ui_activity_view_controller_wrapper.rb - motion/ui/ui_alert_view.rb - motion/ui/ui_bar_button_item.rb - motion/ui/ui_control_wrapper.rb - motion/ui/ui_view_controller_wrapper.rb - motion/ui/ui_view_wrapper.rb - motion/util/constants.rb - motion/util/deprecated.rb - resources/Localizable.strings - resources/atom.xml - resources/test.mp3 - samples/alert/.gitignore - samples/alert/Gemfile - samples/alert/Gemfile.lock - samples/alert/Rakefile - samples/alert/app/app_delegate.rb - samples/alert/app/controllers/alert_view_controller.rb - samples/alert/resources/Default-568h@2x.png - samples/alert/spec/main_spec.rb - samples/camera/Gemfile - samples/camera/Gemfile.lock - 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/Gemfile.lock - samples/location/README.md - samples/location/Rakefile - samples/location/app/app_delegate.rb - samples/location/app/controllers/places_list_controller.rb - samples/location/app/models/places.rb - samples/location/spec/main_spec.rb - samples/media/.gitignore - samples/media/Gemfile - samples/media/Gemfile.lock - samples/media/Rakefile - samples/media/app/app_delegate.rb - samples/media/app/controllers/play_controller.rb - samples/media/resources/Default-568h@2x.png - samples/media/resources/test.mp3 - samples/media/spec/main_spec.rb - samples/osx/Gemfile - samples/osx/Gemfile.lock - samples/osx/Rakefile - samples/osx/app/app_delegate.rb - samples/osx/app/menu.rb - samples/osx/resources/Credits.rtf - samples/osx/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/ios/camera_spec.rb - spec/motion/core/device/ios/camera_wrapper_spec.rb - spec/motion/core/device/ios/device_spec.rb - spec/motion/core/device/ios/screen_spec.rb - spec/motion/core/device/osx/screen_spec.rb - spec/motion/core/device_spec.rb - spec/motion/core/ios/app_spec.rb - spec/motion/core/ios/ns_index_path_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/osx/app_spec.rb - spec/motion/core/persistence_spec.rb - spec/motion/core/string_spec.rb - spec/motion/core/time_spec.rb - spec/motion/core_spec.rb - spec/motion/font/font_spec.rb - spec/motion/location/location_spec.rb - spec/motion/mail/mail_spec.rb - spec/motion/mail/result_spec.rb - spec/motion/media/player_spec.rb - spec/motion/motion/core_motion_spec.rb - spec/motion/network-indicator/network_indicator_spec.rb - spec/motion/reactor/deferrable_spec.rb - spec/motion/reactor/dependent_deferrable_spec.rb - spec/motion/reactor/eventable_spec.rb - spec/motion/reactor/thread_aware_deferrable_spec.rb - spec/motion/reactor_spec.rb - spec/motion/rss_parser_spec.rb - spec/motion/sms/result_spec.rb - spec/motion/sms/sms_spec.rb - spec/motion/ui/pollute_spec.rb - spec/motion/ui/ui_activity_view_controller_wrapper_spec.rb - spec/motion/ui/ui_alert_view_spec.rb - spec/motion/ui/ui_bar_button_item_spec.rb - spec/motion/ui/ui_control_wrapper_spec.rb - spec/motion/ui/ui_view_controller_wrapper_spec.rb - spec/motion/ui/ui_view_wrapper_spec.rb - spec/motion/util/constants_spec.rb - spec/motion/util/deprecated_spec.rb homepage: http://rubymotion.github.io/BubbleWrap/ licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.0 signing_key: specification_version: 4 summary: RubyMotion wrappers and helpers (Ruby for iOS and OS X) - 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/ios/camera_spec.rb - spec/motion/core/device/ios/camera_wrapper_spec.rb - spec/motion/core/device/ios/device_spec.rb - spec/motion/core/device/ios/screen_spec.rb - spec/motion/core/device/osx/screen_spec.rb - spec/motion/core/device_spec.rb - spec/motion/core/ios/app_spec.rb - spec/motion/core/ios/ns_index_path_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/osx/app_spec.rb - spec/motion/core/persistence_spec.rb - spec/motion/core/string_spec.rb - spec/motion/core/time_spec.rb - spec/motion/core_spec.rb - spec/motion/font/font_spec.rb - spec/motion/location/location_spec.rb - spec/motion/mail/mail_spec.rb - spec/motion/mail/result_spec.rb - spec/motion/media/player_spec.rb - spec/motion/motion/core_motion_spec.rb - spec/motion/network-indicator/network_indicator_spec.rb - spec/motion/reactor/deferrable_spec.rb - spec/motion/reactor/dependent_deferrable_spec.rb - spec/motion/reactor/eventable_spec.rb - spec/motion/reactor/thread_aware_deferrable_spec.rb - spec/motion/reactor_spec.rb - spec/motion/rss_parser_spec.rb - spec/motion/sms/result_spec.rb - spec/motion/sms/sms_spec.rb - spec/motion/ui/pollute_spec.rb - spec/motion/ui/ui_activity_view_controller_wrapper_spec.rb - spec/motion/ui/ui_alert_view_spec.rb - spec/motion/ui/ui_bar_button_item_spec.rb - spec/motion/ui/ui_control_wrapper_spec.rb - spec/motion/ui/ui_view_controller_wrapper_spec.rb - spec/motion/ui/ui_view_wrapper_spec.rb - spec/motion/util/constants_spec.rb - spec/motion/util/deprecated_spec.rb