dpl 1.6.8.travis.554.1 → 1.6.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YjYzYWE2OWQyMmQ2ODBiYTM4NGRiMGI0MTk4ZjUzOTU2YTE1YzJjYg==
5
- data.tar.gz: !binary |-
6
- NzNhOGIyYzBlMjA3N2RhMjkxMTYzZGI5ZmQxMGVhNDhlZjZjMWMyYg==
2
+ SHA1:
3
+ metadata.gz: 0f4f8b3c3288997733d5b68e1f2078fe14ae6577
4
+ data.tar.gz: 4ac07d8f9677bdb1e0a7051caf997cb3e1099693
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- YTA3ZTI5NmI1ZjRiNmI3ZDUzNmE1YWY1NGNmMGJiZTkzNWIyM2M4NGEzYzQ1
10
- YzY3YWY0Zjg4ZGNjN2UwOGQ0NzFjMDU2MGUxYWQwYTUwZjQ0MzhiNDNkMjg3
11
- YWNhYmU5M2MwMzZlYWYzNGM1ZTRhZTU4NTliYWU5ZmJiZDdhY2U=
12
- data.tar.gz: !binary |-
13
- M2UzZDcwYmVjOTRhM2Q2Mzc1MzcxN2Y3NTJiZGExY2I5NTg5NjdkOTNlNjg5
14
- NmI1YzlkNmM0ZjlhMjdiODJlYzBmZDQwYmE5NDc0OTFiOGFiOGE1NjJlMDBh
15
- NGU3OWU3OTFmYjk4OTk0OWU0MzJmZTExYzQzMmZkMGIxYWE1MjI=
6
+ metadata.gz: 9ee592140e65250e8dcb92b6d3739934108c7a27f283f573acaf902637515540344799efe07dc962dac27248fc5fd043c125d812f1f270310a6ec1efdb911cd6
7
+ data.tar.gz: 482caf860b7f4f805503122b4a7a68ddc5f2c37ff405cea4ce385c5cfe7c0fadac85cab9ebce2e9db10bb5922bdcb8680a51ade9cb9bb8d05df1bc49f13f0bcc
@@ -20,13 +20,13 @@ module DPL
20
20
  def deploy
21
21
  warn ''
22
22
  if options[:strategy]
23
- warn 'You have explicitely set your deploy strategy to %p.' % options[:strategy]
23
+ warn 'You have explicitly set your deploy strategy to %p.' % options[:strategy]
24
24
  warn 'Anvil support will be dropped in the near future.'
25
25
  warn 'Please consider changing it to "api" or "git".'
26
26
  else
27
27
  warn 'The default strategy for Heroku deployments is currently "anvil".'
28
28
  warn 'This will be changed to "api" in the near future.'
29
- warn 'Consider setting it explicitey to "api" or "git".'
29
+ warn 'Consider setting it explicitly to "api" or "git".'
30
30
  end
31
31
  warn ''
32
32
 
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.6.7'
2
+ VERSION = '1.6.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.8.travis.554.1
4
+ version: 1.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -14,70 +14,70 @@ dependencies:
14
14
  name: rspec
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: 3.0.0
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 3.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec-its
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: simplecov
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: json
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ! '>='
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ! '>='
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  description: deploy tool abstraction for clients
@@ -87,9 +87,9 @@ executables:
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
- - .gitignore
91
- - .rspec
92
- - .travis.yml
90
+ - ".gitignore"
91
+ - ".rspec"
92
+ - ".travis.yml"
93
93
  - Gemfile
94
94
  - LICENSE
95
95
  - README.md
@@ -171,18 +171,48 @@ require_paths:
171
171
  - lib
172
172
  required_ruby_version: !ruby/object:Gem::Requirement
173
173
  requirements:
174
- - - ! '>='
174
+ - - ">="
175
175
  - !ruby/object:Gem::Version
176
176
  version: 1.9.3
177
177
  required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  requirements:
179
- - - ! '>'
179
+ - - ">="
180
180
  - !ruby/object:Gem::Version
181
- version: 1.3.1
181
+ version: '0'
182
182
  requirements: []
183
183
  rubyforge_project:
184
- rubygems_version: 2.4.1
184
+ rubygems_version: 2.2.2
185
185
  signing_key:
186
186
  specification_version: 4
187
187
  summary: deploy tool
188
- test_files: []
188
+ test_files:
189
+ - spec/cli_spec.rb
190
+ - spec/provider/appfog_spec.rb
191
+ - spec/provider/bitballoon_spec.rb
192
+ - spec/provider/cloud66_spec.rb
193
+ - spec/provider/cloud_files_spec.rb
194
+ - spec/provider/cloudcontrol_spec.rb
195
+ - spec/provider/cloudfoundry_spec.rb
196
+ - spec/provider/deis_spec.rb
197
+ - spec/provider/divshot_spec.rb
198
+ - spec/provider/dotcloud_spec.rb
199
+ - spec/provider/elastic_beanstalk_spec.rb
200
+ - spec/provider/gae_spec.rb
201
+ - spec/provider/gcs_spec.rb
202
+ - spec/provider/hackage_spec.rb
203
+ - spec/provider/heroku_anvil_spec.rb
204
+ - spec/provider/heroku_api_spec.rb
205
+ - spec/provider/heroku_git_deploy_key_spec.rb
206
+ - spec/provider/heroku_git_spec.rb
207
+ - spec/provider/modulus_spec.rb
208
+ - spec/provider/ninefold_spec.rb
209
+ - spec/provider/npm.rb
210
+ - spec/provider/openshift_spec.rb
211
+ - spec/provider/ops_works_spec.rb
212
+ - spec/provider/pypi_spec.rb
213
+ - spec/provider/releases_spec.rb
214
+ - spec/provider/rubygems_spec.rb
215
+ - spec/provider/s3_spec.rb
216
+ - spec/provider_spec.rb
217
+ - spec/spec_helper.rb
218
+ has_rdoc: