maximus 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a829426c745c7f18dc1d11d07dbd2691d200470
4
- data.tar.gz: cc500897739970fe484063b2c1123878720597b9
3
+ metadata.gz: 7967be47ba9de75aa1e59c138a2af4b01c5242a4
4
+ data.tar.gz: c2332ff9d712472bea8babb615ea3c8ccd1a8069
5
5
  SHA512:
6
- metadata.gz: 0cc6838ccbba2c08ab06ab8057082dfedbfb83bc92005de584eb890b2fd6b45c4ac1d3947a40ee4bf8d1bff163a373edf3387fbaf0a3a3032c9f44c5330e201f
7
- data.tar.gz: 2fd0310eef81b446c01334e66368de98f8bfa37687da3f348f053559dce8db08a7473ea45710ec1aa0fbfb17968fcd30aca93f47f4d9b7eff89924cbd099b8ae
6
+ metadata.gz: afcc4bdd7489bd5e5c0f54fdd2c5dc6039a0f81ada004df458e69a3d24ebc2df521a7e50a8c313a3346439def9a05d3bb0eed672c593aa23399a8c2e66c2b9ff
7
+ data.tar.gz: de955683da789d3027c4c6adaca3d1a3624dd2df33ff9fdc4c91a0ec0e4e35c9e46e2b76764030f9de5bc40f65ef131b9cde2963c9e8cc6a806a8ff3c078c9cc
@@ -1,3 +1,3 @@
1
1
  module Maximus
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Maximus::VERSION
9
9
  spec.authors = ["Tim Shedor"]
10
10
  spec.email = ["tshedor@gmail.com"]
11
- spec.summary = %q{Run tests and save them to the Colosseum}
12
- spec.description = %q{Supports scss-lint, jshint, rubocop, brakeman and rails_best_practices. Statistics include phantomas, stylestats and wraith}
13
- spec.homepage = ""
11
+ spec.summary = %q{Make your code spic and <span>}
12
+ spec.description = %q{The all-in-one linting solution}
13
+ spec.homepage = "https://github.com/wearefine/maximus"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maximus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Shedor
@@ -164,8 +164,7 @@ dependencies:
164
164
  - - ~>
165
165
  - !ruby/object:Gem::Version
166
166
  version: '1.6'
167
- description: Supports scss-lint, jshint, rubocop, brakeman and rails_best_practices.
168
- Statistics include phantomas, stylestats and wraith
167
+ description: The all-in-one linting solution
169
168
  email:
170
169
  - tshedor@gmail.com
171
170
  executables:
@@ -216,7 +215,7 @@ files:
216
215
  - lib/maximus/version.rb
217
216
  - maximus.gemspec
218
217
  - roadmap.md
219
- homepage: ''
218
+ homepage: https://github.com/wearefine/maximus
220
219
  licenses:
221
220
  - MIT
222
221
  metadata: {}
@@ -239,5 +238,5 @@ rubyforge_project:
239
238
  rubygems_version: 2.0.14
240
239
  signing_key:
241
240
  specification_version: 4
242
- summary: Run tests and save them to the Colosseum
241
+ summary: Make your code spic and <span>
243
242
  test_files: []