echelon 1.1.0 → 1.1.1
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/.ruby-version +1 -1
- data/Gemfile.lock +7 -4
- data/History.txt +4 -0
- data/lib/echelon/parks/disney_world.rb +2 -3
- data/lib/echelon/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16f8617cf48a1adc98fe66f9930ed6ae8e6b07de
|
4
|
+
data.tar.gz: a8bb674b7398e3b1b45edd2741beb95f7fdc4807
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef8af30d42039a1931e1a44b50d7172efc772385dca313b4b993239b61ccb07cccf540266b23fada7eb14c7423ca1b88f93764d75237227235a76bb45366e5b0
|
7
|
+
data.tar.gz: accd9d3a2a33688d0118ac88d062401623b3033b982f9e87568850537ee4fcef641954eeabd1f7e4d24978bd7aa30a56506de5bbf7b1b4bd5a77995f1808e19a
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1
|
1
|
+
2.3.1
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
echelon (1.
|
4
|
+
echelon (1.1.1)
|
5
5
|
json_pure (= 1.8.1)
|
6
6
|
nokogiri (~> 1.5)
|
7
7
|
zip (= 2.0.2)
|
@@ -11,7 +11,7 @@ GEM
|
|
11
11
|
specs:
|
12
12
|
diff-lcs (1.1.2)
|
13
13
|
json_pure (1.8.1)
|
14
|
-
mini_portile (0.6.
|
14
|
+
mini_portile (0.6.2)
|
15
15
|
nokogiri (1.6.5)
|
16
16
|
mini_portile (~> 0.6.0)
|
17
17
|
rake (0.9.2.2)
|
@@ -29,7 +29,10 @@ PLATFORMS
|
|
29
29
|
ruby
|
30
30
|
|
31
31
|
DEPENDENCIES
|
32
|
-
bundler (
|
32
|
+
bundler (~> 1.0)
|
33
33
|
echelon!
|
34
34
|
rake
|
35
|
-
rspec (
|
35
|
+
rspec (~> 2.4)
|
36
|
+
|
37
|
+
BUNDLED WITH
|
38
|
+
1.12.0
|
data/History.txt
CHANGED
@@ -14,7 +14,7 @@ module Echelon
|
|
14
14
|
http.use_ssl = true
|
15
15
|
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
|
16
16
|
|
17
|
-
params = Echelon::parameterize(grant_type: 'assertion', assertion_type: 'public', client_id: 'WDPRO-MOBILE.
|
17
|
+
params = Echelon::parameterize(grant_type: 'assertion', assertion_type: 'public', client_id: 'WDPRO-MOBILE.MDX.WDW.ANDROID-PROD')
|
18
18
|
resp = http.post(uri.request_uri, params)
|
19
19
|
|
20
20
|
data = JSON.parse(resp.body)
|
@@ -53,8 +53,7 @@ module Echelon
|
|
53
53
|
|
54
54
|
headers = {
|
55
55
|
'Authorization' => "BEARER #{access_token}",
|
56
|
-
'Accept' => 'application/json
|
57
|
-
'X-Conversation-Id' => '~WDPRO-MOBILE.CLIENT-PROD'
|
56
|
+
'Accept' => 'application/json'
|
58
57
|
}
|
59
58
|
|
60
59
|
resp = http.get(uri.request_uri, headers)
|
data/lib/echelon/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: echelon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lloyd Pick
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
140
|
version: 1.3.6
|
141
141
|
requirements: []
|
142
142
|
rubyforge_project: echelon
|
143
|
-
rubygems_version: 2.
|
143
|
+
rubygems_version: 2.5.1
|
144
144
|
signing_key:
|
145
145
|
specification_version: 4
|
146
146
|
summary: RubyGem to give quick access to Theme Park queue times
|