cupertino 1.2.2 → 1.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/cupertino-1.2.2.gem +0 -0
- data/lib/cupertino/provisioning_portal/agent.rb +1 -1
- data/lib/cupertino/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e0e2bb224132f5c669f35586682ffc045ea91e0
|
4
|
+
data.tar.gz: c962135c1d1c73161e12bc7b41efe513073d7525
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4b92aadc31354c8a6fb31e65d60e59a65a8b5cc22a619dfd522261103f60b85dba242f9f8608e9f2557b6459a932bacf87ac68d0cc008dee0fc902428ac63df
|
7
|
+
data.tar.gz: fdf3e404fbffac208e3882c631da39d401511adb33b1e793d8a928a21812c819585d63af857fb683b3d3362e1e34aa878d7e86ffde1ffece70c7e5be7548f4be
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
Automate administrative tasks that you would normally have to do through the Apple Dev Center websites. Life's too short to manage device identifiers by hand!
|
4
4
|
|
5
5
|
> Cupertino is named after [Cupertino, CA](http://en.wikipedia.org/wiki/Cupertino,_California): home to Apple, Inc.'s world headquarters.
|
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),
|
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), [Dubai](https://github.com/mattt/dubai) (Passbook pass generation), and [Nashville](https://github.com/nomad/nashville) (iTunes Store API).
|
7
7
|
|
8
8
|
## Requirements
|
9
9
|
|
data/cupertino-1.2.2.gem
ADDED
Binary file
|
@@ -215,7 +215,7 @@ module Cupertino
|
|
215
215
|
profile.expiration = (Time.parse(row['dateExpire']) rescue nil)
|
216
216
|
profile.download_url = "https://developer.apple.com/account/ios/profile/profileContentDownload.action?displayId=#{row['provisioningProfileId']}"
|
217
217
|
profile.edit_url = "https://developer.apple.com/account/ios/profile/profileEdit.action?provisioningProfileId=#{row['provisioningProfileId']}"
|
218
|
-
profile.identifier = row['
|
218
|
+
profile.identifier = row['UUID']
|
219
219
|
profiles << profile
|
220
220
|
end
|
221
221
|
|
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: 1.2.
|
4
|
+
version: 1.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mattt Thompson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: commander
|
@@ -144,6 +144,7 @@ extensions: []
|
|
144
144
|
extra_rdoc_files: []
|
145
145
|
files:
|
146
146
|
- ./cupertino-1.2.1.gem
|
147
|
+
- ./cupertino-1.2.2.gem
|
147
148
|
- ./cupertino.gemspec
|
148
149
|
- ./Gemfile
|
149
150
|
- ./Gemfile.lock
|