down 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/down.gemspec +1 -1
  3. data/lib/down.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 595622550e0149614c790453bc98f4f2942cc2a7
4
- data.tar.gz: f15b3f0295b7e7b5ca4f7e6e8378b756491c1f4d
3
+ metadata.gz: 65c086180eb4e40493ef9c6dc92f4d4a79466e3e
4
+ data.tar.gz: 60b796696b95541ac518dd3a915d4cac8aca0435
5
5
  SHA512:
6
- metadata.gz: 1e8061c128db991dc07f8217053873a4dc8eba846c51ecd9c942f6019d3692a0e3c7b4e4e2b18ada1d6063ee3ce42782d4e9d1d19bcfa3ce44adfa5f087a3d65
7
- data.tar.gz: 58567888d34a9147a297f295f7e558783fc9a449b37af8d62118003126ae42f1aac531c40c141b58262c1e3240b8bb88a2a846524554a7167817be0aaa4aad57
6
+ metadata.gz: 5d828860d9a2c813aac16c1e4839f726bbee83d82b18abf426109403ae3341dc8548a04bd1546a8f57e42847133bf5c1d37c3282c771e3ed6742eecd964797ef
7
+ data.tar.gz: b60dea3f69f5b08d1e135962530677f0d8d44dd0b04e5907065065b7d8beab688b009d08ab6479d30c9b4cf5cd81182dcdfe52c527968f6b10c27e7a7a25a01c
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "down"
3
- spec.version = "1.0.1"
3
+ spec.version = "1.0.2"
4
4
  spec.authors = ["Janko Marohnić"]
5
5
  spec.email = ["janko.marohnic@gmail.com"]
6
6
 
@@ -21,7 +21,7 @@ module Down
21
21
  raise Down::TooLarge if options[:max_size] && current_size > options[:max_size]
22
22
  options[:progress].call(current_size) if options[:progress]
23
23
  },
24
- open_timeout: options[:timeout],
24
+ read_timeout: options[:timeout],
25
25
  redirect: false,
26
26
  )
27
27
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: down
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Janko Marohnić
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-30 00:00:00.000000000 Z
11
+ date: 2015-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake