minicap 1.0.0 → 1.0.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/minicap.rb +3 -3
- metadata +4 -4
data/lib/minicap.rb
CHANGED
|
@@ -14,14 +14,14 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
14
14
|
|
|
15
15
|
desc "Update the deployed code"
|
|
16
16
|
task :default, :except => { :no_release => true } do
|
|
17
|
-
|
|
17
|
+
fetch_code
|
|
18
18
|
deploy.check_yr_head if fetch(:pedantic_remote, false) && branch !~ /HEAD/
|
|
19
19
|
update_code
|
|
20
20
|
orphans if fetch(:look_for_orphans, false)
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
desc "Fetches the latest from the repo"
|
|
24
|
-
task :
|
|
24
|
+
task :fetch_code do
|
|
25
25
|
run_gregarious "cd #{deploy_to} ; git fetch -q origin"
|
|
26
26
|
end
|
|
27
27
|
|
|
@@ -70,4 +70,4 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
70
70
|
ch.send_data(output) if output
|
|
71
71
|
end
|
|
72
72
|
end
|
|
73
|
-
end
|
|
73
|
+
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minicap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.0.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Mat Trudel
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-07-
|
|
18
|
+
date: 2010-07-19 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|