apple_epf 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,6 +17,8 @@ module AppleEpf
17
17
  curl.http_auth_types = :basic
18
18
  curl.username = AppleEpf.apple_id
19
19
  curl.password = AppleEpf.apple_password
20
+ curl.follow_location = true
21
+ curl.max_redirects = 2
20
22
  curl.perform
21
23
  body = curl.body_str
22
24
  files = Nokogiri::HTML(body).xpath("//td[2]/a").map(&:text).select{|s| s=~/.*tbz$/}.map{|f| f.chomp('.tbz')}
@@ -1,3 +1,3 @@
1
1
  module AppleEpf
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apple_epf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
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-02-05 00:00:00.000000000 Z
12
+ date: 2013-02-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -221,7 +221,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
221
221
  version: '0'
222
222
  segments:
223
223
  - 0
224
- hash: 742301200685018392
224
+ hash: 744953930567500126
225
225
  required_rubygems_version: !ruby/object:Gem::Requirement
226
226
  none: false
227
227
  requirements:
@@ -230,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
230
230
  version: '0'
231
231
  segments:
232
232
  - 0
233
- hash: 742301200685018392
233
+ hash: 744953930567500126
234
234
  requirements: []
235
235
  rubyforge_project:
236
236
  rubygems_version: 1.8.23