--- !ruby/object:Gem::Specification name: yamls version: !ruby/object:Gem::Version version: 0.1.4 platform: ruby authors: - TsuMakoto autorequire: bindir: exe cert_chain: [] date: 2021-10-31 00:00:00.000000000 Z dependencies: [] description: email: - tsukamoto@fusic.co.jp executables: [] extensions: [] extra_rdoc_files: [] files: - ".circleci/config.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - README.md - Rakefile - bin/console - bin/setup - example/rails5/.gitignore - example/rails5/.ruby-version - example/rails5/Gemfile - example/rails5/README.md - example/rails5/Rakefile - example/rails5/app/channels/application_cable/channel.rb - example/rails5/app/channels/application_cable/connection.rb - example/rails5/app/controllers/application_controller.rb - example/rails5/app/controllers/books_controller.rb - example/rails5/app/controllers/concerns/.keep - example/rails5/app/controllers/people_controller.rb - example/rails5/app/jobs/application_job.rb - example/rails5/app/mailers/application_mailer.rb - example/rails5/app/models/application_record.rb - example/rails5/app/models/book.rb - example/rails5/app/models/concerns/.keep - example/rails5/app/models/person.rb - example/rails5/app/parameters/column.yml - example/rails5/app/views/layouts/mailer.html.erb - example/rails5/app/views/layouts/mailer.text.erb - example/rails5/bin/bundle - example/rails5/bin/rails - example/rails5/bin/rake - example/rails5/bin/setup - example/rails5/bin/spring - example/rails5/bin/update - example/rails5/config.ru - example/rails5/config/application.rb - example/rails5/config/boot.rb - example/rails5/config/cable.yml - example/rails5/config/credentials.yml.enc - example/rails5/config/database.yml - example/rails5/config/environment.rb - example/rails5/config/environments/development.rb - example/rails5/config/environments/production.rb - example/rails5/config/environments/test.rb - example/rails5/config/initializers/application_controller_renderer.rb - example/rails5/config/initializers/backtrace_silencers.rb - example/rails5/config/initializers/cors.rb - example/rails5/config/initializers/filter_parameter_logging.rb - example/rails5/config/initializers/inflections.rb - example/rails5/config/initializers/mime_types.rb - example/rails5/config/initializers/wrap_parameters.rb - example/rails5/config/locales/en.yml - example/rails5/config/puma.rb - example/rails5/config/routes.rb - example/rails5/config/spring.rb - example/rails5/config/storage.yml - example/rails5/db/migrate/20211031043641_create_people.rb - example/rails5/db/migrate/20211031052741_create_books.rb - example/rails5/db/schema.rb - example/rails5/db/seeds.rb - example/rails5/lib/tasks/.keep - example/rails5/log/.keep - example/rails5/public/robots.txt - example/rails5/storage/.keep - example/rails5/test/controllers/.keep - example/rails5/test/controllers/books_controller_test.rb - example/rails5/test/controllers/people_controller_test.rb - example/rails5/test/fixtures/.keep - example/rails5/test/fixtures/books.yml - example/rails5/test/fixtures/files/.keep - example/rails5/test/fixtures/people.yml - example/rails5/test/integration/.keep - example/rails5/test/test_helper.rb - example/rails5/tmp/.keep - lib/yamls.rb - lib/yamls/config.rb - lib/yamls/parameters.rb - lib/yamls/support.rb - lib/yamls/support/parameters.rb - lib/yamls/version.rb - lib/yamls/yaml_load.rb - yamls.gemspec homepage: https://github.com/TsuMakoto/yamls licenses: [] metadata: homepage_uri: https://github.com/TsuMakoto/yamls source_code_uri: https://github.com/TsuMakoto/yamls post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.5' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.22 signing_key: specification_version: 4 summary: Managed Strong Parameters with yaml file. test_files: []