--- !ruby/object:Gem::Specification name: html5-slim-rails version: !ruby/object:Gem::Version version: 0.0.2 prerelease: platform: ruby authors: - David Haslem autorequire: bindir: bin cert_chain: [] date: 2011-12-10 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: railties requirement: &2152935660 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 3.1.0.rc type: :runtime prerelease: false version_requirements: *2152935660 - !ruby/object:Gem::Dependency name: thor requirement: &2152934260 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '0.14' type: :runtime prerelease: false version_requirements: *2152934260 - !ruby/object:Gem::Dependency name: slim requirement: &2152918480 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.0' type: :runtime prerelease: false version_requirements: *2152918480 description: '' email: - therabidbanana@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE.rb - README.md - Rakefile - html5-rails.gemspec - html5-slim-rails.gemspec - lib/generators/html5/install/USAGE - lib/generators/html5/install/install_generator.rb - lib/generators/html5/install/templates/README - lib/generators/html5/install/templates/assets/javascripts/application.js - lib/generators/html5/install/templates/assets/javascripts/html5/boilerplate/index.js - lib/generators/html5/install/templates/assets/javascripts/html5/boilerplate/plugins.js - lib/generators/html5/install/templates/assets/javascripts/html5/boilerplate/polyfills.js - lib/generators/html5/install/templates/assets/javascripts/polyfills.js - lib/generators/html5/install/templates/assets/stylesheets/application.css.scss - lib/generators/html5/install/templates/public/404.html - lib/generators/html5/install/templates/public/apple-touch-icon-114x114-precomposed.png - lib/generators/html5/install/templates/public/apple-touch-icon-57x57-precomposed.png - lib/generators/html5/install/templates/public/apple-touch-icon-72x72-precomposed.png - lib/generators/html5/install/templates/public/apple-touch-icon-precomposed.png - lib/generators/html5/install/templates/public/apple-touch-icon.png - lib/generators/html5/install/templates/public/crossdomain.xml - lib/generators/html5/install/templates/public/favicon.ico - lib/generators/html5/install/templates/public/humans.txt - lib/generators/html5/install/templates/public/robots.txt - lib/generators/html5/install/templates/views/application/_flashes.html.slim - lib/generators/html5/install/templates/views/application/_footer.html.slim - lib/generators/html5/install/templates/views/application/_head.html.slim - lib/generators/html5/install/templates/views/application/_header.html.slim - lib/generators/html5/install/templates/views/application/_javascripts.html.slim - lib/generators/html5/install/templates/views/application/_stylesheets.html.slim - lib/generators/html5/install/templates/views/layouts/application.html.slim - lib/html5-slim-rails.rb - lib/html5/slim_rails.rb - lib/html5/slim_rails/boilerplate_helper.rb - lib/html5/slim_rails/engine.rb - lib/html5/slim_rails/version.rb - test/dummy/.gitignore - test/dummy/Rakefile - test/dummy/app/assets/images/rails.png - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/javascripts/pages.js.coffee - test/dummy/app/assets/stylesheets/application.css.scss - test/dummy/app/assets/stylesheets/partials/_media.css.scss - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/pages_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/pages_helper.rb - test/dummy/app/mailers/.gitkeep - test/dummy/app/models/.gitkeep - test/dummy/app/views/pages/home.html.haml - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/sass.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/lib/tasks/.gitkeep - test/dummy/log/.gitkeep - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/robots.txt - test/dummy/script/rails - test/dummy/vendor/assets/stylesheets/.gitkeep - test/dummy/vendor/plugins/.gitkeep - test/generators/install_generator_test.rb - test/html5_rails_test.rb - test/integration/navigation_test.rb - test/support/integration_case.rb - test/test_helper.rb - vendor/assets/javascripts/modernizr.min.js - vendor/assets/javascripts/respond.min.js - vendor/assets/stylesheets/h5bp_style.css homepage: http://github.com/therabidbanana/html5-slim-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: html5-slim-rails rubygems_version: 1.8.12 signing_key: specification_version: 3 summary: Rails support for the new compass-html5 gem. test_files: - test/dummy/.gitignore - test/dummy/Rakefile - test/dummy/app/assets/images/rails.png - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/javascripts/pages.js.coffee - test/dummy/app/assets/stylesheets/application.css.scss - test/dummy/app/assets/stylesheets/partials/_media.css.scss - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/pages_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/pages_helper.rb - test/dummy/app/mailers/.gitkeep - test/dummy/app/models/.gitkeep - test/dummy/app/views/pages/home.html.haml - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/sass.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/lib/tasks/.gitkeep - test/dummy/log/.gitkeep - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/robots.txt - test/dummy/script/rails - test/dummy/vendor/assets/stylesheets/.gitkeep - test/dummy/vendor/plugins/.gitkeep - test/generators/install_generator_test.rb - test/html5_rails_test.rb - test/integration/navigation_test.rb - test/support/integration_case.rb - test/test_helper.rb