Sha256: 9467f2563f95fa34705370a52863ab86c3e26e2193f36463d794996fe37ad240
Contents?: true
Size: 1.84 KB
Versions: 0
Compression: gzip
Compressed size: 729 Bytes
Stored size: 729 Bytes
Contents
--- !ruby/object:Gem::Specification name: a9n version: !ruby/object:Gem::Version version: 0.4.10 platform: ruby authors: - Krzysztof Knapik autorequire: bindir: bin cert_chain: [] date: 2016-06-21 00:00:00.000000000 Z dependencies: [] description: a9n - ruby/rails apps configuration manager email: - k@knapik.cc executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".rspec.example" - ".ruby-version" - ".travis.yml" - Gemfile - LICENSE - README.md - Rakefile - a9n.gemspec - lib/a9n.rb - lib/a9n/capistrano.rb - lib/a9n/capistrano/tasks.cap - lib/a9n/capistrano/ver2x.rb - lib/a9n/ext/hash.rb - lib/a9n/loader.rb - lib/a9n/scope.rb - lib/a9n/struct.rb - lib/a9n/version.rb - spec/integration/a9n_spec.rb - spec/spec_helper.rb - spec/unit/a9n_spec.rb - spec/unit/loader_spec.rb - spec/unit/scope_spec.rb - spec/unit/struct_spec.rb - test_app/benchmark.rb - test_app/config/a9n/cloud.yml.erb - test_app/config/a9n/mailer.yml.example - test_app/config/a9n/mandrill.yml - test_app/config/configuration.yml - test_app/config/configuration.yml.example - test_app/config/no_defaults.yml homepage: https://github.com/knapo/a9n licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: a9n is a tool to keep ruby/rails apps extra configuration easily maintainable and verifiable test_files: - spec/integration/a9n_spec.rb - spec/spec_helper.rb - spec/unit/a9n_spec.rb - spec/unit/loader_spec.rb - spec/unit/scope_spec.rb - spec/unit/struct_spec.rb