rsr_group 0.1.4 → 0.1.5

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: 1fdbfb4b20310eac3fb851127a42b84a845dfd1d
4
- data.tar.gz: 97fbf33a251cd87c38838b802bb3cc480e689c24
3
+ metadata.gz: 1cee1507598c7aad8c6eed9c02a0d9b04580ce47
4
+ data.tar.gz: 2f9e2dd237a914a27a57f00780f700b115b6dc49
5
5
  SHA512:
6
- metadata.gz: 035d2277d762643285cd6f7bef38a58146df0f491b95977329dce5bc1b8b3d6915b1eeedcdc045b9229e094ac6728dbdcf6982a7ae64a068c811acf29dd41cd6
7
- data.tar.gz: a0463f7d196d2a1c1369ca8a11844bc64063694a26af7cd247cd74f0c8cc793900d1c593b88133791ad71882ff2c2c8431116452e7b473786012ffe53ac7b957
6
+ metadata.gz: 00ee672f7bc9df41042790a61da56dd67a2bbbd2e915a0678bb8531a94f3a17400c00646bc23ed3fe2162f1c5429fae96249d393463f16560234b1a1ceef158a
7
+ data.tar.gz: b15aa2a34fd2bb1ef91ec90fe27e4ee2553877106f9d299fb03ff296af13da9434f36f2a1860a8113f77640994fb1a3cb110fdd4ac1f83b93058a6467cb7d32c
@@ -27,6 +27,7 @@ module RsrGroup
27
27
  requires!(options, :username, :password)
28
28
 
29
29
  Net::FTP.open(FTP_HOST, options[:username], options[:password]) do |ftp|
30
+ ftp.passive = true
30
31
  yield ftp
31
32
  end
32
33
  # TODO: Disable this rescue for now, so we can figure out what's happening when used in an actual app.
@@ -1,3 +1,3 @@
1
1
  module RsrGroup
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsr_group
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Campbell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-01 00:00:00.000000000 Z
11
+ date: 2016-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler