Skip to content

Commit

Permalink
Update gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
edgibbs committed Dec 30, 2014
1 parent 0b26b9d commit 3701722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yertle_formatter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
spec.name = "yertle_formatter"
spec.version = VERSION
spec.authors = ["Ed Gibbs"]
spec.email = ["edgibbs@yahoo.com"]
spec.summary = %q{An RSpec formatter highlighing slow specs.}
spec.description = %q{Another whimsical formatter in the tradition of NyanCatFormatter.}
spec.homepage = ""
spec.email = ["edward_gibbs@yahoo.com"]
spec.summary = %q{An RSpec 3 formatter highlighting slow specs.}
spec.description = %q{Slow specs are marked with turtles and a summary of slow specs are returned at the end of the run.}
spec.homepage = "https://github.com/edgibbs/yertle_formatter"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
Expand Down

0 comments on commit 3701722

Please sign in to comment.