--- !ruby/object:Gem::Specification name: smurfville version: !ruby/object:Gem::Version version: 0.1.1 prerelease: platform: ruby authors: - Jakob Hilden - Tim Schneider - Stephan Pavlovic autorequire: bindir: bin cert_chain: [] date: 2013-08-13 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: color requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sass requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3.2' - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3.1' - !ruby/object:Gem::Dependency name: haml requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: Smurfville is the home of SMURF, a new and modular approach to Rails frontend development based on the SMACSS approach for CSS. This gem provides a set of tools that help following this approach. email: - jakobhilden@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - app/views/smurfville/styleguide/typography.html.haml - app/views/smurfville/styleguide/colors.html.haml - app/views/smurfville/styleguide/_typography_classes.erb - app/views/smurfville/styleguide/_color_var.html.haml - app/views/layouts/smurfville/application.html.erb - app/controllers/smurfville/application_controller.rb - app/controllers/smurfville/styleguide_controller.rb - app/helpers/smurfville/application_helper.rb - app/helpers/smurfville/styleguide_helper.rb - app/assets/images/smurfville/smurf.png - app/assets/javascripts/smurfville/application.js - app/assets/stylesheets/smurfville/application.css.sass - config/routes.rb - lib/smurfville.rb - lib/smurfville/version.rb - lib/smurfville/color_variable_parser.rb - lib/smurfville/typography_parser.rb - lib/smurfville/engine.rb - lib/tasks/smurfville_tasks.rake - MIT-LICENSE - Rakefile - README.md - test/unit/sass/colors_02.css.sass - test/unit/sass/colors_01.sass - test/unit/helpers/smurf/styleguide_helper_test.rb - test/unit/color_variable_parser_test.rb - test/dummy/log/test.log - test/dummy/log/development.log - test/dummy/README.rdoc - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/controllers/application_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/_scss_partial.css.scss - test/dummy/app/assets/stylesheets/_typography.sass - test/dummy/app/assets/stylesheets/application.css.sass - test/dummy/tmp/cache/assets/C55/E50/sprockets%2Fc7707635524d769f850d0052fd2626b4 - test/dummy/tmp/cache/assets/D41/DA0/sprockets%2F4fa8e1d6a63a13923b9196e76fec3a15 - test/dummy/tmp/cache/assets/D76/310/sprockets%2Fe637960fec03ed305c18c27e0ffbf676 - test/dummy/tmp/cache/assets/D09/FD0/sprockets%2F18fa0451fff833061f0b9902baa4759c - test/dummy/tmp/cache/assets/E93/8D0/sprockets%2F585cb1ceee30feaa7acf7b993f1fd6be - test/dummy/tmp/cache/assets/E44/290/sprockets%2F3eb5e7d41dbddceae0faa1b02185fa15 - test/dummy/tmp/cache/assets/D21/AE0/sprockets%2Fa4b75eade53b1f02d320bc720513a645 - test/dummy/tmp/cache/assets/development/sprockets/6cd474670f7dd5f06041b6b25711eb0d - test/dummy/tmp/cache/assets/development/sprockets/78ad329b32ade44bbea292b9e05f9728 - test/dummy/tmp/cache/assets/development/sprockets/c7707635524d769f850d0052fd2626b4 - test/dummy/tmp/cache/assets/development/sass/ed127188a8bde4a87bbd73f2def631bd6583f432/application.css.sassc - test/dummy/tmp/cache/assets/D73/630/sprockets%2F78ad329b32ade44bbea292b9e05f9728 - test/dummy/tmp/cache/assets/test/sprockets/6cd474670f7dd5f06041b6b25711eb0d - test/dummy/tmp/cache/assets/test/sprockets/78ad329b32ade44bbea292b9e05f9728 - test/dummy/tmp/cache/assets/test/sprockets/c7707635524d769f850d0052fd2626b4 - test/dummy/tmp/cache/assets/test/sass/ed127188a8bde4a87bbd73f2def631bd6583f432/application.css.sassc - test/dummy/tmp/cache/assets/DC2/3F0/sprockets%2Fe83ce5c8393ea833ad2a2eab114bd82c - test/dummy/tmp/cache/assets/D05/E40/sprockets%2F6cd474670f7dd5f06041b6b25711eb0d - test/dummy/tmp/cache/assets/D9B/000/sprockets%2F77ae28c0bdfc6bac8bb08415fb456644 - test/dummy/script/rails - test/dummy/Rakefile - test/dummy/public/404.html - test/dummy/public/favicon.ico - test/dummy/public/500.html - test/dummy/public/422.html - test/dummy/config.ru - test/dummy/config/locales/en.yml - 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/routes.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/smurfville.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/application.rb - test/test_helper.rb - test/smurf_test.rb - test/integration/navigation_test.rb - test/functional/smurf/styleguide_controller_test.rb homepage: https://github.com/railslove/smurfville 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' segments: - 0 hash: 1025808035885307875 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 1025808035885307875 requirements: [] rubyforge_project: rubygems_version: 1.8.25 signing_key: specification_version: 3 summary: ! 'Conventions and tools for: Scalable, Modular, reUsable Rails Frontends -- SMURF' test_files: - test/unit/sass/colors_02.css.sass - test/unit/sass/colors_01.sass - test/unit/helpers/smurf/styleguide_helper_test.rb - test/unit/color_variable_parser_test.rb - test/dummy/log/test.log - test/dummy/log/development.log - test/dummy/README.rdoc - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/controllers/application_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/_scss_partial.css.scss - test/dummy/app/assets/stylesheets/_typography.sass - test/dummy/app/assets/stylesheets/application.css.sass - test/dummy/tmp/cache/assets/C55/E50/sprockets%2Fc7707635524d769f850d0052fd2626b4 - test/dummy/tmp/cache/assets/D41/DA0/sprockets%2F4fa8e1d6a63a13923b9196e76fec3a15 - test/dummy/tmp/cache/assets/D76/310/sprockets%2Fe637960fec03ed305c18c27e0ffbf676 - test/dummy/tmp/cache/assets/D09/FD0/sprockets%2F18fa0451fff833061f0b9902baa4759c - test/dummy/tmp/cache/assets/E93/8D0/sprockets%2F585cb1ceee30feaa7acf7b993f1fd6be - test/dummy/tmp/cache/assets/E44/290/sprockets%2F3eb5e7d41dbddceae0faa1b02185fa15 - test/dummy/tmp/cache/assets/D21/AE0/sprockets%2Fa4b75eade53b1f02d320bc720513a645 - test/dummy/tmp/cache/assets/development/sprockets/6cd474670f7dd5f06041b6b25711eb0d - test/dummy/tmp/cache/assets/development/sprockets/78ad329b32ade44bbea292b9e05f9728 - test/dummy/tmp/cache/assets/development/sprockets/c7707635524d769f850d0052fd2626b4 - test/dummy/tmp/cache/assets/development/sass/ed127188a8bde4a87bbd73f2def631bd6583f432/application.css.sassc - test/dummy/tmp/cache/assets/D73/630/sprockets%2F78ad329b32ade44bbea292b9e05f9728 - test/dummy/tmp/cache/assets/test/sprockets/6cd474670f7dd5f06041b6b25711eb0d - test/dummy/tmp/cache/assets/test/sprockets/78ad329b32ade44bbea292b9e05f9728 - test/dummy/tmp/cache/assets/test/sprockets/c7707635524d769f850d0052fd2626b4 - test/dummy/tmp/cache/assets/test/sass/ed127188a8bde4a87bbd73f2def631bd6583f432/application.css.sassc - test/dummy/tmp/cache/assets/DC2/3F0/sprockets%2Fe83ce5c8393ea833ad2a2eab114bd82c - test/dummy/tmp/cache/assets/D05/E40/sprockets%2F6cd474670f7dd5f06041b6b25711eb0d - test/dummy/tmp/cache/assets/D9B/000/sprockets%2F77ae28c0bdfc6bac8bb08415fb456644 - test/dummy/script/rails - test/dummy/Rakefile - test/dummy/public/404.html - test/dummy/public/favicon.ico - test/dummy/public/500.html - test/dummy/public/422.html - test/dummy/config.ru - test/dummy/config/locales/en.yml - 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/routes.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/smurfville.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/application.rb - test/test_helper.rb - test/smurf_test.rb - test/integration/navigation_test.rb - test/functional/smurf/styleguide_controller_test.rb