Skip to content

Commit

Permalink
correct typo in gem description
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Lowe and Paul Elliot authored and adamlowe committed Aug 4, 2011
1 parent aac037a commit 407a97e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions slurper.gemspec
Expand Up @@ -4,17 +4,14 @@ require 'bundler'

Gem::Specification.new do |gem|
gem.name = %q{slurper}
gem.version = "1.1.7"
gem.version = "1.1.8"

gem.required_rubygems_version = ">= 1.3.6"
gem.authors = ["Wes Gibbs", "Adam Lowe", "Stephen Caudill", "Tim Pope"]
gem.date = Date.today.to_s
gem.default_executable = %q{slurp}
gem.description = %q{
Slurps stories from the given file (storiegem.slurper by default) and creates
Pivotal Tracker stories from them. Useful during story carding sessions
when you want to capture a number of stories quickly without clicking
your way through the Tracker UI.
Slurps stories from the given file (stories.slurper by default) and creates Pivotal Tracker stories from them. Useful during story carding sessions when you want to capture a number of stories quickly without clicking your way through the Tracker UI.
}
gem.email = %q{dev@hashrocket.com}
gem.executables = ["slurp"]
Expand Down

0 comments on commit 407a97e

Please sign in to comment.