ejson 1.2.1 → 1.3.0

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: 336cc6639f5f5e990f38a4768ff07c0c13f45f7e269c76ae64082fc778484457
4
- data.tar.gz: 59eed4fac87a77c926d4e2cec2328d2ff54e4282ce9d43d15a7f8eb000b197bd
3
+ metadata.gz: 2684f048e5459ad61080c228a0fe34ee9d4b54217f98c51127616f763b02879d
4
+ data.tar.gz: 74b52eabe365ff9ef55a8fb487550a8cd366f6930206434b5520b6aadf20168d
5
5
  SHA512:
6
- metadata.gz: 2d96fe915e8e5d254c7cb935d403dc2243bcdff5e07554690246977ec4fe0326dc38583eb57fb60cfa47aa85d083a4c914be52368d3a7a0d05e0d8a913be81d2
7
- data.tar.gz: f3e751bbaf92d084b0ca065eb7a54674b22d10b63a12e9c6308020fecff26af93f55f230a71c6d073117e498c878254d0187ba765556e42fd25cf68cbec94d33
6
+ metadata.gz: 0b73a2e7f877c3a652af44fc760d3d2b47c8cd72ee47dbfcfd35e7450a5014af1b2887e20f6435e62fa29becb7fa6baefaa0d1bba873b3c2ed0c1cda6ca680c5
7
+ data.tar.gz: f3b6686afeca690eb7a38bfccc2dde9331c80dc4e47a6e3e961efdf46701815e96b117c62487c5e75cc5f0aa30470b9031e8910f9dfb9f567c082d6bcfda0e49
data/bin/ejson CHANGED
@@ -2,8 +2,10 @@
2
2
  platform = `uname -sm`
3
3
 
4
4
  dir = case platform
5
- when /^Darwin/ ; "darwin-amd64"
6
- when /^Linux.*64/ ; "linux-amd64"
5
+ when /^Darwin arm64/; "darwin-arm64"
6
+ when /^Darwin/ ; "darwin-amd64"
7
+ when /^Linux.*64/ ; "linux-amd64"
8
+ when /^FreeBSD.*64/ ; "freebsd-amd64"
7
9
  else
8
10
  abort "Ejson is not supported on your platform."
9
11
  end
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.2.1"
2
+ VERSION = "1.3.0"
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.2.1
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-06 00:00:00.000000000 Z
11
+ date: 2021-07-14 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
@@ -22,6 +22,8 @@ files:
22
22
  - LICENSE.txt
23
23
  - bin/ejson
24
24
  - build/darwin-amd64/ejson
25
+ - build/darwin-arm64/ejson
26
+ - build/freebsd-amd64/ejson
25
27
  - build/linux-amd64/ejson
26
28
  - ejson.gemspec
27
29
  - lib/ejson/version.rb
@@ -34,7 +36,7 @@ homepage: https://github.com/Shopify/ejson
34
36
  licenses:
35
37
  - MIT
36
38
  metadata: {}
37
- post_install_message:
39
+ post_install_message:
38
40
  rdoc_options: []
39
41
  require_paths:
40
42
  - lib
@@ -49,9 +51,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
51
  - !ruby/object:Gem::Version
50
52
  version: '0'
51
53
  requirements: []
52
- rubyforge_project:
53
- rubygems_version: 2.7.6
54
- signing_key:
54
+ rubygems_version: 3.2.20
55
+ signing_key:
55
56
  specification_version: 4
56
57
  summary: Asymmetric keywise encryption for JSON
57
58
  test_files: []