deprec 2.1.13 → 2.1.14
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 +5 -0
- data/lib/deprec/recipes/ruby/ree.rb +2 -2
- data/lib/deprec/recipes/utils.rb +3 -5
- metadata +3 -3
data/CHANGELOG
CHANGED
|
@@ -6,7 +6,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
6
6
|
set :ree_install_dir, "/usr/local"
|
|
7
7
|
|
|
8
8
|
SRC_PACKAGES[:ree] = {
|
|
9
|
-
:md5sum => "
|
|
9
|
+
:md5sum => "62e7ee838532744d5a155a16571f782e ruby-enterprise_1.8.7-2010.02_i386_ubuntu8.04.deb",
|
|
10
10
|
:url => "http://rubyforge.org/frs/download.php/71097/ruby-enterprise_1.8.7-2010.02_amd64_ubuntu8.04.deb",
|
|
11
11
|
:download_method => :deb
|
|
12
12
|
}
|
|
@@ -19,7 +19,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
19
19
|
end
|
|
20
20
|
|
|
21
21
|
task :install_deps do
|
|
22
|
-
# not required with new
|
|
22
|
+
# not required with new deb package?
|
|
23
23
|
# apt.install({:base => %w(libssl-dev libmysqlclient15-dev libreadline5-dev)}, :stable)
|
|
24
24
|
end
|
|
25
25
|
|
data/lib/deprec/recipes/utils.rb
CHANGED
|
@@ -4,11 +4,9 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
4
4
|
namespace :utils do
|
|
5
5
|
|
|
6
6
|
SRC_PACKAGES[:daemonize] = {
|
|
7
|
-
:
|
|
8
|
-
:
|
|
9
|
-
:
|
|
10
|
-
:url => "http://www.clapper.org/software/daemonize/daemonize-1.5.6.tar.gz",
|
|
11
|
-
:unpack => "tar zxf daemonize-1.5.6.tar.gz;",
|
|
7
|
+
:md5sum => "62aef13cf2dbc305b8c2c033a26cc18d bmc-daemonize-release-1.6-0-gf9d8e03.tar.gz",
|
|
8
|
+
:dir => 'bmc-daemonize-f9d8e03',
|
|
9
|
+
:url => "http://github.com/bmc/daemonize/tarball/release-1.6",
|
|
12
10
|
:configure => %w(
|
|
13
11
|
./configure
|
|
14
12
|
;
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 2
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 2.1.
|
|
8
|
+
- 14
|
|
9
|
+
version: 2.1.14
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Mike Bailey
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-09-
|
|
17
|
+
date: 2010-09-27 00:00:00 +10:00
|
|
18
18
|
default_executable: depify
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|