# -*- encoding: utf-8 -*- # stub: configr 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "configr".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Josh Nesbitt".freeze] s.date = "2010-02-26" s.description = "Configr aims to provide a more Ruby-like interface to configuring and reading a set of configuration values. The idea evolved from using a standard hash as a configuration store into a more elegant way to declare and read values from within a hash. ".freeze s.email = "josh@josh-nesbitt.net".freeze s.extra_rdoc_files = ["LICENSE".freeze] s.files = ["LICENSE".freeze, "Rakefile".freeze, "VERSION".freeze, "examples/all.rb".freeze, "lib/configr.rb".freeze, "lib/configr/configuration.rb".freeze, "lib/configr/configuration_block.rb".freeze, "lib/configr/errors.rb".freeze, "lib/configr/hash.rb".freeze, "readme.rdoc".freeze, "spec/fixtures/configuration.yml".freeze, "spec/lib/configuration_block_spec.rb".freeze, "spec/lib/configuration_spec.rb".freeze, "spec/lib/errors_spec.rb".freeze, "spec/lib/hash_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/watch.rb".freeze] s.homepage = "http://github.com/joshnesbitt/configr".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A more Rubyish approach to creating and accessing configuration values.".freeze s.test_files = ["spec/lib/configuration_block_spec.rb".freeze, "spec/lib/configuration_spec.rb".freeze, "spec/lib/errors_spec.rb".freeze, "spec/lib/hash_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/watch.rb".freeze, "examples/all.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 1.2.9".freeze]) end