rubber 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
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/
|
24
|
-
'ruby-enterprise', '1.8.7-
|
25
|
-
'! `ruby --version 2> /dev/null` =~ "Ruby Enterprise Edition
|
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
|
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.
|
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-
|
12
|
+
date: 2009-11-03 00:00:00 -05:00
|
13
13
|
default_executable: vulcanize
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|