Sha256: 7e163a2605c6219f5ff996c6219ef298629ef3f5522b844420a6c5d0dc0410a9

Contents?: true

Size: 1.49 KB

Versions: 1

Compression:

Stored size: 1.49 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{clicase}
  s.version = "0.1.7"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Aleksandr Furmanov"]
  s.date = %q{2009-07-29}
  s.description = %q{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.
}
  s.email = %q{afurmanov@rushpost.com}
  s.extra_rdoc_files = [
    "README.rdoc"
  ]
  s.files = [
    ".gitignore",
     "MIT-LICENSE",
     "README.rdoc",
     "Rakefile",
     "VERSION.yml",
     "clicase.gemspec",
     "lib/clicase.rb",
     "test/cli_app.rb",
     "test/shoulda/cli_test.rb",
     "test/test.rb",
     "test/test_helper.rb",
     "test/unit/cli_test.rb"
  ]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/afurmanov/clicase}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.2}
  s.summary = %q{Macros for testing Ruby command line apps with Shoulda or Test::Unit.}
  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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
afurmanov-clicase-0.1.7 clicase.gemspec