# -*- encoding: utf-8 -*- # stub: configurations 1.3.0 ruby lib Gem::Specification.new do |s| s.name = "configurations".freeze s.version = "1.3.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 = ["Beat Richartz".freeze] s.date = "2014-08-17" s.description = "Configurations provides a unified approach to do configurations with the flexibility to do everything from arbitrary configurations to type asserted configurations for your gem or any other ruby code.".freeze s.email = "attr_accessor@gmail.com".freeze s.files = [".gitignore".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "License.txt".freeze, "README.md".freeze, "Rakefile".freeze, "configurations.gemspec".freeze, "lib/configurations.rb".freeze, "lib/configurations/configurable.rb".freeze, "lib/configurations/configuration.rb".freeze, "lib/configurations/error.rb".freeze, "test/configurations/test_configurable_with_blocks_configuration.rb".freeze, "test/configurations/test_configuration.rb".freeze, "test/configurations/test_configuration_methods.rb".freeze, "test/configurations/test_stricter_configuration.rb".freeze, "test/support/testmodules.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/beatrichartz/configurations".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Configurations with a configure block from arbitrary to type-restricted for your gem or other ruby code.".freeze s.test_files = ["test/configurations/test_configurable_with_blocks_configuration.rb".freeze, "test/configurations/test_configuration.rb".freeze, "test/configurations/test_configuration_methods.rb".freeze, "test/configurations/test_stricter_configuration.rb".freeze, "test/support/testmodules.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 5.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 10".freeze]) end