echelon 1.1.0 → 1.1.1

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: 6db8ffc614e877aaa80a190647cd3d118aaf1e0b
4
- data.tar.gz: a014dc3dc316ac322f5bff057745989c9bc4e56d
3
+ metadata.gz: 16f8617cf48a1adc98fe66f9930ed6ae8e6b07de
4
+ data.tar.gz: a8bb674b7398e3b1b45edd2741beb95f7fdc4807
5
5
  SHA512:
6
- metadata.gz: e609d13237b27a8c65ae7240b616767e8b8c0b97b04682bdbeedb182369c7d7713571622ea8bbd98e3086d29676498e73c457140dbb8e9ac4448ee1c422924ee
7
- data.tar.gz: a9b16e3b8190184efbc42d3ab5ae09864a41ed4c73995399cf3a14014dc40515f679aade147a9238e7b44fe4a7849fe771b266013e1affebbd3f62b21641609f
6
+ metadata.gz: ef8af30d42039a1931e1a44b50d7172efc772385dca313b4b993239b61ccb07cccf540266b23fada7eb14c7423ca1b88f93764d75237227235a76bb45366e5b0
7
+ data.tar.gz: accd9d3a2a33688d0118ac88d062401623b3033b982f9e87568850537ee4fcef641954eeabd1f7e4d24978bd7aa30a56506de5bbf7b1b4bd5a77995f1808e19a
@@ -1 +1 @@
1
- 2.1.2
1
+ 2.3.1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- echelon (1.0.6)
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.1)
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 (>= 1.0.0)
32
+ bundler (~> 1.0)
33
33
  echelon!
34
34
  rake
35
- rspec (>= 2.4.0)
35
+ rspec (~> 2.4)
36
+
37
+ BUNDLED WITH
38
+ 1.12.0
@@ -1,3 +1,7 @@
1
+ === 1.1.1 2016-04-29
2
+
3
+ * Fixed the Walt Disney World oauth
4
+
1
5
  === 1.1.0 2015-03-29
2
6
 
3
7
  * Breaking change in the Walt Disney World data as 'actual' is no longer reported by their API, removed reference
@@ -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.CLIENT-PROD')
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;apiversion=1',
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)
@@ -1,3 +1,3 @@
1
1
  module Echelon
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
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.0
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: 2015-03-29 00:00:00.000000000 Z
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.2.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