# -*- encoding: utf-8 -*- # stub: motion-bundler 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "motion-bundler".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Paul Engel".freeze] s.date = "2013-07-07" s.description = "Use Ruby gems and mock require statements within RubyMotion applications".freeze s.email = ["paul.engel@holder.nl".freeze] s.executables = ["motion-bundler".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.rdoc".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/motion-bundler".freeze, "lib/motion-bundler.rb".freeze, "lib/motion-bundler/cli.rb".freeze, "lib/motion-bundler/config.rb".freeze, "lib/motion-bundler/device/boot.rb".freeze, "lib/motion-bundler/device/core_ext.rb".freeze, "lib/motion-bundler/gem_ext.rb".freeze, "lib/motion-bundler/mocks/httparty.rb".freeze, "lib/motion-bundler/mocks/mac_ruby-0.12/stringio.rb".freeze, "lib/motion-bundler/mocks/mac_ruby-0.12/strscan.rb".freeze, "lib/motion-bundler/mocks/zliby-0.0.5/zlib.rb".freeze, "lib/motion-bundler/require.rb".freeze, "lib/motion-bundler/require/mocker.rb".freeze, "lib/motion-bundler/require/mocker/dirs.rb".freeze, "lib/motion-bundler/require/mocker/hooks.rb".freeze, "lib/motion-bundler/require/resolve.rb".freeze, "lib/motion-bundler/require/ripper.rb".freeze, "lib/motion-bundler/require/ripper/builder.rb".freeze, "lib/motion-bundler/require/tracer.rb".freeze, "lib/motion-bundler/require/tracer/hooks.rb".freeze, "lib/motion-bundler/require/tracer/log.rb".freeze, "lib/motion-bundler/simulator/boot.rb".freeze, "lib/motion-bundler/simulator/console.rb".freeze, "lib/motion-bundler/simulator/core_ext.rb".freeze, "lib/motion-bundler/version.rb".freeze, "motion-bundler.gemspec".freeze, "rake".freeze, "sample_apps/ios/.gitignore".freeze, "sample_apps/ios/Gemfile".freeze, "sample_apps/ios/Rakefile".freeze, "sample_apps/ios/app/app_delegate.rb".freeze, "sample_apps/ios/app/controllers/app_controller.rb".freeze, "sample_apps/ios/boot.rb".freeze, "sample_apps/ios/lib/foo.rb".freeze, "sample_apps/ios/lib/foo/bar.rb".freeze, "sample_apps/ios/mocks/digest/md5.rb".freeze, "sample_apps/ios/mocks/httparty.rb".freeze, "sample_apps/ios/mocks/net/protocol.rb".freeze, "sample_apps/ios/mocks/openssl.rb".freeze, "sample_apps/ios/mocks/socket.so.rb".freeze, "sample_apps/ios/mocks/timeout.rb".freeze, "sample_apps/ios/resources/Icon.png".freeze, "sample_apps/ios/resources/Icon.pxm".freeze, "sample_apps/ios/resources/Icon@2x.png".freeze, "sample_apps/ios/resources/Icon@2x.pxm".freeze, "sample_apps/ios/spec/main_spec.rb".freeze, "sample_apps/osx/.gitignore".freeze, "sample_apps/osx/Gemfile".freeze, "sample_apps/osx/Rakefile".freeze, "sample_apps/osx/app/app_delegate.rb".freeze, "sample_apps/osx/app/menu.rb".freeze, "sample_apps/osx/app/tests.rb".freeze, "sample_apps/osx/app/window.rb".freeze, "sample_apps/osx/boot.rb".freeze, "sample_apps/osx/lib/foo.rb".freeze, "sample_apps/osx/lib/foo/bar.rb".freeze, "sample_apps/osx/mocks/digest/md5.rb".freeze, "sample_apps/osx/mocks/httparty.rb".freeze, "sample_apps/osx/mocks/net/protocol.rb".freeze, "sample_apps/osx/mocks/openssl.rb".freeze, "sample_apps/osx/mocks/socket.so.rb".freeze, "sample_apps/osx/mocks/timeout.rb".freeze, "sample_apps/osx/resources/Credits.rtf".freeze, "sample_apps/osx/resources/Icon.icns".freeze, "sample_apps/osx/spec/main_spec.rb".freeze, "script/console".freeze, "test/.gemfiles/simulator/test_setup".freeze, "test/.gemfiles/simulator/test_setup.lock".freeze, "test/gems/slot_machine/CHANGELOG.rdoc".freeze, "test/gems/slot_machine/Gemfile".freeze, "test/gems/slot_machine/MIT-LICENSE".freeze, "test/gems/slot_machine/README.md".freeze, "test/gems/slot_machine/Rakefile".freeze, "test/gems/slot_machine/VERSION".freeze, "test/gems/slot_machine/lib/slot.rb".freeze, "test/gems/slot_machine/lib/slot_machine.rb".freeze, "test/gems/slot_machine/lib/slot_machine/slot.rb".freeze, "test/gems/slot_machine/lib/slot_machine/slots.rb".freeze, "test/gems/slot_machine/lib/slot_machine/version.rb".freeze, "test/gems/slot_machine/lib/slots.rb".freeze, "test/gems/slot_machine/lib/time_slot.rb".freeze, "test/gems/slot_machine/lib/time_slots.rb".freeze, "test/gems/slot_machine/script/console".freeze, "test/gems/slot_machine/slot_machine.gemspec".freeze, "test/gems/slot_machine/test/test_helper.rb".freeze, "test/gems/slot_machine/test/unit/test_slot.rb".freeze, "test/gems/slot_machine/test/unit/test_slots.rb".freeze, "test/gems/slot_machine/test/unit/test_time_slot.rb".freeze, "test/gems/slot_machine/test/unit/test_time_slots.rb".freeze, "test/lib/a.rb".freeze, "test/lib/b.rb".freeze, "test/lib/b/a.rb".freeze, "test/lib/b/a/a.rb".freeze, "test/lib/b/b.rb".freeze, "test/lib/c.rb".freeze, "test/lib/d/a.rb".freeze, "test/lib/d/b.rb".freeze, "test/lib/d/b/a.rb".freeze, "test/lib/d/b/a/a.rb".freeze, "test/lib/d/b/b.rb".freeze, "test/lib/d/c.rb".freeze, "test/lib/e.rb".freeze, "test/mocks/net/http.rb".freeze, "test/mocks/psych_foo-0.1.0/psych/handler.rb".freeze, "test/mocks/yaml.rb".freeze, "test/motion/device/test_core_ext.rb".freeze, "test/motion/simulator/test_core_ext.rb".freeze, "test/motion/simulator/test_setup.rb".freeze, "test/test_helper.rb".freeze, "test/test_helper/coverage.rb".freeze, "test/test_helper/motion.rb".freeze, "test/unit/require/mocker/test_dirs.rb".freeze, "test/unit/require/mocker/test_hooks.rb".freeze, "test/unit/require/ripper/test_builder.rb".freeze, "test/unit/require/test_mocker.rb".freeze, "test/unit/require/test_resolve.rb".freeze, "test/unit/require/test_ripper.rb".freeze, "test/unit/require/test_tracer.rb".freeze, "test/unit/require/tracer/test_hooks.rb".freeze, "test/unit/require/tracer/test_log.rb".freeze, "test/unit/simulator/test_console.rb".freeze, "test/unit/simulator/test_core_ext.rb".freeze, "test/unit/test_config.rb".freeze, "test/unit/test_gem_ext.rb".freeze, "test/unit/test_motion-bundler.rb".freeze, "test/unit/test_require.rb".freeze] s.homepage = "https://github.com/archan937/motion-bundler".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Use Ruby gems and mock require statements within RubyMotion applications".freeze s.test_files = ["test/gems/slot_machine/CHANGELOG.rdoc".freeze, "test/gems/slot_machine/Gemfile".freeze, "test/gems/slot_machine/MIT-LICENSE".freeze, "test/gems/slot_machine/README.md".freeze, "test/gems/slot_machine/Rakefile".freeze, "test/gems/slot_machine/VERSION".freeze, "test/gems/slot_machine/lib/slot.rb".freeze, "test/gems/slot_machine/lib/slot_machine.rb".freeze, "test/gems/slot_machine/lib/slot_machine/slot.rb".freeze, "test/gems/slot_machine/lib/slot_machine/slots.rb".freeze, "test/gems/slot_machine/lib/slot_machine/version.rb".freeze, "test/gems/slot_machine/lib/slots.rb".freeze, "test/gems/slot_machine/lib/time_slot.rb".freeze, "test/gems/slot_machine/lib/time_slots.rb".freeze, "test/gems/slot_machine/script/console".freeze, "test/gems/slot_machine/slot_machine.gemspec".freeze, "test/gems/slot_machine/test/test_helper.rb".freeze, "test/gems/slot_machine/test/unit/test_slot.rb".freeze, "test/gems/slot_machine/test/unit/test_slots.rb".freeze, "test/gems/slot_machine/test/unit/test_time_slot.rb".freeze, "test/gems/slot_machine/test/unit/test_time_slots.rb".freeze, "test/lib/a.rb".freeze, "test/lib/b.rb".freeze, "test/lib/b/a.rb".freeze, "test/lib/b/a/a.rb".freeze, "test/lib/b/b.rb".freeze, "test/lib/c.rb".freeze, "test/lib/d/a.rb".freeze, "test/lib/d/b.rb".freeze, "test/lib/d/b/a.rb".freeze, "test/lib/d/b/a/a.rb".freeze, "test/lib/d/b/b.rb".freeze, "test/lib/d/c.rb".freeze, "test/lib/e.rb".freeze, "test/mocks/net/http.rb".freeze, "test/mocks/psych_foo-0.1.0/psych/handler.rb".freeze, "test/mocks/yaml.rb".freeze, "test/motion/device/test_core_ext.rb".freeze, "test/motion/simulator/test_core_ext.rb".freeze, "test/motion/simulator/test_setup.rb".freeze, "test/test_helper.rb".freeze, "test/test_helper/coverage.rb".freeze, "test/test_helper/motion.rb".freeze, "test/unit/require/mocker/test_dirs.rb".freeze, "test/unit/require/mocker/test_hooks.rb".freeze, "test/unit/require/ripper/test_builder.rb".freeze, "test/unit/require/test_mocker.rb".freeze, "test/unit/require/test_resolve.rb".freeze, "test/unit/require/test_ripper.rb".freeze, "test/unit/require/test_tracer.rb".freeze, "test/unit/require/tracer/test_hooks.rb".freeze, "test/unit/require/tracer/test_log.rb".freeze, "test/unit/simulator/test_console.rb".freeze, "test/unit/simulator/test_core_ext.rb".freeze, "test/unit/test_config.rb".freeze, "test/unit/test_gem_ext.rb".freeze, "test/unit/test_motion-bundler.rb".freeze, "test/unit/test_require.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["= 4.6.2".freeze]) s.add_development_dependency(%q.freeze, ["= 0.13.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end