--- !ruby/object:Gem::Specification name: themes_for_rails version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 4 - 0 version: 0.4.0 platform: ruby authors: - Lucas Florio autorequire: bindir: bin cert_chain: [] date: 2011-01-14 00:00:00 -03:00 default_executable: dependencies: [] 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: - README.textile files: - .gitignore - .rvmrc - Gemfile - Gemfile.lock - README.textile - REVIEW_NOTES - RMU_REVIEW - Rakefile - TODO.textile - init.rb - 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/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/assets_controller_test.rb - test/config_test.rb - test/controller_methods_test.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/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/routes_test.rb - test/support/extensions.rb - test/test_helper.rb - test/themes_for_rails_test.rb - test/view_helpers_test.rb - themes_for_rails.gemspec has_rdoc: true homepage: http://github.com/lucasefe/themes_for_rails licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Themes support for rails (3) test_files: - test/assets_controller_test.rb - test/config_test.rb - test/controller_methods_test.rb - test/dummy_app/app/controllers/application_controller.rb - test/dummy_app/app/helpers/application_helper.rb - test/dummy_app/config/application.rb - test/dummy_app/config/boot.rb - 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/routes.rb - test/dummy_app/db/seeds.rb - test/routes_test.rb - test/support/extensions.rb - test/test_helper.rb - test/themes_for_rails_test.rb - test/view_helpers_test.rb