capistrano-campout 1.1.0 → 1.1.1
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.
- data/lib/capistrano-campout/version.rb +1 -1
- data/templates/campout.yml +1 -4
- metadata +7 -7
data/templates/campout.yml
CHANGED
|
@@ -35,10 +35,7 @@
|
|
|
35
35
|
## The following campfire settings are optional
|
|
36
36
|
##
|
|
37
37
|
## ssl:
|
|
38
|
-
## If false, specifies that
|
|
39
|
-
## ssl_verify:
|
|
40
|
-
## If false, specified that Tinder should not try to verify the SSL
|
|
41
|
-
## certificate.
|
|
38
|
+
## If false, specifies that Broach should not use an SSL connection
|
|
42
39
|
##
|
|
43
40
|
### global action settings
|
|
44
41
|
##
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-campout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-04-10 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capistrano
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70318320588320 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '2.11'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70318320588320
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: broach
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70318320587780 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: '0.2'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70318320587780
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: grit
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &70318320587300 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ! '>='
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
version: '2.4'
|
|
44
44
|
type: :runtime
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *70318320587300
|
|
47
47
|
description: ! " Capistrano::Campout is a gem extension to capistrano to post/speak
|
|
48
48
|
messages and paste logs from a capistrano deployment \n to a campfire room. Settings
|
|
49
49
|
are configurable using ERB in a \"config/campout.yml\" or \"config/campout.local.yml\"
|