ejson 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2684f048e5459ad61080c228a0fe34ee9d4b54217f98c51127616f763b02879d
4
- data.tar.gz: 74b52eabe365ff9ef55a8fb487550a8cd366f6930206434b5520b6aadf20168d
3
+ metadata.gz: 387c6b13fbc8bd357a151b934677b2517cae857039c99be46b963025744d48c7
4
+ data.tar.gz: 3bbd3bd06533c7ef3118f23613bcd6dca2d5340650f60c8670e771b56a498fda
5
5
  SHA512:
6
- metadata.gz: 0b73a2e7f877c3a652af44fc760d3d2b47c8cd72ee47dbfcfd35e7450a5014af1b2887e20f6435e62fa29becb7fa6baefaa0d1bba873b3c2ed0c1cda6ca680c5
7
- data.tar.gz: f3b6686afeca690eb7a38bfccc2dde9331c80dc4e47a6e3e961efdf46701815e96b117c62487c5e75cc5f0aa30470b9031e8910f9dfb9f567c082d6bcfda0e49
6
+ metadata.gz: 9f4a2e882bd889f230160b25546a43a0aefb1099653decb85b5a9f8613bf563fa5914ade878fbbbc111759a25e3ef95b1fa67f41606fac5086e2bd4829750e05
7
+ data.tar.gz: f12b500328e53dbe533a1406a3e99577785ec9b64a2603f851026602778598277bbfaea30fce39f73f19b4e8734c2f74bbb88fd7e6e158504747d715062312d7
data/bin/ejson CHANGED
@@ -2,10 +2,11 @@
2
2
  platform = `uname -sm`
3
3
 
4
4
  dir = case platform
5
- when /^Darwin arm64/; "darwin-arm64"
6
- when /^Darwin/ ; "darwin-amd64"
7
- when /^Linux.*64/ ; "linux-amd64"
8
- when /^FreeBSD.*64/ ; "freebsd-amd64"
5
+ when /^Darwin arm64/ ; "darwin-arm64"
6
+ when /^Darwin/ ; "darwin-amd64"
7
+ when /^Linux aarch64/ ; "linux-arm64"
8
+ when /^Linux.*64/ ; "linux-amd64"
9
+ when /^FreeBSD.*64/ ; "freebsd-amd64"
9
10
  else
10
11
  abort "Ejson is not supported on your platform."
11
12
  end
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.0"
2
+ VERSION = "1.3.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.0
4
+ version: 1.3.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: 2021-07-14 00:00:00.000000000 Z
11
+ date: 2022-01-10 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
@@ -25,6 +25,7 @@ files:
25
25
  - build/darwin-arm64/ejson
26
26
  - build/freebsd-amd64/ejson
27
27
  - build/linux-amd64/ejson
28
+ - build/linux-arm64/ejson
28
29
  - ejson.gemspec
29
30
  - lib/ejson/version.rb
30
31
  - man/man1/ejson-decrypt.1.gz
@@ -36,7 +37,7 @@ homepage: https://github.com/Shopify/ejson
36
37
  licenses:
37
38
  - MIT
38
39
  metadata: {}
39
- post_install_message:
40
+ post_install_message:
40
41
  rdoc_options: []
41
42
  require_paths:
42
43
  - lib
@@ -51,8 +52,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
52
  - !ruby/object:Gem::Version
52
53
  version: '0'
53
54
  requirements: []
54
- rubygems_version: 3.2.20
55
- signing_key:
55
+ rubygems_version: 3.2.32
56
+ signing_key:
56
57
  specification_version: 4
57
58
  summary: Asymmetric keywise encryption for JSON
58
59
  test_files: []