# -*- encoding: utf-8 -*- # stub: yamls 0.1.4 ruby lib Gem::Specification.new do |s| s.name = "yamls".freeze s.version = "0.1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/TsuMakoto/yamls", "source_code_uri" => "https://github.com/TsuMakoto/yamls" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["TsuMakoto".freeze] s.bindir = "exe".freeze s.date = "2021-10-31" s.email = ["tsukamoto@fusic.co.jp".freeze] s.files = [".circleci/config.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "example/rails5/.gitignore".freeze, "example/rails5/.ruby-version".freeze, "example/rails5/Gemfile".freeze, "example/rails5/README.md".freeze, "example/rails5/Rakefile".freeze, "example/rails5/app/channels/application_cable/channel.rb".freeze, "example/rails5/app/channels/application_cable/connection.rb".freeze, "example/rails5/app/controllers/application_controller.rb".freeze, "example/rails5/app/controllers/books_controller.rb".freeze, "example/rails5/app/controllers/concerns/.keep".freeze, "example/rails5/app/controllers/people_controller.rb".freeze, "example/rails5/app/jobs/application_job.rb".freeze, "example/rails5/app/mailers/application_mailer.rb".freeze, "example/rails5/app/models/application_record.rb".freeze, "example/rails5/app/models/book.rb".freeze, "example/rails5/app/models/concerns/.keep".freeze, "example/rails5/app/models/person.rb".freeze, "example/rails5/app/parameters/column.yml".freeze, "example/rails5/app/views/layouts/mailer.html.erb".freeze, "example/rails5/app/views/layouts/mailer.text.erb".freeze, "example/rails5/bin/bundle".freeze, "example/rails5/bin/rails".freeze, "example/rails5/bin/rake".freeze, "example/rails5/bin/setup".freeze, "example/rails5/bin/spring".freeze, "example/rails5/bin/update".freeze, "example/rails5/config.ru".freeze, "example/rails5/config/application.rb".freeze, "example/rails5/config/boot.rb".freeze, "example/rails5/config/cable.yml".freeze, "example/rails5/config/credentials.yml.enc".freeze, "example/rails5/config/database.yml".freeze, "example/rails5/config/environment.rb".freeze, "example/rails5/config/environments/development.rb".freeze, "example/rails5/config/environments/production.rb".freeze, "example/rails5/config/environments/test.rb".freeze, "example/rails5/config/initializers/application_controller_renderer.rb".freeze, "example/rails5/config/initializers/backtrace_silencers.rb".freeze, "example/rails5/config/initializers/cors.rb".freeze, "example/rails5/config/initializers/filter_parameter_logging.rb".freeze, "example/rails5/config/initializers/inflections.rb".freeze, "example/rails5/config/initializers/mime_types.rb".freeze, "example/rails5/config/initializers/wrap_parameters.rb".freeze, "example/rails5/config/locales/en.yml".freeze, "example/rails5/config/puma.rb".freeze, "example/rails5/config/routes.rb".freeze, "example/rails5/config/spring.rb".freeze, "example/rails5/config/storage.yml".freeze, "example/rails5/db/migrate/20211031043641_create_people.rb".freeze, "example/rails5/db/migrate/20211031052741_create_books.rb".freeze, "example/rails5/db/schema.rb".freeze, "example/rails5/db/seeds.rb".freeze, "example/rails5/lib/tasks/.keep".freeze, "example/rails5/log/.keep".freeze, "example/rails5/public/robots.txt".freeze, "example/rails5/storage/.keep".freeze, "example/rails5/test/controllers/.keep".freeze, "example/rails5/test/controllers/books_controller_test.rb".freeze, "example/rails5/test/controllers/people_controller_test.rb".freeze, "example/rails5/test/fixtures/.keep".freeze, "example/rails5/test/fixtures/books.yml".freeze, "example/rails5/test/fixtures/files/.keep".freeze, "example/rails5/test/fixtures/people.yml".freeze, "example/rails5/test/integration/.keep".freeze, "example/rails5/test/test_helper.rb".freeze, "example/rails5/tmp/.keep".freeze, "lib/yamls.rb".freeze, "lib/yamls/config.rb".freeze, "lib/yamls/parameters.rb".freeze, "lib/yamls/support.rb".freeze, "lib/yamls/support/parameters.rb".freeze, "lib/yamls/version.rb".freeze, "lib/yamls/yaml_load.rb".freeze, "yamls.gemspec".freeze] s.homepage = "https://github.com/TsuMakoto/yamls".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.5".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Managed Strong Parameters with yaml file.".freeze end