# -*- encoding: utf-8 -*- # stub: jeckyl 0.3.7 ruby lib Gem::Specification.new do |s| s.name = "jeckyl".freeze s.version = "0.3.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dr Robert".freeze] s.date = "2013-09-19" s.description = "Create and manage configuration files in Ruby for Ruby. Jeckyl can be used to create a parameters hash \nfrom a simple config file written in Ruby, having run whatever checks you want on the file to ensure \nthe values passed in are valid. All you need to do is define a class inheriting from Jeckyl, methods for\neach parameter, its default, whatever checking rules are appropriate and even a comment for generating templates etc.\nThis is then used to parse a Ruby config file and create the parameters hash. Jeckyl \ncomes complete with a utility to check a config file against a given class and to generate a default file for you to tailor.\nType 'jeckyl readme' for more information.\n".freeze s.email = "robert@osburn-sharp.ath.cx".freeze s.executables = ["jeckyl-old".freeze, "jeckyl".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Bugs.rdoc".freeze, "Intro.txt".freeze, "LICENCE.rdoc".freeze, "Gemfile".freeze, "README.md".freeze] s.files = ["Bugs.rdoc".freeze, "Gemfile".freeze, "History.txt".freeze, "Intro.txt".freeze, "LICENCE.rdoc".freeze, "README.md".freeze, "bin/jeckyl".freeze, "bin/jeckyl-old".freeze, "lib/jeckyl.rb".freeze, "lib/jeckyl/errors.rb".freeze, "lib/jeckyl/helpers.rb".freeze, "lib/jeckyl/version.rb".freeze, "spec/check_config_spec.rb".freeze, "spec/jeckyl_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/conf.d/a_few_params".freeze, "test/conf.d/bad_filename".freeze, "test/conf.d/bclass.rb".freeze, "test/conf.d/defaults.rb".freeze, "test/conf.d/jeckyl".freeze, "test/conf.d/jeckyl_alt.rb".freeze, "test/conf.d/jeckyl_check".freeze, "test/conf.d/merger.rb".freeze, "test/conf.d/no_such_file".freeze, "test/conf.d/not_a_bool".freeze, "test/conf.d/not_a_flag".freeze, "test/conf.d/not_a_float".freeze, "test/conf.d/not_a_hash".freeze, "test/conf.d/not_a_member".freeze, "test/conf.d/not_a_pattern".freeze, "test/conf.d/not_a_set".freeze, "test/conf.d/not_a_string".freeze, "test/conf.d/not_an_array".freeze, "test/conf.d/not_an_email".freeze, "test/conf.d/not_an_integer_array".freeze, "test/conf.d/not_positive.rb".freeze, "test/conf.d/out_of_range".freeze, "test/conf.d/sloppy_params".freeze, "test/conf.d/syntax_error".freeze, "test/conf.d/unknown_param".freeze, "test/conf.d/unwritable_dir".freeze, "test/conf.d/wrong_type".freeze, "test/reports/not_ok.txt".freeze, "test/reports/ok.txt".freeze, "test/test_class.rb".freeze, "test/test_command".freeze, "test/test_configurator.rb".freeze, "test/test_configurator_errors.rb".freeze, "test/test_subclass.rb".freeze] s.homepage = "".freeze s.licenses = ["Open Software Licence v3.0".freeze] s.post_install_message = "Jeckyl is now installed. Type 'jeckyl' for help".freeze s.rdoc_options = ["--main=README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Create and manage configuration files in Ruby for Ruby.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.0.6".freeze]) end