--- !ruby/object:Gem::Specification name: skins version: !ruby/object:Gem::Version version: 0.0.2 platform: ruby authors: - Artan Sinani autorequire: bindir: bin cert_chain: [] date: 2014-12-29 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '4.0' - - '>=' - !ruby/object:Gem::Version version: 4.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '4.0' - - '>=' - !ruby/object:Gem::Version version: 4.0.0 - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: jquery-rails requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: Skins change styles of HTML elements such as body, links, form elements, headers, therefore they are best suited for quick prototyping with scaffolds. email: - artan@lugolabs.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - Gemfile.lock - MIT-LICENSE - README.md - Rakefile - lib/generators/.DS_Store - lib/generators/skins/install_generator.rb - lib/skins.rb - lib/skins/engine.rb - lib/skins/version.rb - lib/tasks/skins_tasks.rake - skins.gemspec - test/dummy/README.rdoc - test/dummy/Rakefile - test/dummy/app/assets/images/.keep - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/books_controller.rb - test/dummy/app/controllers/concerns/.keep - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/books_helper.rb - test/dummy/app/mailers/.keep - test/dummy/app/models/.keep - test/dummy/app/models/book.rb - test/dummy/app/models/concerns/.keep - test/dummy/app/views/books/_form.html.erb - test/dummy/app/views/books/edit.html.erb - test/dummy/app/views/books/index.html.erb - test/dummy/app/views/books/new.html.erb - test/dummy/app/views/books/show.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/bin/setup - 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/assets.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.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/config/secrets.yml - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20141116110032_create_books.rb - test/dummy/db/schema.rb - test/dummy/lib/assets/.keep - test/dummy/log/.keep - test/dummy/log/development.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/test/controllers/books_controller_test.rb - test/dummy/test/fixtures/books.yml - test/dummy/test/models/book_test.rb - test/dummy/tmp/cache/assets/development/sprockets/071c61ef79e58c05e615b775c9c6ed05 - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/20f668d2168c84faddd7eef38ec0f9a5 - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/6fbd6219c2326eddd846c76ce72f1a4a - test/dummy/tmp/cache/assets/development/sprockets/876a7f88918317e09955c0c022211db6 - test/dummy/tmp/cache/assets/development/sprockets/97d8ab493374caffba772b190453211b - test/dummy/tmp/cache/assets/development/sprockets/a208afbd77920156810272b332e20d8e - test/dummy/tmp/cache/assets/development/sprockets/bb9ce87fadb7e2d4530b504849626f51 - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/df0e607dd6f2c5ab363850690e402621 - test/dummy/tmp/cache/assets/development/sprockets/e945dd96f47babf994a0b0afc85f4a15 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/skins_test.rb - test/test_helper.rb - vendor/assets/stylesheets/skins-air.css homepage: http://lugolabs.com/skins licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Skins adds a thin layer of style to Rails scaffolds. test_files: - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/books_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/books_helper.rb - test/dummy/app/models/book.rb - test/dummy/app/views/books/_form.html.erb - test/dummy/app/views/books/edit.html.erb - test/dummy/app/views/books/index.html.erb - test/dummy/app/views/books/new.html.erb - test/dummy/app/views/books/show.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/bin/setup - 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/assets.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.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/config/secrets.yml - test/dummy/config.ru - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20141116110032_create_books.rb - test/dummy/db/schema.rb - test/dummy/log/development.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/Rakefile - test/dummy/README.rdoc - test/dummy/test/controllers/books_controller_test.rb - test/dummy/test/fixtures/books.yml - test/dummy/test/models/book_test.rb - test/dummy/tmp/cache/assets/development/sprockets/071c61ef79e58c05e615b775c9c6ed05 - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/20f668d2168c84faddd7eef38ec0f9a5 - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/6fbd6219c2326eddd846c76ce72f1a4a - test/dummy/tmp/cache/assets/development/sprockets/876a7f88918317e09955c0c022211db6 - test/dummy/tmp/cache/assets/development/sprockets/97d8ab493374caffba772b190453211b - test/dummy/tmp/cache/assets/development/sprockets/a208afbd77920156810272b332e20d8e - test/dummy/tmp/cache/assets/development/sprockets/bb9ce87fadb7e2d4530b504849626f51 - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/df0e607dd6f2c5ab363850690e402621 - test/dummy/tmp/cache/assets/development/sprockets/e945dd96f47babf994a0b0afc85f4a15 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/skins_test.rb - test/test_helper.rb