idevice 1.1.5.2 → 1.1.5.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/idevice/afc.rb +1 -1
- data/lib/idevice/version.rb +1 -1
- data/spec/afc_devicespec.rb +1 -1
- metadata +4 -4
data/lib/idevice/afc.rb
CHANGED
data/lib/idevice/version.rb
CHANGED
data/spec/afc_devicespec.rb
CHANGED
@@ -240,7 +240,7 @@ describe Idevice::AFCClient do
|
|
240
240
|
remotepath = 'TESTFILEUPLOADFORGET'
|
241
241
|
begin
|
242
242
|
@afc.put_path(@fromfile.to_s, remotepath).should == @fromfile.size
|
243
|
-
@afc.
|
243
|
+
@afc.get_path(remotepath, tmppath).should == @fromfile.size
|
244
244
|
File.read(tmppath).should == @fromfile.read()
|
245
245
|
ensure
|
246
246
|
@afc.remove_path(remotepath) rescue nil
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: idevice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.5.
|
4
|
+
version: 1.1.5.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-12-
|
12
|
+
date: 2013-12-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: ffi
|
@@ -190,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
190
190
|
version: '0'
|
191
191
|
segments:
|
192
192
|
- 0
|
193
|
-
hash:
|
193
|
+
hash: 354545771155599129
|
194
194
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
195
195
|
none: false
|
196
196
|
requirements:
|
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
199
|
version: '0'
|
200
200
|
segments:
|
201
201
|
- 0
|
202
|
-
hash:
|
202
|
+
hash: 354545771155599129
|
203
203
|
requirements: []
|
204
204
|
rubyforge_project:
|
205
205
|
rubygems_version: 1.8.25
|