egads 0.0.4 → 0.0.5
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 +8 -8
- data/lib/egads/cli.rb +1 -0
- data/lib/egads/config.rb +1 -1
- data/lib/egads/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MjBiMWEzYzA0OGQyOWY2NGM3NzNhOWM3ZWU1YjE1ZDc4YzE4YWIyOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NzJjM2ZlMGRmOGI5NmVlMWFkZTQxNmRjZmMzMzBjZDE2YzMzN2FlMA==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZjU0YzcyN2VkYzcxYzk3Y2ZiZWRkMTc0ZjIyZTM0MmUwOTk1YWQ2YzFmOWMz
|
|
10
|
+
OTRjNDU3YTBkNjJjZGNjZjFmMmJiMDUxMDU5MzUxOTVjMjdkOWYxMGFkNzhh
|
|
11
|
+
NWY3MGJmOGQ0ZWFkNThmZTNmZGUyNDJlMjg4Yzk2YzZlMTdkZDE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MzU2NTZhYzE0NWI3YzMxYzQ5ODQ0NDc2ZGYxZTFjY2EyM2ZhNjlmZTMzOWMz
|
|
14
|
+
NTcyNDM4YzQ5ZTZlNzk0NjkyYmU0ODAyYTIxMGJiMjg4MmM3NzA4NzJmZWZh
|
|
15
|
+
NmExMGVmOGM0MjJiMjFlMzQ1YWZhYmE0YjI2YzY5NzA0NWQxMDM=
|
data/lib/egads/cli.rb
CHANGED
|
@@ -80,6 +80,7 @@ module Egads
|
|
|
80
80
|
desc "extract SHA", "[remote, plumbing] Downloads tarball for SHA from S3 and extracts it to the filesystem"
|
|
81
81
|
method_option :force, type: :boolean, default: false, banner: "Overwrite existing files"
|
|
82
82
|
def extract(sha)
|
|
83
|
+
RemoteConfig.setup_environment
|
|
83
84
|
dir = RemoteConfig.release_dir(sha)
|
|
84
85
|
path = File.join(dir, "#{sha}.tar.gz")
|
|
85
86
|
tarball = S3Tarball.new(sha, true)
|
data/lib/egads/config.rb
CHANGED
data/lib/egads/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: egads
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aaron Suggs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-06-
|
|
11
|
+
date: 2013-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fog
|