sanctify 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 +4 -4
- data/.gitignore +1 -0
- data/.pre-commit-hooks.yaml +5 -0
- data/{bin → exe}/sanctify +0 -0
- data/lib/sanctify/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0ca7f6e90a7bd6520e1aedb679ec4da2f4538c8
|
|
4
|
+
data.tar.gz: d6467b517483af563a274a1d82e38efa8bb1062a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5446635a999c7a9e4e7c102d03db9df8617155819f64bf241c9afefc4f30bdd124b1e6e86fb68bfba8dc17eec5610004654efe992b349e7556f27eedcd345d11
|
|
7
|
+
data.tar.gz: 5d2001a4d2a5ec928ac91d29416ecb79c2cbf9be6c23b48dd660d835c35f911c3bb53663dc017942bdf19866f11d5df0a0595a284e4a3e4b537c9383c6d658bd
|
data/.gitignore
CHANGED
data/{bin → exe}/sanctify
RENAMED
|
File without changes
|
data/lib/sanctify/version.rb
CHANGED
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.
|
|
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:
|