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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 116d6e378e9e2ac18481ad6afd760083cd92ba29
4
- data.tar.gz: e29f9fa655e9fc362abe2f0717799463ce2200b4
3
+ metadata.gz: 7e0e2bb224132f5c669f35586682ffc045ea91e0
4
+ data.tar.gz: c962135c1d1c73161e12bc7b41efe513073d7525
5
5
  SHA512:
6
- metadata.gz: 119fa0f8f046d2eb9265bb12b10a9cc931274c5ddaf622c6a1705a0e6ac2b1e7508834e1efb465c29a0642917125b83ee8d9929e4407fc3e78730c1dace57e12
7
- data.tar.gz: fdeb13c4d80cd80b7b99480e4547f8f975d54a44768e4c587eb8cb493efa3323a903b9ce1e2150d93777841272150a5aad3c2e34bf7b7ff52e7a5d49f6d55958
6
+ metadata.gz: c4b92aadc31354c8a6fb31e65d60e59a65a8b5cc22a619dfd522261103f60b85dba242f9f8608e9f2557b6459a932bacf87ac68d0cc008dee0fc902428ac63df
7
+ data.tar.gz: fdf3e404fbffac208e3882c631da39d401511adb33b1e793d8a928a21812c819585d63af857fb683b3d3362e1e34aa878d7e86ffde1ffece70c7e5be7548f4be
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cupertino (1.2.2)
4
+ cupertino (1.2.3)
5
5
  certified (>= 0.1.0)
6
6
  commander (~> 4.2.0)
7
7
  mechanize (~> 2.5.1)
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), and [Dubai](https://github.com/mattt/dubai) (Passbook pass generation).
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
 
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['appId']['identifier']
218
+ profile.identifier = row['UUID']
219
219
  profiles << profile
220
220
  end
221
221
 
@@ -1,3 +1,3 @@
1
1
  module Cupertino
2
- VERSION = '1.2.2'
2
+ VERSION = '1.2.3'
3
3
  end
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.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-17 00:00:00.000000000 Z
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