--- !ruby/object:Gem::Specification name: under-os version: !ruby/object:Gem::Version version: 1.2.0 platform: ruby authors: - Nikolay Nemshilov autorequire: bindir: bin cert_chain: [] date: 2014-01-02 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: motion-facon requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: A web-broser like wrapper over iOS email: - nemshilov@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - Gemfile - Gemfile.lock - README.md - Rakefile - app/config.rb - app/layouts/alerts.html - app/layouts/calculator.html - app/layouts/collections.html - app/layouts/home.html - app/layouts/http.html - app/layouts/inputs.html - app/layouts/lockers.html - app/layouts/navbar.html - app/layouts/scrolls.html - app/layouts/sidebars.html - app/pages/alerts_page.rb - app/pages/calculator_page.rb - app/pages/collections_page.rb - app/pages/home_page.rb - app/pages/http_page.rb - app/pages/inputs_page.rb - app/pages/lockers_page.rb - app/pages/navbar_page.rb - app/pages/scrolls_page.rb - app/pages/sidebars_page.rb - app/styles/application.css - app/styles/calculator.css - app/styles/collections.css - app/styles/home.css - app/styles/http.css - app/styles/inputs.css - app/styles/scrolls.css - app/styles/sidebars.css - lib/assets/fontawesome-webfont.ttf - lib/assets/under-os.css - lib/under-os.rb - lib/under_os.rb - lib/under_os/app.rb - lib/under_os/color.rb - lib/under_os/config.rb - lib/under_os/core/array.rb - lib/under_os/core/hash.rb - lib/under_os/core/json.rb - lib/under_os/core/kernel.rb - lib/under_os/core/numeric.rb - lib/under_os/core/object.rb - lib/under_os/core/string.rb - lib/under_os/delegate.rb - lib/under_os/events.rb - lib/under_os/file.rb - lib/under_os/history.rb - lib/under_os/http.rb - lib/under_os/http/cookies.rb - lib/under_os/http/receiver.rb - lib/under_os/http/request.rb - lib/under_os/http/response.rb - lib/under_os/http/session.rb - lib/under_os/page.rb - lib/under_os/page/builder.rb - lib/under_os/page/layout.rb - lib/under_os/page/matcher.rb - lib/under_os/page/stylesheet.rb - lib/under_os/parser.rb - lib/under_os/parser/css.rb - lib/under_os/parser/html.rb - lib/under_os/point.rb - lib/under_os/screen.rb - lib/under_os/timer.rb - lib/under_os/ui.rb - lib/under_os/ui/alert.rb - lib/under_os/ui/button.rb - lib/under_os/ui/collection.rb - lib/under_os/ui/collection/cell.rb - lib/under_os/ui/collection/delegate.rb - lib/under_os/ui/collection/item.rb - lib/under_os/ui/collection/layout.rb - lib/under_os/ui/collection/styles.rb - lib/under_os/ui/div.rb - lib/under_os/ui/form.rb - lib/under_os/ui/icon.rb - lib/under_os/ui/icon/awesome.rb - lib/under_os/ui/icon/engine.rb - lib/under_os/ui/image.rb - lib/under_os/ui/input.rb - lib/under_os/ui/label.rb - lib/under_os/ui/locker.rb - lib/under_os/ui/navbar.rb - lib/under_os/ui/progress.rb - lib/under_os/ui/scroll.rb - lib/under_os/ui/select.rb - lib/under_os/ui/sidebar.rb - lib/under_os/ui/slider.rb - lib/under_os/ui/spinner.rb - lib/under_os/ui/style.rb - lib/under_os/ui/style/fonts.rb - lib/under_os/ui/style/margins.rb - lib/under_os/ui/style/outlining.rb - lib/under_os/ui/style/positioning.rb - lib/under_os/ui/switch.rb - lib/under_os/ui/textarea.rb - lib/under_os/ui/utils/animation.rb - lib/under_os/ui/utils/commons.rb - lib/under_os/ui/utils/dimensions.rb - lib/under_os/ui/utils/events.rb - lib/under_os/ui/utils/manipulation.rb - lib/under_os/ui/utils/position.rb - lib/under_os/ui/utils/size.rb - lib/under_os/ui/utils/styles.rb - lib/under_os/ui/utils/traversing.rb - lib/under_os/ui/utils/wrap.rb - lib/under_os/ui/view.rb - resources/Default-568h@2x.png - resources/test.png - spec/assets/app.css - spec/assets/test.css - spec/assets/test.html - spec/assets/test_page.rb - spec/lib/core/hash_spec.rb - spec/lib/core/json_spec.rb - spec/lib/core/numeric_spec.rb - spec/lib/core/string_spec.rb - spec/lib/under_os/color_spec.rb - spec/lib/under_os/events_spec.rb - spec/lib/under_os/file_spec.rb - spec/lib/under_os/http/cookies_spec.rb - spec/lib/under_os/http/request_spec.rb - spec/lib/under_os/http_spec.rb - spec/lib/under_os/page/builder_spec.rb - spec/lib/under_os/page/layout_spec.rb - spec/lib/under_os/page/matcher_spec.rb - spec/lib/under_os/page/stylesheet_spec.rb - spec/lib/under_os/page_spec.rb - spec/lib/under_os/parser/css_spec.rb - spec/lib/under_os/parser/html_spec.rb - spec/lib/under_os/parser_spec.rb - spec/lib/under_os/point_spec.rb - spec/lib/under_os/screen_spec.rb - spec/lib/under_os/timer_spec.rb - spec/lib/under_os/ui/button_spec.rb - spec/lib/under_os/ui/collection_spec.rb - spec/lib/under_os/ui/div_spec.rb - spec/lib/under_os/ui/form_spec.rb - spec/lib/under_os/ui/icon_spec.rb - spec/lib/under_os/ui/image_spec.rb - spec/lib/under_os/ui/input_spec.rb - spec/lib/under_os/ui/label_spec.rb - spec/lib/under_os/ui/locker_spec.rb - spec/lib/under_os/ui/progress_spec.rb - spec/lib/under_os/ui/scroll_spec.rb - spec/lib/under_os/ui/select_spec.rb - spec/lib/under_os/ui/sidebar_spec.rb - spec/lib/under_os/ui/slider_spec.rb - spec/lib/under_os/ui/spinner_spec.rb - spec/lib/under_os/ui/style/fonts_spec.rb - spec/lib/under_os/ui/style/margins_spec.rb - spec/lib/under_os/ui/style/outlining_spec.rb - spec/lib/under_os/ui/style/positioning_spec.rb - spec/lib/under_os/ui/style_spec.rb - spec/lib/under_os/ui/switch_spec.rb - spec/lib/under_os/ui/textarea_spec.rb - spec/lib/under_os/ui/utils/commons_spec.rb - spec/lib/under_os/ui/utils/manipulation_spec.rb - spec/lib/under_os/ui/utils/styles_spec.rb - spec/lib/under_os/ui/utils/traversing_spec.rb - spec/lib/under_os/ui/utils/wrap_spec.rb - spec/lib/under_os/ui/view_spec.rb - under-os.gemspec homepage: http://under-os.com licenses: - MIT metadata: {} post_install_message: "\n If you want to use the UnderOS template with RubyMotion, please run the following:\n\n mkdir -p ~/Library/RubyMotion/template/uos\n git clone https://github.com/under-os/under-os-template.git ~/Library/RubyMotion/template/uos\n\n\n \ Then just run the following to generate your first project:\n\n motion create awesomness --template=uos\n " 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.1.11 signing_key: specification_version: 4 summary: A web-broser like wrapper over iOS using RubyMotion test_files: - spec/assets/app.css - spec/assets/test.css - spec/assets/test.html - spec/assets/test_page.rb - spec/lib/core/hash_spec.rb - spec/lib/core/json_spec.rb - spec/lib/core/numeric_spec.rb - spec/lib/core/string_spec.rb - spec/lib/under_os/color_spec.rb - spec/lib/under_os/events_spec.rb - spec/lib/under_os/file_spec.rb - spec/lib/under_os/http/cookies_spec.rb - spec/lib/under_os/http/request_spec.rb - spec/lib/under_os/http_spec.rb - spec/lib/under_os/page/builder_spec.rb - spec/lib/under_os/page/layout_spec.rb - spec/lib/under_os/page/matcher_spec.rb - spec/lib/under_os/page/stylesheet_spec.rb - spec/lib/under_os/page_spec.rb - spec/lib/under_os/parser/css_spec.rb - spec/lib/under_os/parser/html_spec.rb - spec/lib/under_os/parser_spec.rb - spec/lib/under_os/point_spec.rb - spec/lib/under_os/screen_spec.rb - spec/lib/under_os/timer_spec.rb - spec/lib/under_os/ui/button_spec.rb - spec/lib/under_os/ui/collection_spec.rb - spec/lib/under_os/ui/div_spec.rb - spec/lib/under_os/ui/form_spec.rb - spec/lib/under_os/ui/icon_spec.rb - spec/lib/under_os/ui/image_spec.rb - spec/lib/under_os/ui/input_spec.rb - spec/lib/under_os/ui/label_spec.rb - spec/lib/under_os/ui/locker_spec.rb - spec/lib/under_os/ui/progress_spec.rb - spec/lib/under_os/ui/scroll_spec.rb - spec/lib/under_os/ui/select_spec.rb - spec/lib/under_os/ui/sidebar_spec.rb - spec/lib/under_os/ui/slider_spec.rb - spec/lib/under_os/ui/spinner_spec.rb - spec/lib/under_os/ui/style/fonts_spec.rb - spec/lib/under_os/ui/style/margins_spec.rb - spec/lib/under_os/ui/style/outlining_spec.rb - spec/lib/under_os/ui/style/positioning_spec.rb - spec/lib/under_os/ui/style_spec.rb - spec/lib/under_os/ui/switch_spec.rb - spec/lib/under_os/ui/textarea_spec.rb - spec/lib/under_os/ui/utils/commons_spec.rb - spec/lib/under_os/ui/utils/manipulation_spec.rb - spec/lib/under_os/ui/utils/styles_spec.rb - spec/lib/under_os/ui/utils/traversing_spec.rb - spec/lib/under_os/ui/utils/wrap_spec.rb - spec/lib/under_os/ui/view_spec.rb