deployml 0.5.0 → 0.5.1
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.md +4 -0
- data/lib/deployml/environment.rb +1 -1
- data/lib/deployml/version.rb +1 -1
- metadata +2 -2
data/ChangeLog.md
CHANGED
data/lib/deployml/environment.rb
CHANGED
|
@@ -364,7 +364,7 @@ module DeploYML
|
|
|
364
364
|
|
|
365
365
|
# framework tasks
|
|
366
366
|
invoke_task(:install,shell) if tasks.include?(:install)
|
|
367
|
-
|
|
367
|
+
invoke_task(:migrate,shell) if tasks.include?(:migrate)
|
|
368
368
|
|
|
369
369
|
# server tasks
|
|
370
370
|
if tasks.include?(:config)
|
data/lib/deployml/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: deployml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.5.
|
|
5
|
+
version: 0.5.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Postmodern
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-04-
|
|
13
|
+
date: 2011-04-25 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: addressable
|