ejson2env 2.0.1 → 2.0.8

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
2
  SHA256:
3
- metadata.gz: 6b603cdff9f6288a799a6ee8c05c0bc71c243038637c4c8d609bcb52b009a5b5
4
- data.tar.gz: 44529180c5fd6d4c0a5a7711bf9614ab0447460e78d960c807aab2b5ff90d785
3
+ metadata.gz: 4ff39321a92d91ce9419569da064095fdc591be5f3a2c4fdaddad9a3a1890239
4
+ data.tar.gz: ff4d6b45d1addb1ffcf1e0afc1debe11123f3ddd307a703bbc0b79e9960c8c45
5
5
  SHA512:
6
- metadata.gz: 0b299e25b7865405df46b349440766c0d4b8e736a7c662ca6ee35c1940a4caca661c2ec69a794c038d0d2701fb5a18ca53ef86e38c38fb55a5d09410f7780343
7
- data.tar.gz: fb7cbfafa6e56252cfdeb18b5b773334cb6700b2f842925ab5f4ec71bfffd83133c7e655f1e45873c2aaf28d392ade6f1c3b5401288d60029b5750cabbfbfc3d
6
+ metadata.gz: 689e2a9767bf1b4a5ce7620d770c6b44cf9956c771329ab9d48c5d37ba95f7b5cc7cd1f76e94e0e2c3299f531b01b3c7c53f1f8da3e6dd868e49e2f3a8704022
7
+ data.tar.gz: 8c057e8b2ac15d60061bea63934f12764dd51d52ae5cad2069c9f12020917144cce614e052e5b9efb52589aa80b17ef4f0af1d569f28f2cd3a2520594ba3a546
data/bin/ejson2env CHANGED
@@ -2,7 +2,7 @@
2
2
  platform = `uname -sm`
3
3
 
4
4
  dir = case platform
5
- when /^Darwin/ ; "darwin-amd64"
5
+ when /^Darwin/ ; "darwin-all"
6
6
  when /^Linux.*64/ ; "linux-amd64"
7
7
  when /^FreeBSD.*64/ ; "freebsd-amd64"
8
8
  else
@@ -11,5 +11,4 @@ dir = case platform
11
11
 
12
12
  bindir = File.expand_path("../../build/#{dir}", __FILE__)
13
13
  ENV['PATH'] = "#{bindir}:#{ENV['PATH']}"
14
- ENV['MANPATH'] = File.expand_path("../../man", __FILE__)
15
14
  exec "ejson2env", *ARGV
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module EJSON2ENV
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ejson2env
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Catherine Jones
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-01 00:00:00.000000000 Z
11
+ date: 2025-05-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Decrypt EJSON secrets and export them as environment variables.
14
14
  email:
@@ -20,12 +20,11 @@ extra_rdoc_files: []
20
20
  files:
21
21
  - LICENSE.txt
22
22
  - bin/ejson2env
23
- - build/darwin-amd64/ejson2env
23
+ - build/darwin-all/ejson2env
24
24
  - build/freebsd-amd64/ejson2env
25
25
  - build/linux-amd64/ejson2env
26
26
  - ejson2env.gemspec
27
27
  - lib/ejson2env/version.rb
28
- - man/ejson2env.1.gz
29
28
  homepage: https://github.com/Shopify/ejson2env
30
29
  licenses:
31
30
  - MIT
@@ -45,7 +44,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
45
44
  - !ruby/object:Gem::Version
46
45
  version: '0'
47
46
  requirements: []
48
- rubygems_version: 3.1.4
47
+ rubygems_version: 3.1.6
49
48
  signing_key:
50
49
  specification_version: 4
51
50
  summary: Decrypt EJSON secrets and export them as environment variables
Binary file
data/man/ejson2env.1.gz DELETED
Binary file