# -*- encoding: utf-8 -*- # stub: tkh_illustrations 0.0.7 ruby lib Gem::Specification.new do |s| s.name = "tkh_illustrations".freeze s.version = "0.0.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Swami Atma".freeze] s.date = "2012-08-03" s.description = "A Rails engine for carrierwave upload illustrations with minimum fuss.".freeze s.email = ["swami@TenThousandHours.eu".freeze] s.files = ["CHANGELOG.md".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/illustrations_controller.rb".freeze, "app/models/illustration.rb".freeze, "app/uploaders/image_uploader.rb".freeze, "app/views/illustrations/_form.html.erb".freeze, "app/views/illustrations/edit.html.erb".freeze, "app/views/illustrations/index.html.erb".freeze, "app/views/illustrations/new.html.erb".freeze, "app/views/illustrations/show.html.erb".freeze, "config/routes.rb".freeze, "lib/generators/tkh_illustrations/create_or_update_locales/create_or_update_locales_generator.rb".freeze, "lib/generators/tkh_illustrations/create_or_update_locales/templates/en.yml".freeze, "lib/generators/tkh_illustrations/create_or_update_locales/templates/es.yml".freeze, "lib/generators/tkh_illustrations/create_or_update_locales/templates/fr.yml".freeze, "lib/generators/tkh_illustrations/create_or_update_migrations/create_or_update_migrations_generator.rb".freeze, "lib/generators/tkh_illustrations/create_or_update_migrations/templates/add_translation_of_name_to_illustrations.rb".freeze, "lib/generators/tkh_illustrations/create_or_update_migrations/templates/create_illustrations.rb".freeze, "lib/tasks/tkh_illustrations_tasks.rake".freeze, "lib/tkh_illustrations.rb".freeze, "lib/tkh_illustrations/version.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".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/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".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/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.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/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/script/rails".freeze, "test/test_helper.rb".freeze, "test/tkh_illustrations_test.rb".freeze] s.homepage = "https://github.com/allesklar/tkh_illustrations".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Rails engine for carrierwave illustrations.".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/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".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/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.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.ru".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/script/rails".freeze, "test/test_helper.rb".freeze, "test/tkh_illustrations_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.2.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end