# -*- encoding: utf-8 -*- # stub: afurmanov-clicase 0.1.10 ruby lib Gem::Specification.new do |s| s.name = "afurmanov-clicase".freeze s.version = "0.1.10".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Aleksandr Furmanov".freeze] s.date = "2009-07-29" s.description = "CliCase extends TestCase with macros simplifying testing command line apps written in Ruby. These macros allow to specify command line entry point, run command line and assert execution results. Works with Test::Unit or with Shoulda.".freeze s.email = "afurmanov@rushpost.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "clicase.gemspec".freeze, "lib/clicase.rb".freeze, "test/cli_app.rb".freeze, "test/shoulda/cli_test.rb".freeze, "test/test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/cli_test.rb".freeze] s.homepage = "http://github.com/afurmanov/clicase".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Gem extending Shoulda or Test::Unit with macros for testing command line apps.".freeze s.test_files = ["test/shoulda/cli_test.rb".freeze, "test/unit/cli_test.rb".freeze] end