sanity_check 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e2e6fc8eda17d90ab56c0ed5c697be8f4d1c3b1
4
- data.tar.gz: 657093b2b16307d67bbbaa6113be281434b3b859
3
+ metadata.gz: d089db2d8e8879ea35e3db69b4cf43b7b877239e
4
+ data.tar.gz: ace122c7fe51218c859c99ca41b8856daf4d4f49
5
5
  SHA512:
6
- metadata.gz: 6f58ca0f29c622320246c248d5743469b6f048222fc3176909d9b40b307509f192fc9cbd6e21c2050eeb109f46257e00a4a66b7111e22644bb9c73179aa24dc2
7
- data.tar.gz: e2fa7ca5c59535bf4f8b1c60d0d8c3be4c69231c8b0d0af8d6d367b0860209face8953059ec22033ed366f5ea36635b9fa73f1df16c09968c6f4705602fbd07a
6
+ metadata.gz: ca66563ad8e659af430d6a8682f10f38a29ca92e42bdac99d9c4387d0806fb784ba56fe78a19cbf8a84fc7189d50fdc36d2ae544dc9b80711477f88d325bf526
7
+ data.tar.gz: 407b2d4ba1d624b85c62d26d7446524456f89898fa02d60c94d594ff23db2e9e3dec7c6046618108f9f366da6214863bcf2d0d54f8effcd35d085e8cec0a9d22
@@ -1,3 +1,3 @@
1
1
  module SanityCheck
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/sanity_check.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Thomas Cioppettini"]
10
10
  spec.email = ["thomas.cioppettini@gmail.com"]
11
11
  spec.summary = %q{Rake Tasks that review your code before deploy.}
12
- spec.description = %q{Run tests, check best practices, and run security checks before.}
12
+ spec.description = %q{Run tests, check best practices, and run security checks before CI or deploy.}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sanity_check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Cioppettini
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '10.0'
69
- description: Run tests, check best practices, and run security checks before.
69
+ description: Run tests, check best practices, and run security checks before CI or
70
+ deploy.
70
71
  email:
71
72
  - thomas.cioppettini@gmail.com
72
73
  executables: []