xftp 0.3.1 → 0.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94b5dbf5e21b39d3b835ee82e7c5052e2d91b9cd
4
- data.tar.gz: c8603e1ea11916ebd88643d40f0193058a904639
3
+ metadata.gz: 0959975377a49b36adef1ae39718a0b40064a3da
4
+ data.tar.gz: d347086da5b53feb27daea0519e5007b3c2b8238
5
5
  SHA512:
6
- metadata.gz: 9b8f0d40ae542fece17fa93997d0ed5240c596377a2014e9dc11f36d454618cd9023a13cf23b99c6b2ab23666c184ab1475e531e548a1e7330a3c180f1a04925
7
- data.tar.gz: e88abe3a98469dfb68b6d95641f0111decba2c0ed33c8a6ec475677a6fbe12a914bbfe9fa9f80c013bea679867ceb0d2e235540724ffdc23332b8bd4a460a5aa
6
+ metadata.gz: 5d3313732ffa95e9703406ef8512c3b05c6a3d98949e84e72d8e740cbbe30c034bd57cf16cd01f8f611a10c09b91e4fedf9758ae7f4f21cb5b40e1e24bdbe932
7
+ data.tar.gz: c6529b38a432105281887a42a7c15acb2e27cb8b7f541400acbcf7b04fcf4f8fc3e55efa91f61317df2ac76095771a67aafd8f585e0ed30d65541a4b5e4f757f
@@ -3,6 +3,7 @@ require 'forwardable'
3
3
  require 'net/ftp'
4
4
 
5
5
  require 'xftp/session/base'
6
+ require 'xftp/operations/ftp/glob'
6
7
 
7
8
  module XFTP
8
9
  module Session
@@ -66,7 +67,7 @@ module XFTP
66
67
 
67
68
  # @see XFTP::Operations::FTP::Glob
68
69
  def glob(pattern, &callback)
69
- Operations::Glob.new(@ftp).call(pattern, &callback)
70
+ Operations::FTP::Glob.new(@ftp).call(pattern, &callback)
70
71
  end
71
72
 
72
73
  # Initiates a download from remote to local, synchronously
@@ -3,7 +3,7 @@ module XFTP
3
3
  module VERSION
4
4
  MAJOR = 0
5
5
  MINOR = 3
6
- PATCH = 1
6
+ PATCH = 3
7
7
  SUFFIX = ''
8
8
 
9
9
  NUMBER = [MAJOR, MINOR, PATCH].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xftp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vasiliy Yorkin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-04-27 00:00:00.000000000 Z
11
+ date: 2015-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -239,6 +239,6 @@ rubyforge_project:
239
239
  rubygems_version: 2.2.2
240
240
  signing_key:
241
241
  specification_version: 4
242
- summary: xftp-0.3.1
242
+ summary: xftp-0.3.3
243
243
  test_files: []
244
244
  has_rdoc: