remote_cp 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/rt +2 -2
  2. data/lib/remote_cp/version.rb +1 -1
  3. metadata +3 -3
data/bin/rt CHANGED
@@ -73,12 +73,12 @@ class RemoteCp < Thor
73
73
 
74
74
  desc "fn", "Returns the file name of the copied file"
75
75
  def fn
76
- rm_filename
76
+ puts rm_filename
77
77
  end
78
78
 
79
79
  desc "cat", "Dump the copied file to stdout"
80
80
  def cat
81
- rm_content
81
+ puts rm_content
82
82
  end
83
83
 
84
84
  private
@@ -1,3 +1,3 @@
1
1
  module RemoteCp
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remote_cp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Martin Chabot