ruaur 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ruaur/aur.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 33778e9a175425e6693fc707f094213f91d18b2e
4
- data.tar.gz: 0727ea32f56645ce63872907fa80bc05c894b94d
3
+ metadata.gz: a217ea790cb5ea2d30d52b5d8abc618e8a9f3c1d
4
+ data.tar.gz: c9c8e17c01bb44ccff2a3abb69c44c98416dc5f1
5
5
  SHA512:
6
- metadata.gz: 23d06561f9a60c22976dc0624b1b1a628d62b0a06359759994c5d5a4135e3f282bcf593c95188ffdbd3c922931bf1899a3f493a25090945e38c8926e8184e04a
7
- data.tar.gz: f18bc12a12834c74aec99b00d9f990085bdd3a9eb0beefe1ed1c52bc312f02e1809a20ff51e25544dc04c038673b1757fbf9d0dda2e1cfd1d60ad891840142bf
6
+ metadata.gz: 30d807390fde76fe21d1f146cb487a3dc26bab10497f72c2e77bfdb410c1d483b3ec668410d486aed82af428d4c0952297e98beeb4f2437ed8a0b4fe625f0617
7
+ data.tar.gz: 4e060c8e64cf1b4b8b3d5bd83de1b967d8421b1e8a6f988ed92e2dda4cafee08fb25659df6016279f9a2bf87d91395d0c963b3227faf4f34ce8bd8264f7b2890
data/lib/ruaur/aur.rb CHANGED
@@ -354,7 +354,7 @@ class RuAUR::AUR
354
354
  end
355
355
 
356
356
  tgz = File.open(file, "wb")
357
- request = Typhoeus::Request.new(url)
357
+ request = Typhoeus::Request.new(url, timeout: 5)
358
358
 
359
359
  request.on_headers do |response|
360
360
  if (response.code != 200)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruaur
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Whittaker