ejson 1.4.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: 5fe69321dc223916260aa3d00b17b78e646e5228699af866fafabd733c516a81
4
- data.tar.gz: 9ecc71c1a641d068d39d437eedf5d655d56e39f16dc7249f8c77028b230c1d2f
3
+ metadata.gz: c31f2899ca915114d0d5c44944a88fd58ecaa7e3ab90749646cb8c21a030e13f
4
+ data.tar.gz: 1d1159e6e0c9f13013e7694264bb5ae63be96741d9500d2f2a66712b6fa2d694
5
5
  SHA512:
6
- metadata.gz: feb65ab30c2b4d4788dbee47afafe33a030669d21c0e06c6da4e97e3e855b55e07dc7f396eb3930ed78b3cbb34516ab18c0ff8462badf66467a1aac4b279823d
7
- data.tar.gz: 14c718d4bff1029d36139d15189cb976c6499d3ed344fda95eb227f1c09d3023b2b1b35e831393659586cfd2a9b48fa64c51d1294ba303de66e4cc18d906b8ae
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.4.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.4.1
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-05 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,11 +28,6 @@ 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
@@ -52,7 +47,7 @@ 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
50
+ rubygems_version: 3.5.9
56
51
  signing_key:
57
52
  specification_version: 4
58
53
  summary: Asymmetric keywise encryption for JSON
Binary file
Binary file
Binary file
data/man/man1/ejson.1.gz DELETED
Binary file
data/man/man5/ejson.5.gz DELETED
Binary file