--- !ruby/object:Gem::Specification name: themes_for_rails version: !ruby/object:Gem::Version version: 0.4.3 prerelease: platform: ruby authors: - Lucas Florio autorequire: bindir: bin cert_chain: [] date: 2012-01-27 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: &70284078427120 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.0.0 type: :runtime prerelease: false version_requirements: *70284078427120 - !ruby/object:Gem::Dependency name: sqlite3 requirement: &70284078426700 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70284078426700 - !ruby/object:Gem::Dependency name: test-unit requirement: &70284078426220 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70284078426220 - !ruby/object:Gem::Dependency name: contest requirement: &70284078425800 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70284078425800 - !ruby/object:Gem::Dependency name: mocha requirement: &70284078425380 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70284078425380 description: It allows an application to have many different ways of rendering static assets and dynamic views. email: - lucasefe@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .rvmrc - Gemfile - Gemfile.lock - LICENSE - README.textile - REVIEW_NOTES - RMU_REVIEW - Rakefile - TODO.textile - lib/generators/themes_for_rails/install_generator.rb - lib/generators/themes_for_rails/templates/theme/images/.gitkeep - lib/generators/themes_for_rails/templates/theme/javascripts/.gitkeep - lib/generators/themes_for_rails/templates/theme/stylesheets/.gitkeep - lib/generators/themes_for_rails/templates/theme/views/layouts/.gitkeep - lib/generators/themes_for_rails/theme_generator.rb - lib/tasks/themes_for_rails.rake - lib/themes_for_rails.rb - lib/themes_for_rails/assets_controller.rb - lib/themes_for_rails/common_methods.rb - lib/themes_for_rails/config.rb - lib/themes_for_rails/controller_methods.rb - lib/themes_for_rails/mailer_methods.rb - lib/themes_for_rails/railtie.rb - lib/themes_for_rails/routes.rb - lib/themes_for_rails/url_helpers.rb - lib/themes_for_rails/version.rb - lib/themes_for_rails/view_helpers.rb - test/dummy_app/.gitignore - test/dummy_app/Gemfile - test/dummy_app/Rakefile - test/dummy_app/another_themes/another_default/images/logo.png - test/dummy_app/another_themes/another_default/images/nested/logo.png - test/dummy_app/another_themes/another_default/javascripts/app.js - test/dummy_app/another_themes/another_default/stylesheets/style.css - test/dummy_app/another_themes/another_default/stylesheets/style2.css - test/dummy_app/another_themes/another_default/views/layouts/default.html.erb - test/dummy_app/another_themes/another_default/views/products/index.html.erb - test/dummy_app/app/controllers/application_controller.rb - test/dummy_app/app/helpers/application_helper.rb - test/dummy_app/app/views/layouts/application.html.erb - test/dummy_app/config.ru - test/dummy_app/config/application.rb - test/dummy_app/config/boot.rb - test/dummy_app/config/database.yml - test/dummy_app/config/environment.rb - test/dummy_app/config/environments/development.rb - test/dummy_app/config/environments/production.rb - test/dummy_app/config/environments/test.rb - test/dummy_app/config/initializers/backtrace_silencers.rb - test/dummy_app/config/initializers/inflections.rb - test/dummy_app/config/initializers/mime_types.rb - test/dummy_app/config/initializers/secret_token.rb - test/dummy_app/config/initializers/session_store.rb - test/dummy_app/config/locales/en.yml - test/dummy_app/config/routes.rb - test/dummy_app/db/seeds.rb - test/dummy_app/empty_themes/.gitkeep - test/dummy_app/lib/tasks/.gitkeep - test/dummy_app/public/404.html - test/dummy_app/public/422.html - test/dummy_app/public/500.html - test/dummy_app/public/favicon.ico - test/dummy_app/public/images/rails.png - test/dummy_app/public/index.html - test/dummy_app/public/javascripts/application.js - test/dummy_app/public/javascripts/controls.js - test/dummy_app/public/javascripts/dragdrop.js - test/dummy_app/public/javascripts/effects.js - test/dummy_app/public/javascripts/prototype.js - test/dummy_app/public/javascripts/rails.js - test/dummy_app/public/robots.txt - test/dummy_app/public/stylesheets/.gitkeep - test/dummy_app/script/rails - test/dummy_app/themes/default/images/logo.png - test/dummy_app/themes/default/images/nested/logo.png - test/dummy_app/themes/default/javascripts/app.js - test/dummy_app/themes/default/javascripts/app.min.js - test/dummy_app/themes/default/stylesheets/images/logo.png - test/dummy_app/themes/default/stylesheets/style.css - test/dummy_app/themes/default/stylesheets/style2.css - test/dummy_app/themes/default/views/layouts/default.html.erb - test/dummy_app/themes/default/views/products/index.html.erb - test/lib/assets_controller_test.rb - test/lib/common_methods_test.rb - test/lib/config_test.rb - test/lib/controller_methods_test.rb - test/lib/mailer_methods_test.rb - test/lib/routes_test.rb - test/lib/themes_for_rails_test.rb - test/lib/view_helpers_test.rb - test/support/extensions.rb - test/test_helper.rb - themes_for_rails.gemspec homepage: https://github.com/lucasefe/themes_for_rails 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: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: Theme Support for Rails 3 test_files: - test/dummy_app/.gitignore - test/dummy_app/Gemfile - test/dummy_app/Rakefile - test/dummy_app/another_themes/another_default/images/logo.png - test/dummy_app/another_themes/another_default/images/nested/logo.png - test/dummy_app/another_themes/another_default/javascripts/app.js - test/dummy_app/another_themes/another_default/stylesheets/style.css - test/dummy_app/another_themes/another_default/stylesheets/style2.css - test/dummy_app/another_themes/another_default/views/layouts/default.html.erb - test/dummy_app/another_themes/another_default/views/products/index.html.erb - test/dummy_app/app/controllers/application_controller.rb - test/dummy_app/app/helpers/application_helper.rb - test/dummy_app/app/views/layouts/application.html.erb - test/dummy_app/config.ru - test/dummy_app/config/application.rb - test/dummy_app/config/boot.rb - test/dummy_app/config/database.yml - test/dummy_app/config/environment.rb - test/dummy_app/config/environments/development.rb - test/dummy_app/config/environments/production.rb - test/dummy_app/config/environments/test.rb - test/dummy_app/config/initializers/backtrace_silencers.rb - test/dummy_app/config/initializers/inflections.rb - test/dummy_app/config/initializers/mime_types.rb - test/dummy_app/config/initializers/secret_token.rb - test/dummy_app/config/initializers/session_store.rb - test/dummy_app/config/locales/en.yml - test/dummy_app/config/routes.rb - test/dummy_app/db/seeds.rb - test/dummy_app/empty_themes/.gitkeep - test/dummy_app/lib/tasks/.gitkeep - test/dummy_app/public/404.html - test/dummy_app/public/422.html - test/dummy_app/public/500.html - test/dummy_app/public/favicon.ico - test/dummy_app/public/images/rails.png - test/dummy_app/public/index.html - test/dummy_app/public/javascripts/application.js - test/dummy_app/public/javascripts/controls.js - test/dummy_app/public/javascripts/dragdrop.js - test/dummy_app/public/javascripts/effects.js - test/dummy_app/public/javascripts/prototype.js - test/dummy_app/public/javascripts/rails.js - test/dummy_app/public/robots.txt - test/dummy_app/public/stylesheets/.gitkeep - test/dummy_app/script/rails - test/dummy_app/themes/default/images/logo.png - test/dummy_app/themes/default/images/nested/logo.png - test/dummy_app/themes/default/javascripts/app.js - test/dummy_app/themes/default/javascripts/app.min.js - test/dummy_app/themes/default/stylesheets/images/logo.png - test/dummy_app/themes/default/stylesheets/style.css - test/dummy_app/themes/default/stylesheets/style2.css - test/dummy_app/themes/default/views/layouts/default.html.erb - test/dummy_app/themes/default/views/products/index.html.erb - test/lib/assets_controller_test.rb - test/lib/common_methods_test.rb - test/lib/config_test.rb - test/lib/controller_methods_test.rb - test/lib/mailer_methods_test.rb - test/lib/routes_test.rb - test/lib/themes_for_rails_test.rb - test/lib/view_helpers_test.rb - test/support/extensions.rb - test/test_helper.rb