# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{cmd_line_test} s.version = "0.1.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Fedor Kocherga"] s.date = %q{2009-09-17} s.description = %q{Macros specific to command line Ruby apps testing. Works with Test::Unit or Shoulda. } s.email = %q{fkocherga@gmail.com} s.extra_rdoc_files = [ "README.rdoc" ] s.files = [ ".gitignore", "MIT-LICENSE", "README.rdoc", "Rakefile", "VERSION.yml", "cmd_line_test.gemspec", "lib/cmd_line_test.rb", "test/cli_app.rb", "test/shoulda/cli_test.rb", "test/test.rb", "test/test_helper.rb", "test/unit/cli_test.rb" ] s.homepage = %q{http://github.com/fkocherga/cml_line_test} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Extends Shoulda or Test::Unit with macros for testing command line apps.} s.test_files = [ "test/shoulda/cli_test.rb", "test/unit/cli_test.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