cert_munger 0.2.1 → 0.2.2
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
- checksums.yaml.gz.sig +0 -0
- data/README.md +1 -1
- data/checksum/cert_munger-0.2.2.gem.sha512 +1 -0
- data/checksum_generator.rb +1 -1
- data/lib/cert_munger/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2954c3521d5cc8b1c8081251607cf4f33d5dc3a
|
|
4
|
+
data.tar.gz: b82e46e0646ba6ef69c6949cbe7e71f05109c932
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b64cf71add5d28e81e302423d8fc77ef1f9b318de50bd180895967f20a1ac8251dac74bb32cb7b7e688a4cab4938321b7897120abdbfb9d7bb7e99fb1a7247a
|
|
7
|
+
data.tar.gz: 7ad7db963e99aa479205ee05c382baf5e6056e8c5d3d76fce4f47a60632fdb9241a7551a94a486b715be147c45411147c558547607958146b698271b336228b0
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
06fb5ee815c743692500ec6c781a0e33898a2f5c572b71eb3950cd4b862ae79203488b0a49e908024b456f2a3e46dd39c6b50438a17c20db9328588866864f57
|
data/checksum_generator.rb
CHANGED
|
@@ -4,4 +4,4 @@ require 'digest/sha2'
|
|
|
4
4
|
built_gem_path = "pkg/cert_munger-#{ENV['VERSION']}.gem"
|
|
5
5
|
checksum = Digest::SHA512.new.hexdigest(File.read(built_gem_path))
|
|
6
6
|
checksum_path = "checksum/cert_munger-#{ENV['VERSION']}.gem.sha512"
|
|
7
|
-
File.open(checksum_path, 'w'
|
|
7
|
+
File.open(checksum_path, 'w') { |f| f.write(checksum) }
|
data/lib/cert_munger/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cert_munger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Haddox
|
|
@@ -206,6 +206,7 @@ files:
|
|
|
206
206
|
- cert_munger.gemspec
|
|
207
207
|
- certs/stevenhaddox.pem
|
|
208
208
|
- checksum/cert_munger-0.2.1.gem.sha512
|
|
209
|
+
- checksum/cert_munger-0.2.2.gem.sha512
|
|
209
210
|
- checksum_generator.rb
|
|
210
211
|
- lib/cert_munger.rb
|
|
211
212
|
- lib/cert_munger/formatter.rb
|
|
@@ -256,4 +257,3 @@ test_files:
|
|
|
256
257
|
- spec/lib/cert_munger_spec.rb
|
|
257
258
|
- spec/lib/string_spec.rb
|
|
258
259
|
- spec/spec_helper.rb
|
|
259
|
-
has_rdoc:
|
metadata.gz.sig
CHANGED
|
Binary file
|