app-deploy 0.8.0 → 0.8.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/CHANGES CHANGED
@@ -1,5 +1,8 @@
1
1
  = app-deploy changes history
2
2
 
3
+ == app-deploy 0.8.1 / 2010-05-03
4
+ * now AppDeploy.invoke won't force you pass args
5
+
3
6
  == app-deploy 0.8.0 / 2010-03-22
4
7
  * extracted remote tasks from install tasks
5
8
 
@@ -2,7 +2,7 @@
2
2
  module AppDeploy
3
3
  module_function
4
4
  # wrap Rake::Task#invoke for named arguments
5
- def invoke task_name, hash
5
+ def invoke task_name, hash = {}
6
6
  task = Rake::Task[task_name]
7
7
  args = task.arg_names.map{ |name| hash[name] }
8
8
  task.invoke(*args)
@@ -1,4 +1,4 @@
1
1
 
2
2
  module AppDeploy
3
- VERSION = '0.8.0'
3
+ VERSION = '0.8.1'
4
4
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 8
8
- - 0
9
- version: 0.8.0
8
+ - 1
9
+ version: 0.8.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Lin Jen-Shin (aka godfat \xE7\x9C\x9F\xE5\xB8\xB8)"
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-22 00:00:00 +08:00
17
+ date: 2010-05-03 00:00:00 +08:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency