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 +4 -4
- data/Gemfile.lock +4 -4
- data/lib/cupertinopro/provisioning_portal/agent.rb +2 -2
- data/lib/cupertinopro/version.rb +1 -1
- metadata +10 -11
- data/cupertinopro-0.1.1.gem +0 -0
- /data/{cupertinopro.gemspec → CupertinoPro.gemspec} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6706c83f3c94e5f44c5486607d272b4798292a25
|
|
4
|
+
data.tar.gz: 948b3209cf9dda5c2a2b7bf450b1659a731a79a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
66
|
+
rubyzip (1.1.4)
|
|
67
67
|
security (0.1.2)
|
|
68
68
|
shenzhen (0.7.0)
|
|
69
69
|
aws-sdk (~> 1.0)
|
data/lib/cupertinopro/version.rb
CHANGED
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.
|
|
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-
|
|
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
|
-
- "./
|
|
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.
|
|
200
|
+
rubygems_version: 2.2.2
|
|
202
201
|
signing_key:
|
|
203
202
|
specification_version: 4
|
|
204
203
|
summary: CupertinoPro
|
data/cupertinopro-0.1.1.gem
DELETED
|
Binary file
|
|
File without changes
|