mattock 0.1.3 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ require 'mattock/command-task'
2
2
  module Mattock
3
3
  class RemoteCommandTask < CommandTask
4
4
  setting(:remote_server, nested(
5
- :address => nil,
5
+ :address => "localhost",
6
6
  :user => nil
7
7
  ))
8
8
  setting(:ssh_options, [])
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mattock
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.2.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Judson Lester
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-02-06 00:00:00 Z
13
+ date: 2012-02-07 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: corundum
@@ -49,7 +49,7 @@ dependencies:
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: *id003
52
- description: " If Rake won't do it by itself, you oughtta Mattock.\n\n If you survived the pun, you might enjoy this gem.\n\n Features:\n Extensions to Tasklibs to support powerful deerpaths.\n A commandline library that supports mocking for tests.\n A module to support common templating patterns\n\n"
52
+ description: " If Rake won't do it by itself, you oughtta Mattock.\n\n If you survived the pun, you might enjoy this gem.\n\n Features:\n\n * Extensions to Tasklibs to support powerful deerpaths.\n * A commandline library that supports mocking for tests.\n * A module to support common templating patterns\n\n"
53
53
  email:
54
54
  - nyarly@gmail.com
55
55
  executables: []
@@ -189,7 +189,7 @@ rdoc_options:
189
189
  - --main
190
190
  - doc/README
191
191
  - --title
192
- - mattock-0.1.3 RDoc
192
+ - mattock-0.2.0 RDoc
193
193
  require_paths:
194
194
  - lib/
195
195
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -197,7 +197,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
197
197
  requirements:
198
198
  - - ">="
199
199
  - !ruby/object:Gem::Version
200
- hash: 184575953
200
+ hash: -1033845645
201
201
  segments:
202
202
  - 0
203
203
  version: "0"