remote_cp 0.0.9 → 0.0.10
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 +1 -2
- data/lib/remote_cp/core_ext.rb +9 -0
- data/lib/remote_cp/version.rb +1 -1
- data/lib/remote_cp.rb +2 -1
- metadata +5 -4
data/Gemfile.lock
CHANGED
data/bin/rt
CHANGED
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: 11
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 10
|
10
|
+
version: 0.0.10
|
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-04-
|
18
|
+
date: 2011-04-24 00:00:00 -04:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -93,6 +93,7 @@ files:
|
|
93
93
|
- Rakefile
|
94
94
|
- bin/rt
|
95
95
|
- lib/remote_cp.rb
|
96
|
+
- lib/remote_cp/core_ext.rb
|
96
97
|
- lib/remote_cp/version.rb
|
97
98
|
- remote_cp.gemspec
|
98
99
|
has_rdoc: true
|