unix_commander 0.1.1 → 0.1.2

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/README.md CHANGED
@@ -34,8 +34,6 @@ comm = UnixCommander::Command.new
34
34
  comm.cat("file").tail("-n10").grep("'something'").run
35
35
  ```
36
36
 
37
- <<<<<<< HEAD
38
- =======
39
37
  You can use redirection too
40
38
  ```
41
39
  require 'unix_commander'
@@ -67,13 +65,10 @@ require 'unix_commander'
67
65
  comm = UnixCommander::Command.new
68
66
  comm.cat("file").tail("-n10").grep("'something'").run_ssh("Batou99","secret","remote_server")
69
67
  ```
70
- <<<<<<< HEAD
71
- =======
72
68
 
73
69
  After running a command you can access it output using **out**, **err** or **both**
74
70
  ```
75
71
  require 'unix_commander'
76
- >>>>>>> development
77
72
 
78
73
  comm = UnixCommander::Command.new
79
74
  comm.cat("file").tail("-n10").grep("'something'").run_ssh("Batou99","secret","remote_server").out
@@ -1,3 +1,3 @@
1
1
  module UnixCommander
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unix_commander
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: