--- !ruby/object:Gem::Specification name: disguise version: !ruby/object:Gem::Version version: 0.1.1 platform: ruby authors: - Justin Ball autorequire: bindir: bin cert_chain: [] date: 2009-05-30 00:00:00 -06:00 default_executable: dependencies: [] description: Add themes to your Rails application to easily change the view layer and impress everyone you know email: justinball@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - app/controllers/admin/disguise/themes_controller.rb - app/models/theme.rb - app/views/admin/themes/_theme.html.erb - app/views/admin/themes/edit.html.erb - app/views/admin/themes/no_themes.html.erb - config/disguise_routes.rb - db/migrate/20090530170040_create_themes.rb - disguise.gemspec - generators/theme/USAGE - generators/theme/templates/INSTALL - generators/theme/templates/description.txt - generators/theme/templates/locales/en.yml - generators/theme/templates/preview.gif - generators/theme/templates/stylesheets/styles.css - generators/theme/templates/views/_footer.html.erb - generators/theme/templates/views/_head.html.erb - generators/theme/templates/views/_header.html.erb - generators/theme/templates/views/application.html.erb - generators/theme/templates/views/home.html.erb - generators/theme/theme_generator.rb - lib/action_controller/disguise_application.rb - lib/disguise.rb - lib/disguise/initialize_routes.rb - lib/disguise/tasks.rb - locales/ar.yml - locales/bg.yml - locales/ca.yml - locales/cs.yml - locales/da.yml - locales/de.yml - locales/el.yml - locales/en.yml - locales/es.yml - locales/fr.yml - locales/it.yml - locales/iw.yml - locales/ja.yml - locales/ko.yml - locales/lt.yml - locales/lv.yml - locales/nl.yml - locales/no.yml - locales/pl.yml - locales/pt.yml - locales/ro.yml - locales/ru.yml - locales/sk.yml - locales/sl.yml - locales/sr.yml - locales/sv.yml - locales/tl.yml - locales/uk.yml - locales/vi.yml - locales/zh-CN.yml - locales/zh-TW.yml - locales/zh.yml - rails/init.rb - tasks/rails.rake - test/disguise_test.rb - test/test_helper.rb has_rdoc: true homepage: http://github.com/jbasdf/disguise post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: disguise rubygems_version: 1.3.1 signing_key: specification_version: 2 summary: Easy to use view theme system for Rails test_files: - test/disguise_test.rb - test/test_helper.rb