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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8d9e4179a487d4a6aa85d83a412b745bab0f687
4
- data.tar.gz: 2d07e7c5385d0376e52fff147434ca5409240b8c
3
+ metadata.gz: 28b334c6d5f03496d83237a7fb848182b6efab1f
4
+ data.tar.gz: 17bc61e0fa1760094a78d89ef1320f538ca56b22
5
5
  SHA512:
6
- metadata.gz: 79a97f7af1d18b4ec11908e80fcb2f60afdd3ed299e12c7d4299d2059a19095ea3107b8169dfd2f6e43cc5da44685b821cc91072ba609a9ca6c953fe34895738
7
- data.tar.gz: 7fb6da9d40a0fd9b0e7df77698fe0266adcc796fe09d740afccfff3b2051a4e83e9f577566e292ab10ff63d1806bad48afa9ebb71c3b9e1dcfb301d798284b95
6
+ metadata.gz: aef70d6009ed5c5597cc707697070bf1d5e4f8ffdbc4eceaa5345e3fc8249e215a87c29feaee0e6603fb4283458a9bf892dc7c09eeba60f2d1ff638f0fdcbd25
7
+ data.tar.gz: 7099e235dedfcf8b22b4a5ad42f9f30a1b9e064dba105aaea61a2dcfc3b6dc289db062acd5ca71b22bd8d03a4cebeb8d7992046971c8c2dc8a765347724db22e
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.0.0
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.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.3.7)
15
+ addressable (2.4.0)
16
16
  ansi (1.5.0)
17
- arr-pm (0.0.9)
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.0)
25
- byebug (3.5.1)
26
- columnize (~> 0.8)
27
- debugger-linecache (~> 1.2)
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.3)
33
- columnize (0.9.0)
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.44.2)
41
- ffi (1.9.3)
42
- fpm (1.2.0)
43
- arr-pm (~> 0.0.9)
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
- heroics (0.0.12)
51
- erubis (~> 2.7.0)
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.1)
57
- mime-types (2.3)
58
- mini_portile (0.6.0)
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.10.1)
61
- netrc (0.10.2)
62
- nokogiri (1.6.3.1)
63
- mini_portile (= 0.6.0)
64
- rake (10.3.2)
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.1.0)
67
- rspec-core (~> 3.1.0)
68
- rspec-expectations (~> 3.1.0)
69
- rspec-mocks (~> 3.1.0)
70
- rspec-core (3.1.3)
71
- rspec-support (~> 3.1.0)
72
- rspec-expectations (3.1.1)
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.1.0)
75
- rspec-mocks (3.1.0)
76
- rspec-support (~> 3.1.0)
77
- rspec-support (3.1.0)
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.9.0)
78
+ simplecov (0.11.2)
80
79
  docile (~> 1.1.0)
81
- multi_json
82
- simplecov-html (~> 0.8.0)
83
- simplecov-html (0.8.0)
84
- slop (3.6.0)
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
@@ -1,3 +1,3 @@
1
1
  module SnapDeploy
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
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.3
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-02-16 00:00:00.000000000 Z
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.2.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