do 0.0.2 → 0.0.3

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.
Files changed (4) hide show
  1. data/README.md +1 -1
  2. data/lib/do/common.rb +1 -1
  3. data/lib/do/version.rb +1 -1
  4. metadata +4 -4
data/README.md CHANGED
@@ -288,7 +288,7 @@ me what's happen on my remote servers.
288
288
 
289
289
  Here a example output of my tasks:
290
290
 
291
- ```sh
291
+ ```
292
292
  root@sho0 ~ # touch /root/.bashrc
293
293
  root@sho0 ~ # replace all in '/root/.bashrc'
294
294
  root@sho0 ~ # replace all in '/etc/motd'
data/lib/do/common.rb CHANGED
@@ -32,7 +32,7 @@ end
32
32
 
33
33
  desc "setup a working home directory"
34
34
  local :setup do
35
- File.mkdir(DO_PATH) unless File.exist?(DO_PATH)
35
+ Dir.mkdir(DO_PATH) unless File.exist?(DO_PATH)
36
36
  hrc = File.expand_path("~/.dorc")
37
37
  orc = File.join(DO_PATH, 'dorc')
38
38
  unless File.exist?(orc)
data/lib/do/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DO
2
- VERSION = "0.0.2" unless defined?(DO::VERSION)
2
+ VERSION = "0.0.3" unless defined?(DO::VERSION)
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: do
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Davide D'Agostino
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-08-09 00:00:00 +02:00
18
+ date: 2011-08-10 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency