remote_cp 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/bin/rt +0 -2
- data/lib/remote_cp/version.rb +1 -1
- data/lib/remote_cp.rb +0 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/bin/rt
CHANGED
@@ -3,13 +3,11 @@ require 'rubygems'
|
|
3
3
|
require 'zlib'
|
4
4
|
require 'archive/tar/minitar'
|
5
5
|
require 'thor'
|
6
|
-
require 'aws/s3'
|
7
6
|
require 'yaml'
|
8
7
|
require 'remote_cp'
|
9
8
|
|
10
9
|
class Clipboard < Thor
|
11
10
|
include Archive::Tar
|
12
|
-
include AWS::S3
|
13
11
|
|
14
12
|
def initialize(*args)
|
15
13
|
@clipboard = RemoteCp::Clipboard.new
|
data/lib/remote_cp/version.rb
CHANGED
data/lib/remote_cp.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: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Martin Chabot
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-10-25 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: right_aws
|