ejson2env 1.0.2 → 1.0.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: a774e897c03635fa6db427774289ca858980a3419977c0cc339ac7a4eed24a53
4
- data.tar.gz: aaf5aeffd327c16f9f8ad046774aa8880776cc3d2ea967a237e1bc68bc6757bb
3
+ metadata.gz: e80a2886d96f4e576c9f192ef88e53ddb1b8a6fe5a288cf1082b1dc32bc9ed41
4
+ data.tar.gz: 4a9c82241bcf7eac80f3131836114f6388b8c82b27b0581f3ec9f43d0cd321c9
5
5
  SHA512:
6
- metadata.gz: 4293f281c328f2c895aaf406721aa143e6fdc42379075f354333571c1d319b2d8ef020acfcc07496b0f43d9ba1f5db8e6f76f788b42d51f24395be6bc6d26ee4
7
- data.tar.gz: 128c2e55bb4bab024a4496bf02b160ba2349fff1002c08c8ab52e05dea7e83b339a787edccac409f4f434cf92aced49bdfa71f5fac90ae7f0ec5137f5a675600
6
+ metadata.gz: 2a5e651471bf4167a666ffb423fc00bbddadf42294ef793b4a33fb1012371eec2e2981a890cb56c39a2ad9761fe837bb4697644732da65f36d8c2b8255d12bcb
7
+ data.tar.gz: '07680c884c614dd5c75f42bea9241a7bd4023e72bc174a2d80934dde3c790d597674d5848909fa339a9bcb741e48c84d0cf29597c5532340796c0f6dea065e28'
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 = "1.0.3"
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: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
- - Shopify
7
+ - Catherine Jones
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-05 00:00:00.000000000 Z
11
+ date: 2018-09-12 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: []