ejson 1.3.1 → 1.5.3

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: 387c6b13fbc8bd357a151b934677b2517cae857039c99be46b963025744d48c7
4
- data.tar.gz: 3bbd3bd06533c7ef3118f23613bcd6dca2d5340650f60c8670e771b56a498fda
3
+ metadata.gz: c31f2899ca915114d0d5c44944a88fd58ecaa7e3ab90749646cb8c21a030e13f
4
+ data.tar.gz: 1d1159e6e0c9f13013e7694264bb5ae63be96741d9500d2f2a66712b6fa2d694
5
5
  SHA512:
6
- metadata.gz: 9f4a2e882bd889f230160b25546a43a0aefb1099653decb85b5a9f8613bf563fa5914ade878fbbbc111759a25e3ef95b1fa67f41606fac5086e2bd4829750e05
7
- data.tar.gz: f12b500328e53dbe533a1406a3e99577785ec9b64a2603f851026602778598277bbfaea30fce39f73f19b4e8734c2f74bbb88fd7e6e158504747d715062312d7
6
+ metadata.gz: 351c5267e40a2a27310cc3f8c79bdf0300883510ecfedeaa5a641874646666bc42c60e206543c9c4a298932bd3790489e0e3c167f52d046523b56a3b2174faf5
7
+ data.tar.gz: 9442d13953cb79c243f77980894aa1dc967ea51d654553940e220c8693cb784a1e308c33f0ac1dd73505e81972fbb6b29fad297908c2463279cd0e30938b5bda
data/bin/ejson CHANGED
@@ -13,5 +13,4 @@ dir = case platform
13
13
 
14
14
  bindir = File.expand_path("../../build/#{dir}", __FILE__)
15
15
  ENV['PATH'] = "#{bindir}:#{ENV['PATH']}"
16
- ENV['MANPATH'] = File.expand_path("../../man", __FILE__)
17
16
  exec "ejson", *ARGV
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.5.3"
3
3
  end
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.5.3
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: 2024-11-06 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
@@ -28,16 +28,11 @@ files:
28
28
  - build/linux-arm64/ejson
29
29
  - ejson.gemspec
30
30
  - lib/ejson/version.rb
31
- - man/man1/ejson-decrypt.1.gz
32
- - man/man1/ejson-encrypt.1.gz
33
- - man/man1/ejson-keygen.1.gz
34
- - man/man1/ejson.1.gz
35
- - man/man5/ejson.5.gz
36
31
  homepage: https://github.com/Shopify/ejson
37
32
  licenses:
38
33
  - MIT
39
34
  metadata: {}
40
- post_install_message:
35
+ post_install_message:
41
36
  rdoc_options: []
42
37
  require_paths:
43
38
  - lib
@@ -52,8 +47,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
47
  - !ruby/object:Gem::Version
53
48
  version: '0'
54
49
  requirements: []
55
- rubygems_version: 3.2.32
56
- signing_key:
50
+ rubygems_version: 3.5.9
51
+ signing_key:
57
52
  specification_version: 4
58
53
  summary: Asymmetric keywise encryption for JSON
59
54
  test_files: []
Binary file
Binary file
Binary file
data/man/man1/ejson.1.gz DELETED
Binary file
data/man/man5/ejson.5.gz DELETED
Binary file