cupertino 0.9.5 → 0.9.7
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 +4 -4
- data/Gemfile.lock +29 -24
- data/README.md +6 -0
- data/cupertino.gemspec +1 -1
- data/lib/cupertino/provisioning_portal/agent.rb +4 -3
- data/lib/cupertino/provisioning_portal/commands/devices.rb +1 -1
- data/lib/cupertino/version.rb +1 -1
- metadata +4 -6
- data/cupertino-0.9.3.gem +0 -0
- data/cupertino-0.9.4.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d1bbaee075a651e5c3e5c13fa5b2937595b6698
|
|
4
|
+
data.tar.gz: 81d7c14757bc1d738ed7b457c5eb0b7a88b2ff16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfb1fbe59fd4bbcbf449e212785455eb843a43ed4aaa73807c447239c899e2a5a54b9171d3ad9b872afaacf4e8d41a4303122f5878bf2373187bddcc9708e4a9
|
|
7
|
+
data.tar.gz: 71b32216d7c947dbf92810ca08fa1991ca7badb938d79a9e07d3afbcff4b4db06703c39feb7716588a5fe9e140e67bb0712497a4d80fc43b4a51021cf67a04c4
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
cupertino (0.9.
|
|
4
|
+
cupertino (0.9.7)
|
|
5
5
|
certified (>= 0.1.0)
|
|
6
6
|
commander (~> 4.1.2)
|
|
7
7
|
mechanize (~> 2.5.1)
|
|
@@ -14,22 +14,23 @@ PATH
|
|
|
14
14
|
GEM
|
|
15
15
|
remote: https://rubygems.org/
|
|
16
16
|
specs:
|
|
17
|
-
aws-sdk (1.
|
|
17
|
+
aws-sdk (1.40.2)
|
|
18
18
|
json (~> 1.4)
|
|
19
|
-
nokogiri (>= 1.4.4
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
commander (4.1.5)
|
|
19
|
+
nokogiri (>= 1.4.4)
|
|
20
|
+
certified (0.1.2)
|
|
21
|
+
commander (4.1.6)
|
|
23
22
|
highline (~> 1.6.11)
|
|
24
23
|
diff-lcs (1.2.5)
|
|
25
|
-
domain_name (0.5.
|
|
24
|
+
domain_name (0.5.18)
|
|
26
25
|
unf (>= 0.0.5, < 1.0.0)
|
|
27
|
-
dotenv (0.
|
|
28
|
-
|
|
26
|
+
dotenv (0.11.1)
|
|
27
|
+
dotenv-deployment (~> 0.0.2)
|
|
28
|
+
dotenv-deployment (0.0.2)
|
|
29
|
+
faraday (0.8.9)
|
|
29
30
|
multipart-post (~> 1.2.0)
|
|
30
|
-
faraday_middleware (0.9.
|
|
31
|
-
faraday (>= 0.7.4, < 0.
|
|
32
|
-
highline (1.6.
|
|
31
|
+
faraday_middleware (0.9.1)
|
|
32
|
+
faraday (>= 0.7.4, < 0.10)
|
|
33
|
+
highline (1.6.21)
|
|
33
34
|
json (1.8.1)
|
|
34
35
|
mechanize (2.5.1)
|
|
35
36
|
domain_name (~> 0.5, >= 0.5.1)
|
|
@@ -39,39 +40,43 @@ GEM
|
|
|
39
40
|
nokogiri (~> 1.4)
|
|
40
41
|
ntlm-http (~> 0.1, >= 0.1.1)
|
|
41
42
|
webrobots (~> 0.0, >= 0.0.9)
|
|
42
|
-
mime-types (1.25)
|
|
43
|
+
mime-types (1.25.1)
|
|
43
44
|
multipart-post (1.2.0)
|
|
44
45
|
net-http-digest_auth (1.4)
|
|
45
|
-
net-http-persistent (2.9)
|
|
46
|
+
net-http-persistent (2.9.4)
|
|
46
47
|
net-sftp (2.1.2)
|
|
47
48
|
net-ssh (>= 2.6.5)
|
|
48
|
-
net-ssh (2.
|
|
49
|
-
nokogiri (1.5.
|
|
49
|
+
net-ssh (2.9.1)
|
|
50
|
+
nokogiri (1.5.11)
|
|
50
51
|
ntlm-http (0.1.1)
|
|
51
|
-
|
|
52
|
+
plist (3.1.0)
|
|
53
|
+
rake (10.3.1)
|
|
52
54
|
rspec (2.14.1)
|
|
53
55
|
rspec-core (~> 2.14.0)
|
|
54
56
|
rspec-expectations (~> 2.14.0)
|
|
55
57
|
rspec-mocks (~> 2.14.0)
|
|
56
|
-
rspec-core (2.14.
|
|
57
|
-
rspec-expectations (2.14.
|
|
58
|
+
rspec-core (2.14.8)
|
|
59
|
+
rspec-expectations (2.14.5)
|
|
58
60
|
diff-lcs (>= 1.1.3, < 2.0)
|
|
59
|
-
rspec-mocks (2.14.
|
|
61
|
+
rspec-mocks (2.14.6)
|
|
62
|
+
rubyzip (1.1.3)
|
|
60
63
|
security (0.1.2)
|
|
61
|
-
shenzhen (0.
|
|
64
|
+
shenzhen (0.7.0)
|
|
62
65
|
aws-sdk (~> 1.0)
|
|
63
66
|
commander (~> 4.1)
|
|
64
67
|
dotenv (~> 0.7)
|
|
65
|
-
faraday (~> 0.8)
|
|
68
|
+
faraday (~> 0.8.9)
|
|
66
69
|
faraday_middleware (~> 0.9)
|
|
67
70
|
json (~> 1.8)
|
|
68
71
|
net-sftp (~> 2.1.2)
|
|
72
|
+
plist (~> 3.1.0)
|
|
73
|
+
rubyzip (~> 1.1)
|
|
74
|
+
terminal-table (~> 1.4.5)
|
|
69
75
|
term-ansicolor (1.0.7)
|
|
70
76
|
terminal-table (1.4.5)
|
|
71
|
-
unf (0.1.
|
|
77
|
+
unf (0.1.4)
|
|
72
78
|
unf_ext
|
|
73
79
|
unf_ext (0.0.6)
|
|
74
|
-
uuidtools (2.1.4)
|
|
75
80
|
webrobots (0.1.1)
|
|
76
81
|
|
|
77
82
|
PLATFORMS
|
data/README.md
CHANGED
|
@@ -5,6 +5,12 @@ Automate administrative tasks that you would normally have to do through the App
|
|
|
5
5
|
> Cupertino is named after [Cupertino, CA](http://en.wikipedia.org/wiki/Cupertino,_California): home to Apple, Inc.'s world headquarters.
|
|
6
6
|
> It's part of a series of world-class command-line utilities for iOS development, which includes [Shenzhen](https://github.com/mattt/shenzhen) (Building & Distribution), [Houston](https://github.com/mattt/houston) (Push Notifications), [Venice](https://github.com/mattt/venice) (In-App Purchase Receipt Verification), and [Dubai](https://github.com/mattt/dubai) (Passbook pass generation).
|
|
7
7
|
|
|
8
|
+
## Requirements
|
|
9
|
+
|
|
10
|
+
Cupertino requires the [Xcode Command Line Tools](https://developer.apple.com/xcode/), which can be installed with the following command:
|
|
11
|
+
|
|
12
|
+
$ xcode-select --install
|
|
13
|
+
|
|
8
14
|
## Installation
|
|
9
15
|
|
|
10
16
|
$ gem install cupertino
|
data/cupertino.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.license = "MIT"
|
|
9
9
|
s.authors = ["Mattt Thompson"]
|
|
10
10
|
s.email = "m@mattt.me"
|
|
11
|
-
s.homepage = "http://
|
|
11
|
+
s.homepage = "http://nomad-cli.com"
|
|
12
12
|
s.version = Cupertino::VERSION
|
|
13
13
|
s.platform = Gem::Platform::RUBY
|
|
14
14
|
s.summary = "Cupertino"
|
|
@@ -290,9 +290,10 @@ module Cupertino
|
|
|
290
290
|
private
|
|
291
291
|
|
|
292
292
|
def login!
|
|
293
|
-
if form = page.
|
|
294
|
-
form.
|
|
295
|
-
form.
|
|
293
|
+
if form = page.forms.first
|
|
294
|
+
form.fields_with(type: 'text').first.value = self.username
|
|
295
|
+
form.fields_with(type: 'password').first.value = self.password
|
|
296
|
+
|
|
296
297
|
form.submit
|
|
297
298
|
end
|
|
298
299
|
end
|
|
@@ -30,7 +30,7 @@ alias_command :devices, :'devices:list'
|
|
|
30
30
|
|
|
31
31
|
command :'devices:add' do |c|
|
|
32
32
|
c.syntax = 'ios devices:add DEVICE_NAME=DEVICE_ID [...]'
|
|
33
|
-
c.summary = 'Adds
|
|
33
|
+
c.summary = 'Adds a device to the Provisioning Portal'
|
|
34
34
|
c.description = ''
|
|
35
35
|
|
|
36
36
|
c.action do |args, options|
|
data/lib/cupertino/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cupertino
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mattt Thompson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-05-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: commander
|
|
@@ -157,8 +157,6 @@ executables:
|
|
|
157
157
|
extensions: []
|
|
158
158
|
extra_rdoc_files: []
|
|
159
159
|
files:
|
|
160
|
-
- ./cupertino-0.9.3.gem
|
|
161
|
-
- ./cupertino-0.9.4.gem
|
|
162
160
|
- ./cupertino.gemspec
|
|
163
161
|
- ./Gemfile
|
|
164
162
|
- ./Gemfile.lock
|
|
@@ -178,7 +176,7 @@ files:
|
|
|
178
176
|
- ./Rakefile
|
|
179
177
|
- ./README.md
|
|
180
178
|
- bin/ios
|
|
181
|
-
homepage: http://
|
|
179
|
+
homepage: http://nomad-cli.com
|
|
182
180
|
licenses:
|
|
183
181
|
- MIT
|
|
184
182
|
metadata: {}
|
|
@@ -198,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
198
196
|
version: '0'
|
|
199
197
|
requirements: []
|
|
200
198
|
rubyforge_project:
|
|
201
|
-
rubygems_version: 2.
|
|
199
|
+
rubygems_version: 2.1.11
|
|
202
200
|
signing_key:
|
|
203
201
|
specification_version: 4
|
|
204
202
|
summary: Cupertino
|
data/cupertino-0.9.3.gem
DELETED
|
Binary file
|
data/cupertino-0.9.4.gem
DELETED
|
Binary file
|