deprec 2.0.11 → 2.0.13

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,5 +1,9 @@
1
1
  == git
2
2
 
3
+ == 2.0.13 (July 5, 2009)
4
+
5
+ * Bugfix: updated url for REE (old one went away)
6
+
3
7
  == 2.0.12 (June 24, 2009)
4
8
 
5
9
  * Updated chef recipes
@@ -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://www.rubyenterpriseedition.com/#{ree_version}.tar.gz",
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.11
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-06-24 00:00:00 +10:00
12
+ date: 2009-07-05 00:00:00 +10:00
13
13
  default_executable: depify
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency