dpl 1.5.5.travis.270.1 → 1.5.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 CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MTc2NTA5YThhODU3MDI1NWFiODE3NTIzZjg3NzIwZjMxZWNhMjA5MA==
5
- data.tar.gz: !binary |-
6
- ZjZhZGJkYTgzMDZlOTIzYWE5NDIwN2UyYzQ4MzA2Y2MyOTc0MGUwNw==
2
+ SHA1:
3
+ metadata.gz: 2cbf70e7fd0a0be73bf367699b92444a238b772f
4
+ data.tar.gz: f898624f465ec033c85fecb31b092b9d53478810
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NDRmYWViMjUzZWZlMDA5NmJlODQyYjAzYzUyZjU1ZTZiNWNiYzdlYmEyNjZh
10
- NDY5Y2E1MWRhMWZjOTJmNzBhZTI2MTVhYjZiMWExZDBiOGI4NWUxYjAzNGNk
11
- NDZiMzY3ZDBjNjc2OGM2MzFlYzZjMGFhNjFlNDRiODUyYjBlNTg=
12
- data.tar.gz: !binary |-
13
- NGYzYmIwNGRhMmI0OTYxNTg5NDZiODExNDk2MjhjNzA0NDgzY2RiMzU2NDBj
14
- N2ZiNGU5OTI3NzlkZTRhYjg4Mjg4ZjRjZjAyZGExOThjMTdkN2M3OTQ0NjYy
15
- MjcxZGY3NWMyNGU1OGE2ZWUxNTk5ZDZlODg5ODZlZjczNWJkODc=
6
+ metadata.gz: cd54c13f144d428db94c586686efd210c5e6e8d883171151fb190f4b4d4f86910ec426e06568ce574eca1114ece664abed1dcd4f8bf7504617e21600651832f1
7
+ data.tar.gz: fcf234c00267fb2a804c1cb6efac4d1c2f17a0f63c017b9a89e9b261d51dec41b73678dac03447e46ca4f5c408bdaece4ef4afed7cea2e0f6a26ab68c6937d2a
data/Gemfile CHANGED
@@ -15,9 +15,9 @@ group :openshift do
15
15
  gem 'rhc'
16
16
  end
17
17
 
18
- group :appfog do
19
- gem 'af'
20
- end
18
+ #group :appfog do
19
+ # gem 'af'
20
+ #end
21
21
 
22
22
  group :rubygems do
23
23
  gem 'gems', '>= 0.8.3'
@@ -7,7 +7,7 @@ module DPL
7
7
  extend self
8
8
 
9
9
  def new(context, options)
10
- strategy = options[:strategy] || 'anvil'
10
+ strategy = options[:strategy] || 'git'
11
11
  constant = constants.detect { |c| c.to_s.downcase == strategy }
12
12
  raise Error, 'unknown strategy %p' % strategy unless constant
13
13
  const_get(constant).new(context, options)
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.5.4'
2
+ VERSION = '1.5.5'
3
3
  end
metadata CHANGED
@@ -1,69 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.5.travis.270.1
4
+ version: 1.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-24 00:00:00.000000000 Z
11
+ date: 2013-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
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: '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: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
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: simplecov
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: json
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
  description: deploy tool abstraction for clients
@@ -132,18 +132,35 @@ require_paths:
132
132
  - lib
133
133
  required_ruby_version: !ruby/object:Gem::Requirement
134
134
  requirements:
135
- - - ! '>='
135
+ - - '>='
136
136
  - !ruby/object:Gem::Version
137
137
  version: 1.8.7
138
138
  required_rubygems_version: !ruby/object:Gem::Requirement
139
139
  requirements:
140
- - - ! '>'
140
+ - - '>='
141
141
  - !ruby/object:Gem::Version
142
- version: 1.3.1
142
+ version: '0'
143
143
  requirements: []
144
144
  rubyforge_project:
145
- rubygems_version: 2.1.11
145
+ rubygems_version: 2.0.7
146
146
  signing_key:
147
147
  specification_version: 4
148
148
  summary: deploy tool
149
- test_files: []
149
+ test_files:
150
+ - spec/cli_spec.rb
151
+ - spec/provider/appfog_spec.rb
152
+ - spec/provider/cloud_files_spec.rb
153
+ - spec/provider/cloudcontrol_spec.rb
154
+ - spec/provider/divshot_spec.rb
155
+ - spec/provider/dotcloud_spec.rb
156
+ - spec/provider/heroku_anvil_spec.rb
157
+ - spec/provider/heroku_git_spec.rb
158
+ - spec/provider/npm.rb
159
+ - spec/provider/openshift_spec.rb
160
+ - spec/provider/ops_works_spec.rb
161
+ - spec/provider/pypi_spec.rb
162
+ - spec/provider/rubygems_spec.rb
163
+ - spec/provider/s3_spec.rb
164
+ - spec/provider_spec.rb
165
+ - spec/spec_helper.rb
166
+ has_rdoc: