# -*- encoding: utf-8 -*- # stub: optiflag 0.6 ruby lib Gem::Specification.new do |s| s.name = "optiflag".freeze s.version = "0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Daniel Eklund".freeze] s.date = "2006-08-27" s.email = "doeklund@gmail.com".freeze s.files = ["ReleaseNotes.txt".freeze, "doc".freeze, "doc/example".freeze, "doc/example/example_1.rb".freeze, "doc/example/example_1_1.rb".freeze, "doc/example/example_1_2.rb".freeze, "doc/example/example_2.rb".freeze, "doc/example/example_2_1.rb".freeze, "doc/example/example_2_2.rb".freeze, "doc/example/example_2_3.rb".freeze, "doc/example/example_2_4.rb".freeze, "doc/example/example_2_5.rb".freeze, "doc/example/example_2_6.rb".freeze, "doc/example/example_3.rb".freeze, "doc/example/example_4.rb".freeze, "doc/example/example_5.rb".freeze, "doc/example/example_6.rb".freeze, "doc/example/example_7.rb".freeze, "lib".freeze, "lib/optiflag.rb".freeze, "optiflag.gemspec".freeze, "test".freeze, "test/tc_advanced_usage_helping.rb".freeze, "test/tc_basic_alternate_forms.rb".freeze, "test/tc_basic_char_flags.rb".freeze, "test/tc_basic_optional_flag.rb".freeze, "test/tc_basic_parsing.rb".freeze, "test/tc_basic_usage_helping.rb".freeze, "test/tc_basic_value_validation.rb".freeze, "test/tc_bug_one.rb".freeze, "test/tc_bug_two.rb".freeze, "test/tc_change_symbols.rb".freeze, "test/tc_enumerated_value_validation.rb".freeze, "test/tc_flagall.rb".freeze, "test/tc_flagless_arg.rb".freeze, "test/tc_keyword.rb".freeze, "test/tc_values_as_hash.rb".freeze] s.homepage = "http://rubyforge.org/projects/optiflag/".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Optiflag is yet-another library for handling command-line options in an arbitrary Ruby program.".freeze s.test_files = ["test/tc_advanced_usage_helping.rb".freeze, "test/tc_basic_alternate_forms.rb".freeze, "test/tc_basic_char_flags.rb".freeze, "test/tc_basic_optional_flag.rb".freeze, "test/tc_basic_parsing.rb".freeze, "test/tc_basic_usage_helping.rb".freeze, "test/tc_basic_value_validation.rb".freeze, "test/tc_bug_one.rb".freeze, "test/tc_bug_two.rb".freeze, "test/tc_change_symbols.rb".freeze, "test/tc_enumerated_value_validation.rb".freeze, "test/tc_flagless_arg.rb".freeze, "test/tc_keyword.rb".freeze, "test/tc_values_as_hash.rb".freeze] end