Sha256: 67a2f5149040b4e50ac08c2e822cc6cfcf5352fc717e4c0ad1606a5cf9bff00d

Contents?: true

Size: 1.31 KB

Versions: 1

Compression:

Stored size: 1.31 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{app_settings}
  s.version = "0.2.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Steven Soroka"]
  s.date = %q{2009-07-22}
  s.email = %q{ssoroka78@gmail.com}
  s.extra_rdoc_files = [
    "LICENSE",
     "README.rdoc"
  ]
  s.files = [
    ".document",
     ".gitignore",
     "LICENSE",
     "README.rdoc",
     "Rakefile",
     "VERSION.yml",
     "app_settings.gemspec",
     "example_config/example_for_gem.yml",
     "example_config/example_for_rails.yml",
     "init.rb",
     "lib/app_settings.rb",
     "spec/app_settings_spec.rb",
     "spec/spec_helper.rb",
     "tasks/app_settings.rake"
  ]
  s.homepage = %q{http://github.com/ssoroka/app_settings}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.3}
  s.summary = %q{Simple wrapper for YAML config files for Rails apps and gems}
  s.test_files = [
    "spec/app_settings_spec.rb",
     "spec/spec_helper.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ssoroka-app_settings-0.2.0 app_settings.gemspec