idevice 1.1.5.2 → 1.1.5.3

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.
@@ -206,7 +206,7 @@ module Idevice
206
206
  return wlen
207
207
  end
208
208
 
209
- def getpath(frompath, topath, chunksz=nil)
209
+ def get_path(frompath, topath, chunksz=nil)
210
210
  wlen = 0
211
211
  AFCFile.open(self, frompath, 'r') do |from|
212
212
  File.open(topath, 'w') do |to|
@@ -1,3 +1,3 @@
1
1
  module Idevice
2
- VERSION = "1.1.5.2"
2
+ VERSION = "1.1.5.3"
3
3
  end
@@ -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.getpath(remotepath, tmppath).should == @fromfile.size
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.2
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-04 00:00:00.000000000 Z
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: 2221588870946456770
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: 2221588870946456770
202
+ hash: 354545771155599129
203
203
  requirements: []
204
204
  rubyforge_project:
205
205
  rubygems_version: 1.8.25