cupertinopro 0.1.5 → 0.1.6

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: 72bfcb236d68a2941baac7275562bdffb677a887
4
- data.tar.gz: aa234b9bbfb21340bd4d2414106c50bc4ce9ea13
3
+ metadata.gz: ff25004c92de72e374ff4263deb90da6543e4d11
4
+ data.tar.gz: 6816c34370123b532fa2f695d36d86ebe6699e56
5
5
  SHA512:
6
- metadata.gz: a417be97c0ef152dd0ebdee9135f2528a5c5ad0dac311e9c2afa7186299cc67d264aa872d78b1356372f0d2f7fd797c87fc36d766a6a2b8f624dabd4c436f0b9
7
- data.tar.gz: 738de9cffd307430f88a7f2f5b215f2339e6ce708e6f266f5d01d3c3d50de8d0c79eb3c30eb3e58965661701df3a394900e3687af467bd05bfd436f921474fd1
6
+ metadata.gz: 5c108727f97084875ded6092663a23384c0858c70279b6a7738cd4616524d93466c2c83084b45940a554dd0782e1d190e8060b8827a14b1c2af213235ea7fbef
7
+ data.tar.gz: d01ed63e9ef894bd158e0fef272f80d3f9d59722ecd9b506c9ec0e53c6ccf0c08ec1a4ffabd595176702144140160d5acf010bb8f1cd778b7f69682cd5999b7d
File without changes
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cupertinopro (0.1.3)
4
+ cupertinopro (0.1.5)
5
5
  certified (>= 0.1.0)
6
6
  commander (~> 4.1.2)
7
7
  mechanize (~> 2.5.1)
@@ -14,14 +14,16 @@ PATH
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- aws-sdk (1.43.1)
17
+ aws-sdk (1.53.0)
18
+ aws-sdk-v1 (= 1.53.0)
19
+ aws-sdk-v1 (1.53.0)
18
20
  json (~> 1.4)
19
21
  nokogiri (>= 1.4.4)
20
- certified (0.1.2)
22
+ certified (1.0.0)
21
23
  commander (4.1.6)
22
24
  highline (~> 1.6.11)
23
25
  diff-lcs (1.2.5)
24
- domain_name (0.5.19)
26
+ domain_name (0.5.21)
25
27
  unf (>= 0.0.5, < 1.0.0)
26
28
  dotenv (0.11.1)
27
29
  dotenv-deployment (~> 0.0.2)
@@ -63,9 +65,9 @@ GEM
63
65
  rspec-mocks (3.0.0)
64
66
  rspec-support (~> 3.0.0)
65
67
  rspec-support (3.0.0)
66
- rubyzip (1.1.4)
67
- security (0.1.2)
68
- shenzhen (0.7.0)
68
+ rubyzip (1.1.6)
69
+ security (0.1.3)
70
+ shenzhen (0.8.2)
69
71
  aws-sdk (~> 1.0)
70
72
  commander (~> 4.1)
71
73
  dotenv (~> 0.7)
@@ -75,6 +77,7 @@ GEM
75
77
  net-sftp (~> 2.1.2)
76
78
  plist (~> 3.1.0)
77
79
  rubyzip (~> 1.1)
80
+ security (~> 0.1.3)
78
81
  terminal-table (~> 1.4.5)
79
82
  term-ansicolor (1.0.7)
80
83
  terminal-table (1.4.5)
Binary file
@@ -212,7 +212,7 @@ module CupertinoPro
212
212
  profile = ProvisioningProfile.new
213
213
  profile.name = row['name']
214
214
  profile.type = type
215
- profile.app_id = row['appId']['appIdId']
215
+ #profile.app_id = row['appId']['appIdId']
216
216
  profile.status = row['status']
217
217
  profile.download_url = "https://developer.apple.com/account/ios/profile/profileContentDownload.action?displayId=#{row['provisioningProfileId']}"
218
218
  profile.edit_url = "https://developer.apple.com/account/ios/profile/profileEdit.action?provisioningProfileId=#{row['provisioningProfileId']}"
@@ -1,3 +1,3 @@
1
1
  module CupertinoPro
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'
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.5
4
+ version: 0.1.6
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-16 00:00:00.000000000 Z
12
+ date: 2014-11-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: commander
@@ -159,7 +159,8 @@ extensions: []
159
159
  extra_rdoc_files: []
160
160
  files:
161
161
  - "./cupertinopro-0.1.4.gem"
162
- - "./cupertinopro.gemspec"
162
+ - "./cupertinopro-0.1.5.gem"
163
+ - "./CupertinoPro.gemspec"
163
164
  - "./Gemfile"
164
165
  - "./Gemfile.lock"
165
166
  - "./lib/cupertinopro/provisioning_portal/agent.rb"