Update the gemspec to include a basic description/etc

This commit is contained in:
R. Tyler Croy 2012-09-02 16:03:36 -07:00
parent 8e48e16648
commit c2cafdfb43
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ require File.expand_path('../lib/blimpy/cucumber/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["R. Tyler Croy"]
gem.email = ["tyler@monkeypox.org"]
gem.description = %q{TODO: Write a gem description}
gem.summary = %q{TODO: Write a gem summary}
gem.description = "Cucumber steps for testing with Blimpy"
gem.summary = "This gem helps spin up and down VMs with Blimpy from within Cucumber tests"
gem.homepage = ""
gem.files = `git ls-files`.split($\)