command-unit.gemspec in command-unit-0.0.0 vs command-unit.gemspec in command-unit-0.0.1
- old
+ new
@@ -1,12 +1,12 @@
Gem::Specification.new do |s|
s.name = "command-unit"
- s.version = "0.0.0"
+ s.version = "0.0.1"
s.platform = Gem::Platform::RUBY
s.author = "Samuel R. Salisbury"
s.email = "samsalisbury@gmail.com"
s.homepage = "http://github.com/samsalisbury/command-unit"
- s.summary = "ALPHA: Simple test runner for command line tools."
+ s.summary = "ALPHA: Lightweight test runner for command line tools."
s.description = "ALPHA: Test runner for one-shot command line tools. This was built to support writing git hooks over at http://github.com/samsalisbury/righteous-git-hooks"
s.rubyforge_project = s.name
s.required_rubygems_version = ">= 1.3.6"
\ No newline at end of file