Sha256: 7510d9df9437cbd6d5fc05e594fb10607ba63f5e933da15213d7d9de99174545
Contents?: true
Size: 1.36 KB
Versions: 0
Compression: gzip
Compressed size: 632 Bytes
Stored size: 632 Bytes
Contents
--- !ruby/object:Gem::Specification name: fkocherga-cmd_line_test version: !ruby/object:Gem::Version version: 0.1.3 platform: ruby authors: - Fedor Kocherga autorequire: bindir: bin cert_chain: [] date: 2009-09-17 00:00:00 -07:00 default_executable: dependencies: [] description: Macros specific to command line Ruby apps testing. Works with Test::Unit or Shoulda. email: fkocherga@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc 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 has_rdoc: false homepage: http://github.com/fkocherga/cml_line_test licenses: post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Extends Shoulda or Test::Unit with macros for testing command line apps. test_files: - test/shoulda/cli_test.rb - test/unit/cli_test.rb