--- !ruby/object:Gem::Specification name: cupcakinator version: !ruby/object:Gem::Version version: 1.1.2 platform: ruby authors: - Bryan Taylor autorequire: bindir: bin cert_chain: [] date: 2014-04-01 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: hashie requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 description: " Add config from YAML to any class " email: - bcptaylor@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".ruby-version" - ".travis.yml" - Gemfile - Guardfile - LICENSE - README.md - Rakefile - config/locales.yml - cupcakinator.gemspec - lib/cupcakinator.rb - lib/cupcakinator/base.rb - lib/cupcakinator/config.rb - lib/cupcakinator/errors.rb - lib/cupcakinator/options.rb - lib/cupcakinator/version.rb - spec/cupcakinator/base_spec.rb - spec/cupcakinator/errors_spec.rb - spec/cupcakinator_spec.rb - spec/el_config.yml - spec/spec_helper.rb - test_app/.rspec - test_app/Gemfile - test_app/README.rdoc - test_app/Rakefile - test_app/app/assets/images/.keep - test_app/app/assets/javascripts/application.js - test_app/app/assets/stylesheets/application.css - test_app/app/controllers/application_controller.rb - test_app/app/controllers/concerns/.keep - test_app/app/helpers/application_helper.rb - test_app/app/mailers/.keep - test_app/app/models/.keep - test_app/app/models/concerns/.keep - test_app/app/views/layouts/application.html.erb - test_app/config.ru - test_app/config/application.rb - test_app/config/boot.rb - test_app/config/database.yml - test_app/config/environment.rb - test_app/config/environments/development.rb - test_app/config/environments/production.rb - test_app/config/environments/test.rb - test_app/config/initializers/backtrace_silencers.rb - test_app/config/initializers/filter_parameter_logging.rb - test_app/config/initializers/inflections.rb - test_app/config/initializers/mime_types.rb - test_app/config/initializers/secret_token.rb - test_app/config/initializers/session_store.rb - test_app/config/initializers/wrap_parameters.rb - test_app/config/locales/en.yml - test_app/config/routes.rb - test_app/db/seeds.rb - test_app/db/test.sqlite3 - test_app/lib/assets/.keep - test_app/lib/no_config.rb - test_app/lib/tasks/.keep - test_app/lib/yes_config.rb - test_app/log/.keep - test_app/public/404.html - test_app/public/422.html - test_app/public/500.html - test_app/public/favicon.ico - test_app/public/robots.txt - test_app/spec/lib/no_config_spec.rb - test_app/spec/lib/yes_config_spec.rb - test_app/spec/spec_helper.rb homepage: http://github.com/rubyisbeautiful/cupcakinator 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: Easy to add config from YAML to any class test_files: - spec/cupcakinator/base_spec.rb - spec/cupcakinator/errors_spec.rb - spec/cupcakinator_spec.rb - spec/el_config.yml - spec/spec_helper.rb has_rdoc: