capistrano-confirm 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ require 'capistrano'
2
+
1
3
  def colorful(str, code="31")
2
4
  "\e[#{code}m#{str.upcase}\e[0m"
3
5
  end
@@ -1,3 +1,3 @@
1
1
  module CapistranoConfirm
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,33 +1,26 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: capistrano-confirm
3
- version: !ruby/object:Gem::Version
4
- hash: 21
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.6
5
5
  prerelease:
6
- segments:
7
- - 0
8
- - 0
9
- - 5
10
- version: 0.0.5
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Jinzhu
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2012-06-24 00:00:00 Z
12
+ date: 2012-07-10 00:00:00.000000000 Z
19
13
  dependencies: []
20
-
21
- description: "Confirm before deploy,\n Make sure you are not deploying the wrong branch, and remind you should deploy it after code review!\n Please use it, because I write it after deployed a wrong branch to our production server! ;(\n "
22
- email:
14
+ description: ! "Confirm before deploy,\n Make sure you are not
15
+ deploying the wrong branch, and remind you should deploy it after code review!\n
16
+ \ Please use it, because I write it after deployed a wrong branch
17
+ to our production server! ;(\n "
18
+ email:
23
19
  - wosmvp@gmail.com
24
20
  executables: []
25
-
26
21
  extensions: []
27
-
28
22
  extra_rdoc_files: []
29
-
30
- files:
23
+ files:
31
24
  - .gitignore
32
25
  - Gemfile
33
26
  - LICENSE
@@ -38,37 +31,26 @@ files:
38
31
  - lib/capistrano/version.rb
39
32
  homepage: https://github.com/jinzhu/capistrano-confirm
40
33
  licenses: []
41
-
42
34
  post_install_message:
43
35
  rdoc_options: []
44
-
45
- require_paths:
36
+ require_paths:
46
37
  - lib
47
- required_ruby_version: !ruby/object:Gem::Requirement
38
+ required_ruby_version: !ruby/object:Gem::Requirement
48
39
  none: false
49
- requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- hash: 3
53
- segments:
54
- - 0
55
- version: "0"
56
- required_rubygems_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
45
  none: false
58
- requirements:
59
- - - ">="
60
- - !ruby/object:Gem::Version
61
- hash: 3
62
- segments:
63
- - 0
64
- version: "0"
46
+ requirements:
47
+ - - ! '>='
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
65
50
  requirements: []
66
-
67
51
  rubyforge_project: capistrano-confirm
68
- rubygems_version: 1.8.10
52
+ rubygems_version: 1.8.24
69
53
  signing_key:
70
54
  specification_version: 3
71
55
  summary: Confirm before deploy
72
56
  test_files: []
73
-
74
- has_rdoc: