From ee0f6b87312f1d435ed296ca36e272ea81392e1b Mon Sep 17 00:00:00 2001 From: Tim Shedor Date: Tue, 9 Dec 2014 15:32:03 -0800 Subject: [PATCH] update readme; have gemspec match for rubygems --- README.md | 2 +- maximus.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68d3f99..a17e441 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/maximus.gemspec b/maximus.gemspec index 2a6fb31..bf8b595 100644 --- a/maximus.gemspec +++ b/maximus.gemspec @@ -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 = ""