crossing 0.0.6 → 0.0.7

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.
Files changed (3) hide show
  1. checksums.yaml +5 -13
  2. data/bin/crossing +1 -1
  3. metadata +11 -17
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZjA1ZDZlYzNjNjM2ZjNjOGM4NDQzNjA2MjJmOGU1OWYzNDkwMjEzZg==
5
- data.tar.gz: !binary |-
6
- Njg0NTYxNWFiNjQwNjQ5NzNhODI5NmFmNjE2OGU1MTM0NWZkNzIzZA==
2
+ SHA1:
3
+ metadata.gz: aed72c496b6d397069638c30eebd5f600686f819
4
+ data.tar.gz: 2f1c1513013627af58fd0a732daad654a5d2e35d
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MDk5YmM2MTdjYjA3OTUwNWY4ZWI0MWEzYThlZDZhMGNmYWMwMGM4ZDI0NzA5
10
- NGU5ZWJmOWI0ZDYxZmJlNWFiODZkNWE1MjA4NTNmNDI4YzM1MWNkYzc1YWUy
11
- ZGY1YjIxOTYyNTgzMjlkM2E4ZmY0NmE3MWZkMGI2OGIyYTQxMjk=
12
- data.tar.gz: !binary |-
13
- NmYzMjkxM2I0YzUxY2IxOGNkYmExNTVjMDNkZDA5NjYzZWVjZTVkMzBjMmFl
14
- Y2U3NTU3OWUyZDZjNjI0ZjVjNTJiMDJhMzYwOTg0OWM3YTZjYzAxZmZkNDBj
15
- ZmQyNTIwYTUzMTk2OWJhMDkzMGViNTM3NGEyYmE4NmRhZWMxNmE=
6
+ metadata.gz: c4e87d7db3112a98550cf057264bfe809d2a8c952d09e780d56e485a4559ec5efd4ddfee118ba17dffbb8fd7c5126370b58f4bc977453996729c9af3febff57d
7
+ data.tar.gz: fae29429b9cdd77aacc6afe4bb2a888d7bee8d546eab03efad41bc6d8b4f42727c791df30d845b76bde56e373f199adca4a23ae0ec4abde7b420fadd620e19e9
@@ -3,7 +3,7 @@
3
3
  require 'trollop'
4
4
  require 'crossing'
5
5
 
6
- SUB_COMMANDS = %w(get put).freeze
6
+ SUB_COMMANDS = %w[get put].freeze
7
7
  global_opts = Trollop.options do
8
8
  opt :region, 'The region to look for the KMS Key in', default: 'us-east-1'
9
9
  banner 'utility for storing and retrieving files in S3 in a secure manner
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crossing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Ulick
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-12-06 00:00:00.000000000 Z
13
+ date: 2017-12-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: aws-sdk
@@ -40,18 +40,12 @@ dependencies:
40
40
  - - '='
41
41
  - !ruby/object:Gem::Version
42
42
  version: 2.1.2
43
- description: ! 'The native AWS command line does not have an easy way to upload encrypted
44
- files
45
-
46
- to S3. The Ruby SDK has a way to do this, but not everyone wants to use it.
47
-
48
- This utility allows you to do client side encrypted uploads to S3 from the
49
-
50
- command line, which is useful for uploads from your CI system to docker
51
-
52
- containers.
53
-
54
- '
43
+ description: |2
44
+ The native AWS command line does not have an easy way to upload encrypted files
45
+ to S3. The Ruby SDK has a way to do this, but not everyone wants to use it.
46
+ This utility allows you to do client side encrypted uploads to S3 from the
47
+ command line, which is useful for uploads from your CI system to docker
48
+ containers.
55
49
  email: info@stelligent.com
56
50
  executables:
57
51
  - crossing
@@ -72,17 +66,17 @@ require_paths:
72
66
  - bin
73
67
  required_ruby_version: !ruby/object:Gem::Requirement
74
68
  requirements:
75
- - - ! '>='
69
+ - - '>='
76
70
  - !ruby/object:Gem::Version
77
71
  version: '1.9'
78
72
  required_rubygems_version: !ruby/object:Gem::Requirement
79
73
  requirements:
80
- - - ! '>='
74
+ - - '>='
81
75
  - !ruby/object:Gem::Version
82
76
  version: '0'
83
77
  requirements: []
84
78
  rubyforge_project:
85
- rubygems_version: 2.4.3
79
+ rubygems_version: 2.4.8
86
80
  signing_key:
87
81
  specification_version: 4
88
82
  summary: Utility for storing objects in S3 while taking advantage of client side envelope