snap_deploy 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/Gemfile.lock +47 -45
- data/lib/snap_deploy/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28b334c6d5f03496d83237a7fb848182b6efab1f
|
4
|
+
data.tar.gz: 17bc61e0fa1760094a78d89ef1320f538ca56b22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aef70d6009ed5c5597cc707697070bf1d5e4f8ffdbc4eceaa5345e3fc8249e215a87c29feaee0e6603fb4283458a9bf892dc7c09eeba60f2d1ff638f0fdcbd25
|
7
|
+
data.tar.gz: 7099e235dedfcf8b22b4a5ad42f9f30a1b9e064dba105aaea61a2dcfc3b6dc289db062acd5ca71b22bd8d03a4cebeb8d7992046971c8c2dc8a765347724db22e
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.2.4
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
snap_deploy (0.1.
|
4
|
+
snap_deploy (0.1.3)
|
5
5
|
ansi
|
6
6
|
aws-sdk (= 1.53.0)
|
7
7
|
clamp
|
@@ -12,79 +12,78 @@ PATH
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
addressable (2.
|
15
|
+
addressable (2.4.0)
|
16
16
|
ansi (1.5.0)
|
17
|
-
arr-pm (0.0.
|
17
|
+
arr-pm (0.0.10)
|
18
18
|
cabin (> 0)
|
19
19
|
aws-sdk (1.53.0)
|
20
20
|
aws-sdk-v1 (= 1.53.0)
|
21
21
|
aws-sdk-v1 (1.53.0)
|
22
22
|
json (~> 1.4)
|
23
23
|
nokogiri (>= 1.4.4)
|
24
|
-
backports (3.6.
|
25
|
-
byebug (
|
26
|
-
|
27
|
-
|
28
|
-
slop (~> 3.6)
|
29
|
-
cabin (0.6.1)
|
30
|
-
childprocess (0.5.3)
|
24
|
+
backports (3.6.8)
|
25
|
+
byebug (8.2.2)
|
26
|
+
cabin (0.8.1)
|
27
|
+
childprocess (0.5.9)
|
31
28
|
ffi (~> 1.0, >= 1.0.11)
|
32
|
-
clamp (0.6.
|
33
|
-
|
34
|
-
crack (0.4.2)
|
29
|
+
clamp (0.6.5)
|
30
|
+
crack (0.4.3)
|
35
31
|
safe_yaml (~> 1.0.0)
|
36
|
-
debugger-linecache (1.2.0)
|
37
32
|
diff-lcs (1.2.5)
|
38
33
|
docile (1.1.5)
|
39
34
|
erubis (2.7.0)
|
40
|
-
excon (0.
|
41
|
-
ffi (1.9.
|
42
|
-
fpm (1.
|
43
|
-
arr-pm (~> 0.0.
|
35
|
+
excon (0.48.0)
|
36
|
+
ffi (1.9.10)
|
37
|
+
fpm (1.4.0)
|
38
|
+
arr-pm (~> 0.0.10)
|
44
39
|
backports (>= 2.6.2)
|
45
40
|
cabin (>= 0.6.0)
|
46
41
|
childprocess
|
47
42
|
clamp (~> 0.6)
|
48
43
|
ffi
|
49
44
|
json (>= 1.7.7)
|
50
|
-
|
51
|
-
|
45
|
+
hashdiff (0.3.0)
|
46
|
+
heroics (0.0.16)
|
47
|
+
erubis (~> 2.0)
|
52
48
|
excon
|
53
49
|
moneta
|
54
50
|
multi_json (>= 1.9.2)
|
55
51
|
netrc
|
56
|
-
json (1.8.
|
57
|
-
mime-types (
|
58
|
-
|
52
|
+
json (1.8.3)
|
53
|
+
mime-types (3.0)
|
54
|
+
mime-types-data (~> 3.2015)
|
55
|
+
mime-types-data (3.2016.0221)
|
56
|
+
mini_portile2 (2.0.0)
|
59
57
|
moneta (0.8.0)
|
60
|
-
multi_json (1.
|
61
|
-
netrc (0.
|
62
|
-
nokogiri (1.6.
|
63
|
-
|
64
|
-
rake (
|
58
|
+
multi_json (1.11.2)
|
59
|
+
netrc (0.11.0)
|
60
|
+
nokogiri (1.6.7.2)
|
61
|
+
mini_portile2 (~> 2.0.0.rc2)
|
62
|
+
rake (11.1.1)
|
65
63
|
rendezvous (0.1.2)
|
66
|
-
rspec (3.
|
67
|
-
rspec-core (~> 3.
|
68
|
-
rspec-expectations (~> 3.
|
69
|
-
rspec-mocks (~> 3.
|
70
|
-
rspec-core (3.
|
71
|
-
rspec-support (~> 3.
|
72
|
-
rspec-expectations (3.
|
64
|
+
rspec (3.4.0)
|
65
|
+
rspec-core (~> 3.4.0)
|
66
|
+
rspec-expectations (~> 3.4.0)
|
67
|
+
rspec-mocks (~> 3.4.0)
|
68
|
+
rspec-core (3.4.4)
|
69
|
+
rspec-support (~> 3.4.0)
|
70
|
+
rspec-expectations (3.4.0)
|
73
71
|
diff-lcs (>= 1.2.0, < 2.0)
|
74
|
-
rspec-support (~> 3.
|
75
|
-
rspec-mocks (3.1
|
76
|
-
|
77
|
-
|
72
|
+
rspec-support (~> 3.4.0)
|
73
|
+
rspec-mocks (3.4.1)
|
74
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
75
|
+
rspec-support (~> 3.4.0)
|
76
|
+
rspec-support (3.4.1)
|
78
77
|
safe_yaml (1.0.4)
|
79
|
-
simplecov (0.
|
78
|
+
simplecov (0.11.2)
|
80
79
|
docile (~> 1.1.0)
|
81
|
-
|
82
|
-
simplecov-html (~> 0.
|
83
|
-
simplecov-html (0.
|
84
|
-
|
85
|
-
webmock (1.20.4)
|
80
|
+
json (~> 1.8)
|
81
|
+
simplecov-html (~> 0.10.0)
|
82
|
+
simplecov-html (0.10.0)
|
83
|
+
webmock (1.24.2)
|
86
84
|
addressable (>= 2.3.6)
|
87
85
|
crack (>= 0.3.2)
|
86
|
+
hashdiff
|
88
87
|
|
89
88
|
PLATFORMS
|
90
89
|
ruby
|
@@ -98,3 +97,6 @@ DEPENDENCIES
|
|
98
97
|
simplecov
|
99
98
|
snap_deploy!
|
100
99
|
webmock
|
100
|
+
|
101
|
+
BUNDLED WITH
|
102
|
+
1.11.2
|
data/lib/snap_deploy/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: snap_deploy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Snap CI
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
166
166
|
version: '0'
|
167
167
|
requirements: []
|
168
168
|
rubyforge_project:
|
169
|
-
rubygems_version: 2.
|
169
|
+
rubygems_version: 2.4.5.1
|
170
170
|
signing_key:
|
171
171
|
specification_version: 4
|
172
172
|
summary: Deploy your application in a Snap
|