Skip to content

Commit

Permalink
update readme; have gemspec match for rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
tshedor committed Dec 9, 2014
1 parent 156113b commit ee0f6b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maximus

A command-line warrior for the [Colosseum](https://bitbucket.org/wearefine/colosseum).
The all-in-one linting solution.

Plays nice with Middleman and Rails.

Expand Down
2 changes: 1 addition & 1 deletion maximus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.name = "maximus"
spec.version = Maximus::VERSION
spec.authors = ["Tim Shedor"]
spec.email = ["tim@wearefine.com"]
spec.email = ["tshedor@gmail.com"]
spec.summary = %q{Run tests and save them to the Colosseum}
spec.description = %q{Supports scss-lint, jshint, rubocop, brakeman and rails_best_practices. Statistics include phantomas, stylestats and wraith}
spec.homepage = ""
Expand Down

0 comments on commit ee0f6b8

Please sign in to comment.