# -*- encoding: utf-8 -*- # stub: skins 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "skins".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Artan Sinani".freeze] s.date = "2014-12-29" s.description = "Skins change styles of HTML elements such as body, links, form elements, headers, therefore they are best suited for quick prototyping with scaffolds.".freeze s.email = ["artan@lugolabs.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/generators/.DS_Store".freeze, "lib/generators/skins/install_generator.rb".freeze, "lib/skins.rb".freeze, "lib/skins/engine.rb".freeze, "lib/skins/version.rb".freeze, "lib/tasks/skins_tasks.rake".freeze, "skins.gemspec".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/images/.keep".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/books_controller.rb".freeze, "test/dummy/app/controllers/concerns/.keep".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/books_helper.rb".freeze, "test/dummy/app/mailers/.keep".freeze, "test/dummy/app/models/.keep".freeze, "test/dummy/app/models/book.rb".freeze, "test/dummy/app/models/concerns/.keep".freeze, "test/dummy/app/views/books/_form.html.erb".freeze, "test/dummy/app/views/books/edit.html.erb".freeze, "test/dummy/app/views/books/index.html.erb".freeze, "test/dummy/app/views/books/new.html.erb".freeze, "test/dummy/app/views/books/show.html.erb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/setup".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20141116110032_create_books.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/lib/assets/.keep".freeze, "test/dummy/log/.keep".freeze, "test/dummy/log/development.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/test/controllers/books_controller_test.rb".freeze, "test/dummy/test/fixtures/books.yml".freeze, "test/dummy/test/models/book_test.rb".freeze, "test/dummy/tmp/cache/assets/development/sprockets/071c61ef79e58c05e615b775c9c6ed05".freeze, "test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/development/sprockets/20f668d2168c84faddd7eef38ec0f9a5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/development/sprockets/6fbd6219c2326eddd846c76ce72f1a4a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/876a7f88918317e09955c0c022211db6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/97d8ab493374caffba772b190453211b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a208afbd77920156810272b332e20d8e".freeze, "test/dummy/tmp/cache/assets/development/sprockets/bb9ce87fadb7e2d4530b504849626f51".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/df0e607dd6f2c5ab363850690e402621".freeze, "test/dummy/tmp/cache/assets/development/sprockets/e945dd96f47babf994a0b0afc85f4a15".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/skins_test.rb".freeze, "test/test_helper.rb".freeze, "vendor/assets/stylesheets/skins-air.css".freeze] s.homepage = "http://lugolabs.com/skins".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Skins adds a thin layer of style to Rails scaffolds.".freeze s.test_files = ["test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/books_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/books_helper.rb".freeze, "test/dummy/app/models/book.rb".freeze, "test/dummy/app/views/books/_form.html.erb".freeze, "test/dummy/app/views/books/edit.html.erb".freeze, "test/dummy/app/views/books/index.html.erb".freeze, "test/dummy/app/views/books/new.html.erb".freeze, "test/dummy/app/views/books/show.html.erb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/setup".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20141116110032_create_books.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/log/development.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/test/controllers/books_controller_test.rb".freeze, "test/dummy/test/fixtures/books.yml".freeze, "test/dummy/test/models/book_test.rb".freeze, "test/dummy/tmp/cache/assets/development/sprockets/071c61ef79e58c05e615b775c9c6ed05".freeze, "test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/development/sprockets/20f668d2168c84faddd7eef38ec0f9a5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/development/sprockets/6fbd6219c2326eddd846c76ce72f1a4a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/876a7f88918317e09955c0c022211db6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/97d8ab493374caffba772b190453211b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a208afbd77920156810272b332e20d8e".freeze, "test/dummy/tmp/cache/assets/development/sprockets/bb9ce87fadb7e2d4530b504849626f51".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/df0e607dd6f2c5ab363850690e402621".freeze, "test/dummy/tmp/cache/assets/development/sprockets/e945dd96f47babf994a0b0afc85f4a15".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/skins_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze, ">= 4.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end