ejson 1.1.0 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 71956dbd96c748cc82e53378c437512676b2a37c
4
- data.tar.gz: 5cf9ade58e4b63877719100ac37d78745f217097
2
+ SHA256:
3
+ metadata.gz: e682ab96d24b911095aa7116a06f512ed3da24f1ac9f4fd9ccd8d51fc07ac606
4
+ data.tar.gz: 7f5976998de83ffb404a9a986dd2505ee9cf6d2d0c674cb478297136a8095a7f
5
5
  SHA512:
6
- metadata.gz: b4ca13c71f6a52f2c24792106e641682dfa405206df2b0408dd72da70b5f55195ad2adb4cda311f0f2c1a099f0c90c64cca81ce181e9170cb22e2eca891fb25e
7
- data.tar.gz: 79e45b1081a2e6606dcb090555cf3081e8a17294fb71eadf3bc8da5c411d898b840dcd71eae53de77fe2ffc289df033cdef5e5fdc376bc4f69028c50522a2fe7
6
+ metadata.gz: 39fdbfb1caa90810e4bf799101ef22f92f7e95d0ddc2ce15118dbc0356a57d8b169f4b7b71c2847f260c222e207788836bf6d9f7afd2485d33ed6258cc689336
7
+ data.tar.gz: 516c5bf185161b5f6eaf6c021af6e1af38c008497df27208a29c2e377567a320bb72aee6c39b8cd64a8b811a0a4caf08c8b564e74adcec1cc4ffe904a525c63a
Binary file
Binary file
@@ -6,8 +6,8 @@ files = File.read("MANIFEST").lines.map(&:chomp)
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "ejson"
8
8
  spec.version = EJSON::VERSION
9
- spec.authors = ["Burke Libbey"]
10
- spec.email = ["burke.libbey@shopify.com"]
9
+ spec.authors = ["Shopify"]
10
+ spec.email = ["admins@shopify.com"]
11
11
  spec.summary = %q{Asymmetric keywise encryption for JSON}
12
12
  spec.description = %q{Secret management by encrypting values in a JSON hash with a public/private keypair}
13
13
  spec.homepage = "https://github.com/Shopify/ejson"
@@ -1,3 +1,3 @@
1
1
  module EJSON
2
- VERSION = "1.1.0"
2
+ VERSION = "1.2.0"
3
3
  end
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ejson
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
- - Burke Libbey
7
+ - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-22 00:00:00.000000000 Z
11
+ date: 2018-08-31 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
15
15
  email:
16
- - burke.libbey@shopify.com
16
+ - admins@shopify.com
17
17
  executables:
18
18
  - ejson
19
19
  extensions: []
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  version: '0'
51
51
  requirements: []
52
52
  rubyforge_project:
53
- rubygems_version: 2.6.10
53
+ rubygems_version: 2.7.6
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: Asymmetric keywise encryption for JSON