sanctify 0.1.0 → 0.1.1

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: cde83032c8a8588fc9770cd52aac67cc1d2b7500
4
- data.tar.gz: 4ba14ad8564b2fa57fe112854156f1677f6c74d1
3
+ metadata.gz: b0ca7f6e90a7bd6520e1aedb679ec4da2f4538c8
4
+ data.tar.gz: d6467b517483af563a274a1d82e38efa8bb1062a
5
5
  SHA512:
6
- metadata.gz: 9841359dfce42c32d930f83b75918be7d28592618535d07b07d8457514186bf4fa76cc0faf60ccedf9156484ecc94c49e04440ee185e6ca64043fd5a2bb02fba
7
- data.tar.gz: 05a50c70ae9ca53472cbaeb0349b34faaf2f42f3132338bd2010ba130916334ba8683a6b0382a58e2e1c797ecdf9fbd003e488f8829c22c9f26bfa99ffb5c49b
6
+ metadata.gz: 5446635a999c7a9e4e7c102d03db9df8617155819f64bf241c9afefc4f30bdd124b1e6e86fb68bfba8dc17eec5610004654efe992b349e7556f27eedcd345d11
7
+ data.tar.gz: 5d2001a4d2a5ec928ac91d29416ecb79c2cbf9be6c23b48dd660d835c35f911c3bb53663dc017942bdf19866f11d5df0a0595a284e4a3e4b537c9383c6d658bd
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+ *.gem
@@ -0,0 +1,5 @@
1
+ - id: sanctify
2
+ name: Sanctify Secrets Scanner
3
+ description: This hook scans for common secrets before commit
4
+ entry: sanctify
5
+ language: ruby
File without changes
@@ -1,3 +1,3 @@
1
1
  module Sanctify
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sanctify
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
  - Ryan Canty
@@ -84,11 +84,13 @@ description: Let's you know about all the potential keys you're about to push in
84
84
  Git commit
85
85
  email:
86
86
  - jrcanty@gmail.com
87
- executables: []
87
+ executables:
88
+ - sanctify
88
89
  extensions: []
89
90
  extra_rdoc_files: []
90
91
  files:
91
92
  - ".gitignore"
93
+ - ".pre-commit-hooks.yaml"
92
94
  - ".rspec"
93
95
  - ".travis.yml"
94
96
  - CODE_OF_CONDUCT.md
@@ -98,8 +100,8 @@ files:
98
100
  - README.md
99
101
  - Rakefile
100
102
  - bin/console
101
- - bin/sanctify
102
103
  - bin/setup
104
+ - exe/sanctify
103
105
  - lib/sanctify.rb
104
106
  - lib/sanctify/cli.rb
105
107
  - lib/sanctify/console.rb
@@ -107,6 +109,7 @@ files:
107
109
  - lib/sanctify/repo.rb
108
110
  - lib/sanctify/scanner.rb
109
111
  - lib/sanctify/version.rb
112
+ - sanctify-0.1.0.gem
110
113
  - sanctify.gemspec
111
114
  homepage: https://github.com/onetwopunch/sanctify
112
115
  licenses: