--- !ruby/object:Gem::Specification name: teacup version: !ruby/object:Gem::Version version: 0.0.1.pre prerelease: 6 platform: ruby authors: - Chris Clarke - Colin Thomas-Arnold - Conrad Irwin - Roland Oth - Vladimir Pouzanov autorequire: bindir: bin cert_chain: [] date: 2012-05-24 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec 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: ! " Teacup is a community-driven DSL for making CSS-like templates for RubyMotion iOS\n apps.\n" email: executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - Dofile - Gemfile - Gemfile.lock - README.md - Rakefile - lib/teacup.rb - lib/teacup/contributors.rb - lib/teacup/core_extensions/ui_view.rb - lib/teacup/core_extensions/ui_view_controller.rb - lib/teacup/layout.rb - lib/teacup/style_sheet.rb - lib/teacup/version.rb - lib/teacup/view.rb - pkg/teacup-0.0.0.gem - pkg/teacup-0.0.1.gem - proposals/other/README.md - proposals/other/app/config/application.rb - proposals/other/app/config/boot.rb - proposals/other/app/config/initializers/twitter.rb - proposals/other/app/controllers/events_controller.rb - proposals/other/app/controllers/venues_controller.rb - proposals/other/app/db/README.md - proposals/other/app/db/migrations/20120514201043_create_events.rb - proposals/other/app/db/migrations/20120514201044_add_price_to_events.rb - proposals/other/app/db/migrations/20120514201045_create_venues.rb - proposals/other/app/db/schema.rb - proposals/other/app/models/event.rb - proposals/other/app/models/venue.rb - proposals/other/app/views/events/edit.ipad.rb - proposals/other/app/views/events/edit.iphone.rb - proposals/other/app/views/events/show.ipad.rb - proposals/other/app/views/events/show.iphone.rb - samples/Hai/.gitignore - samples/Hai/Rakefile - samples/Hai/app/app_delegate.rb - samples/Hai/app/hai_controller.rb - samples/Hai/spec/main_spec.rb - samples/Hai/styles/ipad.rb - samples/Hai/styles/ipad_vertical.rb - samples/README.md - spec/spec_helper.rb - spec/teacup/contributions_spec.rb - spec/teacup/version_spec.rb - teacup.gemspec homepage: https://github.com/rubymotion/teacup 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' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>' - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 1.8.19 signing_key: specification_version: 3 summary: CSS-like templates for RubyMotion. test_files: - spec/spec_helper.rb - spec/teacup/contributions_spec.rb - spec/teacup/version_spec.rb