deployml 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 0.5.1 / 2011-04-25
2
+
3
+ * Emergency typo fix for {DeploYML::Environment#invoke}.
4
+
1
5
  ### 0.5.0 / 2011-04-22
2
6
 
3
7
  * Added support for specifying multiple `dest` URIs.
@@ -364,7 +364,7 @@ module DeploYML
364
364
 
365
365
  # framework tasks
366
366
  invoke_task(:install,shell) if tasks.include?(:install)
367
- ivoke_task(:migrate,shell) if tasks.include?(:migrate)
367
+ invoke_task(:migrate,shell) if tasks.include?(:migrate)
368
368
 
369
369
  # server tasks
370
370
  if tasks.include?(:config)
@@ -1,4 +1,4 @@
1
1
  module DeploYML
2
2
  # deploYML version
3
- VERSION = '0.5.0'
3
+ VERSION = '0.5.1'
4
4
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: deployml
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.0
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-22 00:00:00 Z
13
+ date: 2011-04-25 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: addressable