rubber 1.12.0 → 1.12.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +19 -0
- data/VERSION +1 -1
- data/lib/rubber/instance.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
@@ -1,3 +1,22 @@
|
|
1
|
+
1.12.1
|
2
|
+
-----
|
3
|
+
|
4
|
+
Revert "Allow backing up and restoring multiple databases in a given environment." <e382e9b> [Matt Conway]
|
5
|
+
Merge branch 'master' of github.com:wr0ngway/rubber <ea26d35> [Matt Conway]
|
6
|
+
hopefully fix task my_release <21a41d5> [Matt Conway]
|
7
|
+
Allow backing up and restoring multiple databases in a given environment. <add1ef6> [Kevin Menard]
|
8
|
+
fix for ruby 1.8.7 <16bb626> [Matt Conway]
|
9
|
+
|
10
|
+
1.12.0
|
11
|
+
-----
|
12
|
+
|
13
|
+
Regenerate gemspec for version 1.12.0 <ff2307d> [Matt Conway]
|
14
|
+
Merge branch 'master' into multi_instance_creation <984f62b> [Matt Conway]
|
15
|
+
add ranges to filters, add filter validation <ac1ee6d> [Matt Conway]
|
16
|
+
don't override default_run_options we don't set <f8b672a> [Matt Conway]
|
17
|
+
initial version allowing one to create/destroy multiple instances with a single command <6f5b5a8> [Matt Conway]
|
18
|
+
fix passenger version check <68ac0cd> [Matt Conway]
|
19
|
+
|
1
20
|
1.11.0
|
2
21
|
-----
|
3
22
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.12.
|
1
|
+
1.12.1
|
data/lib/rubber/instance.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: rubber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.12.
|
5
|
+
version: 1.12.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Matt Conway
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-03-
|
13
|
+
date: 2011-03-22 00:00:00 -04:00
|
14
14
|
default_executable: vulcanize
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|