chicken_soup 0.0.4 → 0.0.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.
- data/lib/chicken_soup/capabilities/git.rb +1 -1
- data/lib/chicken_soup/version.rb +1 -1
- metadata +16 -13
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# GIT TASKS #
|
|
3
3
|
######################################################################
|
|
4
4
|
Capistrano::Configuration.instance(:must_exist).load do
|
|
5
|
-
|
|
5
|
+
before 'deploy:cleanup', 'deploy:tag'
|
|
6
6
|
|
|
7
7
|
namespace :deploy do
|
|
8
8
|
desc <<-DESC
|
data/lib/chicken_soup/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chicken_soup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 0.0.5
|
|
5
6
|
platform: ruby
|
|
6
7
|
authors:
|
|
7
8
|
- thekompanee
|
|
@@ -15,24 +16,26 @@ default_executable:
|
|
|
15
16
|
dependencies:
|
|
16
17
|
- !ruby/object:Gem::Dependency
|
|
17
18
|
name: capistrano
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
prerelease: false
|
|
20
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
21
|
+
none: false
|
|
21
22
|
requirements:
|
|
22
23
|
- - ~>
|
|
23
24
|
- !ruby/object:Gem::Version
|
|
24
25
|
version: 2.5.19
|
|
25
|
-
|
|
26
|
+
type: :runtime
|
|
27
|
+
version_requirements: *id001
|
|
26
28
|
- !ruby/object:Gem::Dependency
|
|
27
29
|
name: bundler
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
prerelease: false
|
|
31
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
32
|
+
none: false
|
|
31
33
|
requirements:
|
|
32
34
|
- - ~>
|
|
33
35
|
- !ruby/object:Gem::Version
|
|
34
36
|
version: 1.0.10
|
|
35
|
-
|
|
37
|
+
type: :development
|
|
38
|
+
version_requirements: *id002
|
|
36
39
|
description: ...for the Deployment Soul. Why do you keep typing all that crap into your Capistrano recipes? Are you too cool for standards? Well, ARE YA!?
|
|
37
40
|
email: support@thekompanee.com
|
|
38
41
|
executables: []
|
|
@@ -77,23 +80,23 @@ rdoc_options:
|
|
|
77
80
|
require_paths:
|
|
78
81
|
- lib
|
|
79
82
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
83
|
+
none: false
|
|
80
84
|
requirements:
|
|
81
85
|
- - ">="
|
|
82
86
|
- !ruby/object:Gem::Version
|
|
83
87
|
version: "0"
|
|
84
|
-
version:
|
|
85
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
|
+
none: false
|
|
86
90
|
requirements:
|
|
87
91
|
- - ">="
|
|
88
92
|
- !ruby/object:Gem::Version
|
|
89
93
|
version: "0"
|
|
90
|
-
version:
|
|
91
94
|
requirements: []
|
|
92
95
|
|
|
93
96
|
rubyforge_project: chicken_soup
|
|
94
|
-
rubygems_version: 1.
|
|
97
|
+
rubygems_version: 1.5.0
|
|
95
98
|
signing_key:
|
|
96
99
|
specification_version: 3
|
|
97
|
-
summary: chicken_soup-0.0.
|
|
100
|
+
summary: chicken_soup-0.0.5
|
|
98
101
|
test_files: []
|
|
99
102
|
|