cmdeploy 0.2.7 → 0.2.8

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5ae32735e6fca34695d33fba0fc3514f3b44de4e
4
+ data.tar.gz: 184c947c770c2354d0f9c492c7e0d383d72e499b
5
+ SHA512:
6
+ metadata.gz: 679e38753949a90a0803c2257b8ea8b8912847e2a631d74efe406419477f5088a00fb81d45a14fe8748f116b9d7a1e453cb841273103e455662db3e7d7c71b8e
7
+ data.tar.gz: 74e43bde5767c7fe3eb12257c2f0dc33270299a8441e55841e6a1c2717baac0a738c9696beb1f0f13a7b2e9dfcb20b15a712415973e6012399aea1de85900cdc
@@ -7,12 +7,14 @@ server "{full_qualified_test_server_name}", :web, :app, primary: true
7
7
 
8
8
  task :production do
9
9
  puts "production..."
10
+ @roles = {}
10
11
  set :stage, 'production'
11
12
  server "{full_qualified_production_server_name}", :web, :app, primary: true
12
13
  end
13
14
 
14
15
  task :integration do
15
16
  puts "integration..."
17
+ @roles = {}
16
18
  set :stage, 'integration'
17
19
  server "{full_qualified_integration_server_name}", :web, :app, primary: true
18
20
  end
@@ -1,3 +1,3 @@
1
1
  module CMDeploy
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmdeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
5
- prerelease:
4
+ version: 0.2.8
6
5
  platform: ruby
7
6
  authors:
8
7
  - Thomas Steiner
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-02-19 00:00:00.000000000 Z
11
+ date: 2013-08-28 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: CM specific deployment recipes
15
14
  email:
@@ -36,27 +35,27 @@ files:
36
35
  - lib/cmdeploy.rb
37
36
  - bin/cmdeploy
38
37
  homepage: http://github.com/thomis/cmdeploy
39
- licenses: []
38
+ licenses:
39
+ - MIT
40
+ metadata: {}
40
41
  post_install_message:
41
42
  rdoc_options: []
42
43
  require_paths:
43
44
  - lib
44
45
  required_ruby_version: !ruby/object:Gem::Requirement
45
- none: false
46
46
  requirements:
47
- - - ! '>='
47
+ - - '>='
48
48
  - !ruby/object:Gem::Version
49
49
  version: '0'
50
50
  required_rubygems_version: !ruby/object:Gem::Requirement
51
- none: false
52
51
  requirements:
53
- - - ! '>='
52
+ - - '>='
54
53
  - !ruby/object:Gem::Version
55
54
  version: '0'
56
55
  requirements: []
57
56
  rubyforge_project:
58
- rubygems_version: 1.8.24
57
+ rubygems_version: 2.0.3
59
58
  signing_key:
60
- specification_version: 3
59
+ specification_version: 4
61
60
  summary: CM specific deployment recipes
62
61
  test_files: []