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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # deprec changelog
2
2
 
3
+ = 2.1.14 (Sep 27, 2010)
4
+
5
+ * daemonize-1.6
6
+ * ree i386 hardy deb package
7
+
3
8
  = 2.1.13 (Sep 17, 2010)
4
9
 
5
10
  Added syslog_ng recipes
@@ -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 => "0eaff4bcd0bc9fa310c593be7ae33937 ruby-enterprise_1.8.7-2010.02_amd64_ubuntu8.04.deb",
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 dev package?
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
 
@@ -4,11 +4,9 @@ Capistrano::Configuration.instance(:must_exist).load do
4
4
  namespace :utils do
5
5
 
6
6
  SRC_PACKAGES[:daemonize] = {
7
- :filename => 'daemonize-1.5.6.tar.gz',
8
- :md5sum => "2f5fbb8788ebe803ccaff3cd4b5c3188 daemonize-1.5.6.tar.gz",
9
- :dir => 'daemonize-1.5.6',
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
- - 13
9
- version: 2.1.13
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 00:00:00 +10:00
17
+ date: 2010-09-27 00:00:00 +10:00
18
18
  default_executable: depify
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency