cert_munger 0.0.2 → 0.1.0
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 +2 -1
- data.tar.gz.sig +0 -0
- data/.rubocop.yml +0 -2
- data/lib/cert_munger/version.rb +1 -1
- metadata +3 -4
- metadata.gz.sig +0 -0
- data/rubocop-todo.yml +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 357e8e3b75fd4217745c092f3f35db2e59861c13
|
|
4
|
+
data.tar.gz: 1fabf56ee2f1b1a6bc5825660bcce5cc87bac450
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bd59cfc0d5761408303d454ffe3e78f13acd599823ea0d2fdaf2f24c0d03fd47488df3115091438a48aaa95965dc55fdad4e171236897843d05f6a061c0dacb
|
|
7
|
+
data.tar.gz: c1df8fc5c44007d583625958b99ed9fc24af73b85e700ba0a7736ccd81c283ec13ddefbbf8f8836a4c4eb7811f900cf436585c815e31aef3ce2e958a44a5a79b
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
)�!3���
|
|
2
|
+
��}X+S�v?x�fj���fI�3���a�>J%��r�$�ϱH#����Ղ��~HX�G��|�a;7 �W��i6��ϰ`
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/.rubocop.yml
CHANGED
data/lib/cert_munger/version.rb
CHANGED
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.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Haddox
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
42qdwEXvvkODZAD6KAIXPdmbMfBgPbcd+B/4eUA0PyKo+4dgL1NuqX4MPWToevIZ
|
|
31
31
|
O8EKLF2X7NmC6FY1bOsSj/J8r1SOkx0rxgF+geRvY1P+hfNjDfxTsjU=
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2014-11-
|
|
33
|
+
date: 2014-11-19 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: logging
|
|
@@ -207,7 +207,6 @@ files:
|
|
|
207
207
|
- lib/cert_munger/formatter.rb
|
|
208
208
|
- lib/cert_munger/string.rb
|
|
209
209
|
- lib/cert_munger/version.rb
|
|
210
|
-
- rubocop-todo.yml
|
|
211
210
|
- spec/certs/create_spec_cert.rb
|
|
212
211
|
- spec/certs/malformed.crt
|
|
213
212
|
- spec/certs/one_line.crt
|
|
@@ -237,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
237
236
|
version: '0'
|
|
238
237
|
requirements: []
|
|
239
238
|
rubyforge_project:
|
|
240
|
-
rubygems_version: 2.
|
|
239
|
+
rubygems_version: 2.4.4
|
|
241
240
|
signing_key:
|
|
242
241
|
specification_version: 4
|
|
243
242
|
summary: Reformat commonly malformatted X509 strings.
|
metadata.gz.sig
CHANGED
|
Binary file
|
data/rubocop-todo.yml
DELETED
|
File without changes
|