# -*- encoding: utf-8 -*- # stub: cupcakinator 1.1.2 ruby lib Gem::Specification.new do |s| s.name = "cupcakinator".freeze s.version = "1.1.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 = ["Bryan Taylor".freeze] s.date = "2014-04-01" s.description = " Add config from YAML to any class ".freeze s.email = ["bcptaylor@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "config/locales.yml".freeze, "cupcakinator.gemspec".freeze, "lib/cupcakinator.rb".freeze, "lib/cupcakinator/base.rb".freeze, "lib/cupcakinator/config.rb".freeze, "lib/cupcakinator/errors.rb".freeze, "lib/cupcakinator/options.rb".freeze, "lib/cupcakinator/version.rb".freeze, "spec/cupcakinator/base_spec.rb".freeze, "spec/cupcakinator/errors_spec.rb".freeze, "spec/cupcakinator_spec.rb".freeze, "spec/el_config.yml".freeze, "spec/spec_helper.rb".freeze, "test_app/.rspec".freeze, "test_app/Gemfile".freeze, "test_app/README.rdoc".freeze, "test_app/Rakefile".freeze, "test_app/app/assets/images/.keep".freeze, "test_app/app/assets/javascripts/application.js".freeze, "test_app/app/assets/stylesheets/application.css".freeze, "test_app/app/controllers/application_controller.rb".freeze, "test_app/app/controllers/concerns/.keep".freeze, "test_app/app/helpers/application_helper.rb".freeze, "test_app/app/mailers/.keep".freeze, "test_app/app/models/.keep".freeze, "test_app/app/models/concerns/.keep".freeze, "test_app/app/views/layouts/application.html.erb".freeze, "test_app/config.ru".freeze, "test_app/config/application.rb".freeze, "test_app/config/boot.rb".freeze, "test_app/config/database.yml".freeze, "test_app/config/environment.rb".freeze, "test_app/config/environments/development.rb".freeze, "test_app/config/environments/production.rb".freeze, "test_app/config/environments/test.rb".freeze, "test_app/config/initializers/backtrace_silencers.rb".freeze, "test_app/config/initializers/filter_parameter_logging.rb".freeze, "test_app/config/initializers/inflections.rb".freeze, "test_app/config/initializers/mime_types.rb".freeze, "test_app/config/initializers/secret_token.rb".freeze, "test_app/config/initializers/session_store.rb".freeze, "test_app/config/initializers/wrap_parameters.rb".freeze, "test_app/config/locales/en.yml".freeze, "test_app/config/routes.rb".freeze, "test_app/db/seeds.rb".freeze, "test_app/db/test.sqlite3".freeze, "test_app/lib/assets/.keep".freeze, "test_app/lib/no_config.rb".freeze, "test_app/lib/tasks/.keep".freeze, "test_app/lib/yes_config.rb".freeze, "test_app/log/.keep".freeze, "test_app/public/404.html".freeze, "test_app/public/422.html".freeze, "test_app/public/500.html".freeze, "test_app/public/favicon.ico".freeze, "test_app/public/robots.txt".freeze, "test_app/spec/lib/no_config_spec.rb".freeze, "test_app/spec/lib/yes_config_spec.rb".freeze, "test_app/spec/spec_helper.rb".freeze] s.homepage = "http://github.com/rubyisbeautiful/cupcakinator".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Easy to add config from YAML to any class".freeze s.test_files = ["spec/cupcakinator/base_spec.rb".freeze, "spec/cupcakinator/errors_spec.rb".freeze, "spec/cupcakinator_spec.rb".freeze, "spec/el_config.yml".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 2.0.0".freeze]) end