rubber 1.1.3 → 1.1.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/CHANGELOG CHANGED
@@ -1,3 +1,9 @@
1
+ 1.1.4
2
+ -----
3
+
4
+ role should be passenger, role dependencies handle the association from app -> passenger <fc9472f> [Matt Conway]
5
+ new version of REE <e347a82> [Matt Conway]
6
+
1
7
  1.1.3
2
8
  -----
3
9
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.3
1
+ 1.1.4
@@ -18,11 +18,10 @@ namespace :rubber do
18
18
  end
19
19
 
20
20
  if ent_ruby_hosts.size > 0
21
-
22
21
  task :_install_enterprise_ruby, :hosts => ent_ruby_hosts do
23
- custom_package('http://rubyforge.org/frs/download.php/64479',
24
- 'ruby-enterprise', '1.8.7-20090928',
25
- '! `ruby --version 2> /dev/null` =~ "Ruby Enterprise Edition 20090928"')
22
+ custom_package('http://rubyforge.org/frs/download.php/66164',
23
+ 'ruby-enterprise', '1.8.7-2009.10',
24
+ '! `ruby --version 2> /dev/null` =~ "Ruby Enterprise Edition 2009.10"')
26
25
  end
27
26
 
28
27
  _install_enterprise_ruby
@@ -11,6 +11,6 @@ role_dependencies:
11
11
  passenger: [apache]
12
12
 
13
13
  roles:
14
- app:
14
+ passenger:
15
15
  packages: [apache2-mpm-prefork, apache2-prefork-dev]
16
16
  gems: [fastthread, rack, [passenger, "#{passenger_version}"]]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubber
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Conway
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-02 00:00:00 -05:00
12
+ date: 2009-11-03 00:00:00 -05:00
13
13
  default_executable: vulcanize
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency