remote_cp 0.0.5 → 0.0.6

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/bin/rt +1 -1
  3. data/lib/remote_cp/version.rb +1 -1
  4. metadata +3 -3
data/README.md CHANGED
@@ -11,7 +11,7 @@ Add the Amazon access and private key of your S3 bucket in your .bashrc file:
11
11
 
12
12
  export AMAZON_ACCESS_KEY_ID='MYACCESSKEY'
13
13
  export AMAZON_SECRET_ACCESS_KEY='SECRET ACCESS KEY'
14
- export REMOTE_CB_BUCKET='bucket_name'
14
+ export REMOTE_CP_BUCKET='bucket_name'
15
15
  ##Usage
16
16
  To copy a file to the remote clipboard:
17
17
 
data/bin/rt CHANGED
@@ -92,7 +92,7 @@ private
92
92
  end
93
93
 
94
94
  def bucket_name
95
- ENV["REMOTE_CB_BUCKET"]
95
+ ENV["REMOTE_CP_BUCKET"]
96
96
  end
97
97
 
98
98
  def filename
@@ -1,3 +1,3 @@
1
1
  module RemoteCp
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
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: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Martin Chabot