cupertino 1.3.3 → 1.3.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f5ba0d23f15d39ed9852ebbf3399164f2eddbe0
4
- data.tar.gz: 053a9035daf226510d6a6b8f4a48333b19c82e5c
3
+ metadata.gz: 72ec1f7bd38a2899eec34c618064907a6128a34a
4
+ data.tar.gz: 3cdab892b67c840e03d033b89d0d8a38824dacd6
5
5
  SHA512:
6
- metadata.gz: 6fb6e4c53a77391eb6475b915fafd7047c3011ac8485dfee4e3829963f44cb1b68f9f42a0237414c570f3e30d782fa02f43f3b349b917f1ce404d9dfe136fd41
7
- data.tar.gz: cc6a26027d519c1b6f8c74cf527cc88eb66479db48fc263b741047d5f8a167bd5db1d762f82e72e087a436ce0f70b5e96d883c3cad8ff552ebb1d0095a623b3f
6
+ metadata.gz: 9e7189767e37e3db9caef5cddcf6e8169a17f52491cd4c851ef5c571e49980dceb5bed1fc10595b656b0baf61b8626f46368240b98cf6ffe95208321f09a9c2b
7
+ data.tar.gz: 584196c7be0fa9381c5c077102d8f6e5d47a84521da1d387f95916e5657f39a382d7eacadd46ad8609ead66ec29bc5a30e0c3f6b05b13f6cfdcb0de8068b4aa0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cupertino (1.3.3)
4
+ cupertino (1.3.4)
5
5
  certified (~> 1.0.0)
6
6
  commander (~> 4.3)
7
7
  highline (>= 1.7.1)
@@ -15,12 +15,12 @@ GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
17
  certified (1.0.0)
18
- commander (4.3.2)
19
- highline (~> 1.7.1)
18
+ commander (4.3.4)
19
+ highline (~> 1.7.2)
20
20
  diff-lcs (1.2.5)
21
21
  domain_name (0.5.23)
22
22
  unf (>= 0.0.5, < 1.0.0)
23
- highline (1.7.1)
23
+ highline (1.7.2)
24
24
  mechanize (2.5.1)
25
25
  domain_name (~> 0.5, >= 0.5.1)
26
26
  mime-types (~> 1.17, >= 1.17.2)
data/README.md CHANGED
@@ -175,4 +175,4 @@ Mattt Thompson ([@mattt](https://twitter.com/mattt))
175
175
 
176
176
  ## License
177
177
 
178
- Cupertino is available under the MIT license. See the LICENSE file for more info.
178
+ Cupertino is released under an MIT license. See LICENSE for more information.
@@ -115,7 +115,7 @@ module Cupertino
115
115
 
116
116
  regex = /deviceDataURL = "([^"]*)"/
117
117
  device_data_url = (page.body.match regex or raise UnexpectedContentError)[1]
118
- device_data_url += "&pageSize=50&pageNumber=1&sort=name=asc"
118
+ device_data_url += "&pageSize=500&pageNumber=1&sort=name=asc"
119
119
 
120
120
  post(device_data_url)
121
121
 
@@ -194,7 +194,7 @@ module Cupertino
194
194
  '&type=production'
195
195
  end
196
196
 
197
- profile_data_url += "&pageSize=50&pageNumber=1&sort=name=asc"
197
+ profile_data_url += "&pageSize=500&pageNumber=1&sort=name=asc"
198
198
 
199
199
  post(profile_data_url)
200
200
  @profile_csrf_headers = {
@@ -1,3 +1,3 @@
1
1
  module Cupertino
2
- VERSION = '1.3.3'
2
+ VERSION = '1.3.4'
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.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattt Thompson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-13 00:00:00.000000000 Z
11
+ date: 2015-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander