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.
- data/README.md +1 -1
- data/bin/rt +1 -1
- data/lib/remote_cp/version.rb +1 -1
- 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
|
|
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
data/lib/remote_cp/version.rb
CHANGED
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:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.0.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Martin Chabot
|