ejson2env 1.0.2 → 2.0.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: a774e897c03635fa6db427774289ca858980a3419977c0cc339ac7a4eed24a53
4
- data.tar.gz: aaf5aeffd327c16f9f8ad046774aa8880776cc3d2ea967a237e1bc68bc6757bb
3
+ metadata.gz: 6b603cdff9f6288a799a6ee8c05c0bc71c243038637c4c8d609bcb52b009a5b5
4
+ data.tar.gz: 44529180c5fd6d4c0a5a7711bf9614ab0447460e78d960c807aab2b5ff90d785
5
5
  SHA512:
6
- metadata.gz: 4293f281c328f2c895aaf406721aa143e6fdc42379075f354333571c1d319b2d8ef020acfcc07496b0f43d9ba1f5db8e6f76f788b42d51f24395be6bc6d26ee4
7
- data.tar.gz: 128c2e55bb4bab024a4496bf02b160ba2349fff1002c08c8ab52e05dea7e83b339a787edccac409f4f434cf92aced49bdfa71f5fac90ae7f0ec5137f5a675600
6
+ metadata.gz: 0b299e25b7865405df46b349440766c0d4b8e736a7c662ca6ee35c1940a4caca661c2ec69a794c038d0d2701fb5a18ca53ef86e38c38fb55a5d09410f7780343
7
+ data.tar.gz: fb7cbfafa6e56252cfdeb18b5b773334cb6700b2f842925ab5f4ec71bfffd83133c7e655f1e45873c2aaf28d392ade6f1c3b5401288d60029b5750cabbfbfc3d
data/bin/ejson2env CHANGED
@@ -4,6 +4,7 @@ platform = `uname -sm`
4
4
  dir = case platform
5
5
  when /^Darwin/ ; "darwin-amd64"
6
6
  when /^Linux.*64/ ; "linux-amd64"
7
+ when /^FreeBSD.*64/ ; "freebsd-amd64"
7
8
  else
8
9
  abort "Ejson is not supported on your platform."
9
10
  end
Binary file
Binary file
Binary file
data/ejson2env.gemspec CHANGED
@@ -6,8 +6,8 @@ files = File.read("MANIFEST").lines.map(&:chomp)
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "ejson2env"
8
8
  spec.version = EJSON2ENV::VERSION
9
- spec.authors = ["Shopify"]
10
- spec.email = ["admins@shopify.com"]
9
+ spec.authors = ["Catherine Jones"]
10
+ spec.email = ["catherine.jones@shopify.com"]
11
11
  spec.summary = %q{Decrypt EJSON secrets and export them as environment variables}
12
12
  spec.description = %q{Decrypt EJSON secrets and export them as environment variables.}
13
13
  spec.homepage = "https://github.com/Shopify/ejson2env"
@@ -1,3 +1,3 @@
1
1
  module EJSON2ENV
2
- VERSION = "1.0.2"
2
+ VERSION = "2.0.1"
3
3
  end
data/man/ejson2env.1.gz CHANGED
Binary file
metadata CHANGED
@@ -1,18 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ejson2env
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - Shopify
8
- autorequire:
7
+ - Catherine Jones
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-05 00:00:00.000000000 Z
11
+ date: 2021-02-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Decrypt EJSON secrets and export them as environment variables.
14
14
  email:
15
- - admins@shopify.com
15
+ - catherine.jones@shopify.com
16
16
  executables:
17
17
  - ejson2env
18
18
  extensions: []
@@ -21,6 +21,7 @@ files:
21
21
  - LICENSE.txt
22
22
  - bin/ejson2env
23
23
  - build/darwin-amd64/ejson2env
24
+ - build/freebsd-amd64/ejson2env
24
25
  - build/linux-amd64/ejson2env
25
26
  - ejson2env.gemspec
26
27
  - lib/ejson2env/version.rb
@@ -29,7 +30,7 @@ homepage: https://github.com/Shopify/ejson2env
29
30
  licenses:
30
31
  - MIT
31
32
  metadata: {}
32
- post_install_message:
33
+ post_install_message:
33
34
  rdoc_options: []
34
35
  require_paths:
35
36
  - lib
@@ -44,9 +45,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
45
  - !ruby/object:Gem::Version
45
46
  version: '0'
46
47
  requirements: []
47
- rubyforge_project:
48
- rubygems_version: 2.7.6
49
- signing_key:
48
+ rubygems_version: 3.1.4
49
+ signing_key:
50
50
  specification_version: 4
51
51
  summary: Decrypt EJSON secrets and export them as environment variables
52
52
  test_files: []