# -*- encoding: utf-8 -*- # stub: creds_env 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "creds_env".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/harley/creds_env/releases", "homepage_uri" => "https://github.com/harley/creds_env", "source_code_uri" => "https://github.com/harley/creds_env" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Harley Trung".freeze] s.bindir = "exe".freeze s.date = "2021-06-27" s.description = "Combine the benefits of the widely used ENV vars approach with the encrypted credentials of Rails 6+. Share a single key with your team to unlock the version-control changes of all API keys.".freeze s.email = ["harley@coderpush.com".freeze] s.files = [".github/workflows/ci.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".standard.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "config/credentials.yml.enc".freeze, "config/master.key".freeze, "creds_env.gemspec".freeze, "lib/creds_env.rb".freeze, "lib/creds_env/rails.rb".freeze, "lib/creds_env/version.rb".freeze] s.homepage = "https://github.com/harley/creds_env".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Set ENV variables in your Rails 6+ credentials and use them as usual.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["> 6.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1.2".freeze]) end