cupertinopro 0.1.2 → 0.1.3

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: a4b9e0d009d4452ef761107f7b6add271934b5e1
4
- data.tar.gz: b3e626cd5fd46918d8ffde60c853012bd359c8d9
3
+ metadata.gz: 6706c83f3c94e5f44c5486607d272b4798292a25
4
+ data.tar.gz: 948b3209cf9dda5c2a2b7bf450b1659a731a79a9
5
5
  SHA512:
6
- metadata.gz: ddc94c2522e455b1b70c36722174d059fb66a859f3e7606dc7719107d4fa31aa9e258eaf07e1badf7870a2642d03f67694449eb050fb146c1bf2b084c8857e68
7
- data.tar.gz: b7fc47e69d558b92ac49c922e23899c1a167cbbe24655a09dee338632b9970378c17e8dd263be1033366095ab1eb500e927df7a4a478424d5c4d291a27032ec7
6
+ metadata.gz: c58db657ce8b463ebf986c702f2f196178fdd880ff0f5f25fd5d38b103e2d76a9d377afe772018e6c9dfbee297cc8ceaa943dd8d166d90c69933f45898fca21c
7
+ data.tar.gz: f33a2115eec03d587d7120b87bce91a1d5bc361c4f25ba4365601a4af59936c4e13dec367ce0f4678808e564e120a271a863c1b5016b46547ceb0eb660fe50ca
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cupertinopro (0.1.0)
4
+ cupertinopro (0.1.3)
5
5
  certified (>= 0.1.0)
6
6
  commander (~> 4.1.2)
7
7
  mechanize (~> 2.5.1)
@@ -14,14 +14,14 @@ PATH
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- aws-sdk (1.41.0)
17
+ aws-sdk (1.43.1)
18
18
  json (~> 1.4)
19
19
  nokogiri (>= 1.4.4)
20
20
  certified (0.1.2)
21
21
  commander (4.1.6)
22
22
  highline (~> 1.6.11)
23
23
  diff-lcs (1.2.5)
24
- domain_name (0.5.18)
24
+ domain_name (0.5.19)
25
25
  unf (>= 0.0.5, < 1.0.0)
26
26
  dotenv (0.11.1)
27
27
  dotenv-deployment (~> 0.0.2)
@@ -63,7 +63,7 @@ GEM
63
63
  rspec-mocks (3.0.0)
64
64
  rspec-support (~> 3.0.0)
65
65
  rspec-support (3.0.0)
66
- rubyzip (1.1.3)
66
+ rubyzip (1.1.4)
67
67
  security (0.1.2)
68
68
  shenzhen (0.7.0)
69
69
  aws-sdk (~> 1.0)
@@ -48,9 +48,9 @@ module CupertinoPro
48
48
 
49
49
  case page.title
50
50
  when /Sign in with your Apple ID/
51
- login! and redo
51
+ login! and next
52
52
  when /Select Team/
53
- select_team! and redo
53
+ select_team! and next
54
54
  else
55
55
  return page
56
56
  end
@@ -1,3 +1,3 @@
1
1
  module CupertinoPro
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cupertinopro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattt Thompson
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-06-11 00:00:00.000000000 Z
12
+ date: 2014-06-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: commander
@@ -158,25 +158,24 @@ executables:
158
158
  extensions: []
159
159
  extra_rdoc_files: []
160
160
  files:
161
- - "./cupertinopro-0.1.1.gem"
162
- - "./cupertinopro.gemspec"
161
+ - "./CupertinoPro.gemspec"
163
162
  - "./Gemfile"
164
163
  - "./Gemfile.lock"
164
+ - "./LICENSE"
165
+ - "./README.md"
166
+ - "./Rakefile"
167
+ - "./lib/cupertinopro.rb"
168
+ - "./lib/cupertinopro/provisioning_portal.rb"
165
169
  - "./lib/cupertinopro/provisioning_portal/agent.rb"
170
+ - "./lib/cupertinopro/provisioning_portal/commands.rb"
166
171
  - "./lib/cupertinopro/provisioning_portal/commands/app_ids.rb"
167
172
  - "./lib/cupertinopro/provisioning_portal/commands/certificates.rb"
168
173
  - "./lib/cupertinopro/provisioning_portal/commands/devices.rb"
169
174
  - "./lib/cupertinopro/provisioning_portal/commands/login.rb"
170
175
  - "./lib/cupertinopro/provisioning_portal/commands/logout.rb"
171
176
  - "./lib/cupertinopro/provisioning_portal/commands/profiles.rb"
172
- - "./lib/cupertinopro/provisioning_portal/commands.rb"
173
177
  - "./lib/cupertinopro/provisioning_portal/helpers.rb"
174
- - "./lib/cupertinopro/provisioning_portal.rb"
175
178
  - "./lib/cupertinopro/version.rb"
176
- - "./lib/cupertinopro.rb"
177
- - "./LICENSE"
178
- - "./Rakefile"
179
- - "./README.md"
180
179
  - bin/iospro
181
180
  homepage: http://nomad-cli.com
182
181
  licenses:
@@ -198,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
197
  version: '0'
199
198
  requirements: []
200
199
  rubyforge_project:
201
- rubygems_version: 2.0.14
200
+ rubygems_version: 2.2.2
202
201
  signing_key:
203
202
  specification_version: 4
204
203
  summary: CupertinoPro
Binary file
File without changes