# -*- encoding: utf-8 -*- # stub: teacup 0.0.1.pre ruby lib Gem::Specification.new do |s| s.name = "teacup".freeze s.version = "0.0.1.pre".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Chris Clarke".freeze, "Colin Thomas-Arnold".freeze, "Conrad Irwin".freeze, "Roland Oth".freeze, "Vladimir Pouzanov".freeze] s.date = "2012-05-24" s.description = " Teacup is a community-driven DSL for making CSS-like templates for RubyMotion iOS\n apps.\n".freeze s.files = [".gitignore".freeze, ".rspec".freeze, "Dofile".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "lib/teacup.rb".freeze, "lib/teacup/contributors.rb".freeze, "lib/teacup/core_extensions/ui_view.rb".freeze, "lib/teacup/core_extensions/ui_view_controller.rb".freeze, "lib/teacup/layout.rb".freeze, "lib/teacup/style_sheet.rb".freeze, "lib/teacup/version.rb".freeze, "lib/teacup/view.rb".freeze, "pkg/teacup-0.0.0.gem".freeze, "pkg/teacup-0.0.1.gem".freeze, "proposals/other/README.md".freeze, "proposals/other/app/config/application.rb".freeze, "proposals/other/app/config/boot.rb".freeze, "proposals/other/app/config/initializers/twitter.rb".freeze, "proposals/other/app/controllers/events_controller.rb".freeze, "proposals/other/app/controllers/venues_controller.rb".freeze, "proposals/other/app/db/README.md".freeze, "proposals/other/app/db/migrations/20120514201043_create_events.rb".freeze, "proposals/other/app/db/migrations/20120514201044_add_price_to_events.rb".freeze, "proposals/other/app/db/migrations/20120514201045_create_venues.rb".freeze, "proposals/other/app/db/schema.rb".freeze, "proposals/other/app/models/event.rb".freeze, "proposals/other/app/models/venue.rb".freeze, "proposals/other/app/views/events/edit.ipad.rb".freeze, "proposals/other/app/views/events/edit.iphone.rb".freeze, "proposals/other/app/views/events/show.ipad.rb".freeze, "proposals/other/app/views/events/show.iphone.rb".freeze, "samples/Hai/.gitignore".freeze, "samples/Hai/Rakefile".freeze, "samples/Hai/app/app_delegate.rb".freeze, "samples/Hai/app/hai_controller.rb".freeze, "samples/Hai/spec/main_spec.rb".freeze, "samples/Hai/styles/ipad.rb".freeze, "samples/Hai/styles/ipad_vertical.rb".freeze, "samples/README.md".freeze, "spec/spec_helper.rb".freeze, "spec/teacup/contributions_spec.rb".freeze, "spec/teacup/version_spec.rb".freeze, "teacup.gemspec".freeze] s.homepage = "https://github.com/rubymotion/teacup".freeze s.rubygems_version = "3.5.10".freeze s.summary = "CSS-like templates for RubyMotion.".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/teacup/contributions_spec.rb".freeze, "spec/teacup/version_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end