# -*- encoding: utf-8 -*-
# stub: a9n 0.4.2 ruby lib

Gem::Specification.new do |s|
  s.name = "a9n".freeze
  s.version = "0.4.2".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Krzysztof Knapik".freeze]
  s.date = "2015-02-24"
  s.description = "a9n - ruby/rails apps configuration manager".freeze
  s.email = ["knapo@knapo.net".freeze]
  s.files = [".gitignore".freeze, ".rspec.example".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "a9n.gemspec".freeze, "lib/a9n.rb".freeze, "lib/a9n/capistrano.rb".freeze, "lib/a9n/capistrano/tasks.cap".freeze, "lib/a9n/capistrano/ver2x.rb".freeze, "lib/a9n/ext/hash.rb".freeze, "lib/a9n/loader.rb".freeze, "lib/a9n/struct.rb".freeze, "lib/a9n/version.rb".freeze, "spec/integration/a9n_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/a9n_spec.rb".freeze, "spec/unit/loader_spec.rb".freeze, "spec/unit/struct_spec.rb".freeze, "test_app/benchmark.rb".freeze, "test_app/config/a9n/cloud.yml.erb".freeze, "test_app/config/a9n/mailer.yml.example".freeze, "test_app/config/a9n/mandrill.yml".freeze, "test_app/config/configuration.yml".freeze, "test_app/config/configuration.yml.example".freeze, "test_app/config/no_defaults.yml".freeze]
  s.homepage = "https://github.com/knapo/a9n".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "a9n is a tool to keep ruby/rails apps extra configuration easily maintainable and verifiable".freeze
  s.test_files = ["spec/integration/a9n_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/a9n_spec.rb".freeze, "spec/unit/loader_spec.rb".freeze, "spec/unit/struct_spec.rb".freeze]
end