ejson 1.3.1 → 1.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 387c6b13fbc8bd357a151b934677b2517cae857039c99be46b963025744d48c7
4
- data.tar.gz: 3bbd3bd06533c7ef3118f23613bcd6dca2d5340650f60c8670e771b56a498fda
3
+ metadata.gz: 5fe69321dc223916260aa3d00b17b78e646e5228699af866fafabd733c516a81
4
+ data.tar.gz: 9ecc71c1a641d068d39d437eedf5d655d56e39f16dc7249f8c77028b230c1d2f
5
5
  SHA512:
6
- metadata.gz: 9f4a2e882bd889f230160b25546a43a0aefb1099653decb85b5a9f8613bf563fa5914ade878fbbbc111759a25e3ef95b1fa67f41606fac5086e2bd4829750e05
7
- data.tar.gz: f12b500328e53dbe533a1406a3e99577785ec9b64a2603f851026602778598277bbfaea30fce39f73f19b4e8734c2f74bbb88fd7e6e158504747d715062312d7
6
+ metadata.gz: feb65ab30c2b4d4788dbee47afafe33a030669d21c0e06c6da4e97e3e855b55e07dc7f396eb3930ed78b3cbb34516ab18c0ff8462badf66467a1aac4b279823d
7
+ data.tar.gz: 14c718d4bff1029d36139d15189cb976c6499d3ed344fda95eb227f1c09d3023b2b1b35e831393659586cfd2a9b48fa64c51d1294ba303de66e4cc18d906b8ae
Binary file
Binary file
Binary file
Binary file
Binary file
data/lib/ejson/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module EJSON
2
- VERSION = "1.3.1"
2
+ VERSION = "1.4.1"
3
3
  end
Binary file
Binary file
Binary file
data/man/man1/ejson.1.gz CHANGED
Binary file
data/man/man5/ejson.5.gz CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ejson
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2023-07-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Secret management by encrypting values in a JSON hash with a public/private
14
14
  keypair
@@ -37,7 +37,7 @@ homepage: https://github.com/Shopify/ejson
37
37
  licenses:
38
38
  - MIT
39
39
  metadata: {}
40
- post_install_message:
40
+ post_install_message:
41
41
  rdoc_options: []
42
42
  require_paths:
43
43
  - lib
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  version: '0'
54
54
  requirements: []
55
55
  rubygems_version: 3.2.32
56
- signing_key:
56
+ signing_key:
57
57
  specification_version: 4
58
58
  summary: Asymmetric keywise encryption for JSON
59
59
  test_files: []