dark-capistrano-recipes 0.8.3 → 0.8.4
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/VERSION +2 -1
- data/dark-capistrano-recipes.gemspec +2 -2
- data/lib/recipes/deploy.rb +1 -1
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
0.8.
|
|
1
|
+
0.8.4
|
|
2
|
+
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{dark-capistrano-recipes}
|
|
8
|
-
s.version = "0.8.
|
|
8
|
+
s.version = "0.8.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = [%q{Phil Misiowiec}, %q{Leonardo Bighetti}, %q{Rogerio Augusto}]
|
|
12
|
-
s.date = %q{2011-08-
|
|
12
|
+
s.date = %q{2011-08-17}
|
|
13
13
|
s.description = %q{Extend the Capistrano gem with these useful recipes}
|
|
14
14
|
s.email = %q{leonardobighetti@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
data/lib/recipes/deploy.rb
CHANGED
|
@@ -51,7 +51,7 @@ Capistrano::Configuration.instance.load do
|
|
|
51
51
|
|
|
52
52
|
desc "[internal] Cleanup files such as all.css"
|
|
53
53
|
task :cleanup, :roles => :app, :except => { :no_release => true } do
|
|
54
|
-
run "rm #{current_path}/public/stylesheets/all.css"
|
|
54
|
+
run "rm -f #{current_path}/public/stylesheets/all.css"
|
|
55
55
|
end
|
|
56
56
|
|
|
57
57
|
namespace :rollback do
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dark-capistrano-recipes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 55
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 8
|
|
9
|
-
-
|
|
10
|
-
version: 0.8.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.8.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Phil Misiowiec
|
|
@@ -17,7 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2011-08-
|
|
20
|
+
date: 2011-08-17 00:00:00 Z
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
23
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|