wwdcdownloader 20.14.0 → 20.14.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa16d00d18571bb3b2105e0e3c632eda867dca2c
4
- data.tar.gz: 0676d8fdc3bf66ff7b824f0ea5999e11d28957cf
3
+ metadata.gz: e4954023386da2a0d4076fe38a3ffbdcadf72c01
4
+ data.tar.gz: 6c76eb1955017d4ed8ba9df6438e8804dbd5a030
5
5
  SHA512:
6
- metadata.gz: 7a1e94321c079275a4186ca65f847e5be4f6ce370e9341e21c27dae625f0fe012f8d56410d56d460992316eeada6c04e768f81dc9ff4d6bd46e108c4552a93cf
7
- data.tar.gz: 6854f9563b01943b227d4395a1c39842e72debc3f1d276c46bf94d52539a88c459b65b0bbd3795216b2b70e815d5064538aaa5614016ee5b97dafd1128ee4d61
6
+ metadata.gz: b4f19a3ac402cddb8d93342540d71b06a2f6ca41ab41228d29fe61a4ca6fad060716b2dd5f0da4399bcb9d6801649a2ee544eec1d6388d828b4b6caddedacd71
7
+ data.tar.gz: 6ea9fdf08da738b46637dc30eebd693b3d3c3865a4c191bd21878ddb45facb4f2fe77597bd78628c39393a23847703fe698934c7cf7a2249e4842c4e225a3113
data/VERSION CHANGED
@@ -1 +1 @@
1
- 20.14.0
1
+ 20.14.1
@@ -64,9 +64,9 @@ class WWDCDownloader
64
64
  password = ask("Enter your ADC password: ") { |q| q.echo = "*" }
65
65
 
66
66
  self.mech.get('https://developer.apple.com/membercenter/') do |page|
67
- my_page = page.form_with(:name => 'appleConnectForm') do |f|
68
- f.theAccountName = ARGV[0]
69
- f.theAccountPW = password
67
+ my_page = page.form_with(:name => 'form2') do |f|
68
+ f.appleId = ARGV[0]
69
+ f.accountPassword = password
70
70
  end.click_button
71
71
 
72
72
  if my_page.body =~ /incorrect/
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "wwdcdownloader"
8
- s.version = "20.14.0"
8
+ s.version = "20.14.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Johannes Fahrenkrug"]
12
- s.date = "2014-06-06"
12
+ s.date = "2014-07-23"
13
13
  s.description = "At each year's WWDC, Apple releases great sample projects. Unfortunately it is very tedious to manually download all these treasures through your browser. WWDC-Downloader solves this problem for you!"
14
14
  s.email = "johannes@springenwerk.com"
15
15
  s.executables = ["wwdcdownloader"]
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
30
30
  s.homepage = "https://github.com/jfahrenkrug/WWDC-Downloader"
31
31
  s.licenses = ["MIT"]
32
32
  s.require_paths = ["lib"]
33
- s.rubygems_version = "2.0.3"
33
+ s.rubygems_version = "2.0.14"
34
34
  s.summary = "A small tool to download all the sample code of Apple's latest WWDC developer conference"
35
35
 
36
36
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wwdcdownloader
3
3
  version: !ruby/object:Gem::Version
4
- version: 20.14.0
4
+ version: 20.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johannes Fahrenkrug
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-06 00:00:00.000000000 Z
11
+ date: 2014-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mechanize
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  version: '0'
134
134
  requirements: []
135
135
  rubyforge_project:
136
- rubygems_version: 2.0.3
136
+ rubygems_version: 2.0.14
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: A small tool to download all the sample code of Apple's latest WWDC developer