deprec 2.0.11 → 2.0.13
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/CHANGELOG +4 -0
- data/lib/deprec/recipes/rails.rb +8 -0
- data/lib/deprec/recipes/ruby/ree.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
data/lib/deprec/recipes/rails.rb
CHANGED
|
@@ -43,6 +43,14 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
43
43
|
|
|
44
44
|
after :deploy, "deploy:cleanup"
|
|
45
45
|
|
|
46
|
+
namespace :rake do
|
|
47
|
+
namespace :gems do
|
|
48
|
+
task :install, :roles => :app do
|
|
49
|
+
run "cd #{current_path} && #{sudo} rake gems:install"
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
|
|
46
54
|
namespace :deprec do
|
|
47
55
|
namespace :rails do
|
|
48
56
|
|
|
@@ -8,7 +8,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
8
8
|
|
|
9
9
|
SRC_PACKAGES[:ree] = {
|
|
10
10
|
:md5sum => "0bf66ee626918464a6eccdd83c99d63a #{ree_version}.tar.gz",
|
|
11
|
-
:url => "http://
|
|
11
|
+
:url => "http://rubyforge.org/frs/download.php/58677/#{ree_version}.tar.gz",
|
|
12
12
|
:configure => '',
|
|
13
13
|
:make => '',
|
|
14
14
|
:install => "./installer --auto /opt/#{ree_version}"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: deprec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Bailey
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-07-05 00:00:00 +10:00
|
|
13
13
|
default_executable: depify
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|