cupertinopro 0.1.1 → 0.1.2
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/cupertinopro-0.1.1.gem +0 -0
- data/lib/cupertinopro/provisioning_portal/agent.rb +2 -2
- data/lib/cupertinopro/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4b9e0d009d4452ef761107f7b6add271934b5e1
|
|
4
|
+
data.tar.gz: b3e626cd5fd46918d8ffde60c853012bd359c8d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ddc94c2522e455b1b70c36722174d059fb66a859f3e7606dc7719107d4fa31aa9e258eaf07e1badf7870a2642d03f67694449eb050fb146c1bf2b084c8857e68
|
|
7
|
+
data.tar.gz: b7fc47e69d558b92ac49c922e23899c1a167cbbe24655a09dee338632b9970378c17e8dd263be1033366095ab1eb500e927df7a4a478424d5c4d291a27032ec7
|
|
Binary file
|
|
@@ -110,11 +110,11 @@ module CupertinoPro
|
|
|
110
110
|
end
|
|
111
111
|
|
|
112
112
|
def list_devices
|
|
113
|
-
puts "TEST"
|
|
113
|
+
#puts "TEST"
|
|
114
114
|
|
|
115
115
|
get('https://developer.apple.com/account/ios/device/deviceList.action')
|
|
116
116
|
|
|
117
|
-
puts page.body
|
|
117
|
+
#puts page.body
|
|
118
118
|
|
|
119
119
|
regex = /deviceDataURL = "([^"]*)"/
|
|
120
120
|
device_data_url = (page.body.match regex or raise UnexpectedContentError)[1]
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mattt Thompson
|
|
@@ -158,6 +158,7 @@ executables:
|
|
|
158
158
|
extensions: []
|
|
159
159
|
extra_rdoc_files: []
|
|
160
160
|
files:
|
|
161
|
+
- "./cupertinopro-0.1.1.gem"
|
|
161
162
|
- "./cupertinopro.gemspec"
|
|
162
163
|
- "./Gemfile"
|
|
163
164
|
- "./Gemfile.lock"
|