echelon 1.0.4 → 1.0.5

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: 789453d3c1948d753eb0f627a6363aa148a39cb8
4
- data.tar.gz: ba0f22e5483e7831ccd493e26d593ee81c39fa91
3
+ metadata.gz: 8ddfb8d412a9ee62aed421ad5051cdfde6d91025
4
+ data.tar.gz: 1f72ea802d4dfa1a50b40c3ae2c631c00705bfa9
5
5
  SHA512:
6
- metadata.gz: dc3524b85a8dc6b557193ab299b541e485c7e52cf67317d1732afa53706460a461d80738587cce68ce655e092dba348c9c5a53474aaa22b0f9ab9e1f47a5e37b
7
- data.tar.gz: 5777892598010cd75ed452bc14296c8868478831967197f3d6756d2aac074ea85e5d03e98a0f3de55cc25a9a78d829eed87595a50ad07bfa663e8d8c90c2b2b7
6
+ metadata.gz: 05fce585a858d30d15367bb584e6fd97ec5087267e1a0dd79ced2ba604ed5953e5d75bb9d11ed251c50f29f55c0e4aca36d4bd2575ecf7ae1a10c7fe074e4b6d
7
+ data.tar.gz: e06d6fdba84d1eb3b699b14210b9aeb4367e419a46caff43f5aaeb01d60b13ce122e4366e008dfe0829ec90f16acc4b645317e65d3b0196c21e28e2882cc7c2a
@@ -1,3 +1,16 @@
1
+ === 1.0.5 2015-01-03
2
+
3
+ * Fixed a bug in the Universal Studios code
4
+
5
+ === 1.0.4 2014-12-27
6
+
7
+ * Added Universal Studios Orlando
8
+ * Added Universal Studios Islands of Adventure
9
+
10
+ === 1.0.3 2014-01-22
11
+
12
+ * New Walt Disney World code to provide better queue times
13
+
1
14
  === 1.0.2 2012-08-21
2
15
 
3
16
  * Seaworld parks now work correctly on 1.9.2
@@ -30,7 +30,7 @@ module Echelon
30
30
  http.use_ssl = true
31
31
  http.verify_mode = OpenSSL::SSL::VERIFY_NONE
32
32
 
33
- date = DateTime.now.strftime("%a, %d %b %Y %H:%M:%S #{Time.now.strftime('%Z')}")
33
+ date = DateTime.now.strftime("%a, %d %b %Y %H:%M:%S GMT")
34
34
  digest = OpenSSL::HMAC.digest('sha256', SECRET, "#{KEY}\n#{date}\n")
35
35
  signature = Base64.encode64(digest).strip.gsub(/\=$/, "\u003d")
36
36
  params = { apikey: 'AndroidMobileApp', signature: signature }.to_json
@@ -1,3 +1,3 @@
1
1
  module Echelon
2
- VERSION = '1.0.4'
2
+ VERSION = '1.0.5'
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.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lloyd Pick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-27 00:00:00.000000000 Z
11
+ date: 2015-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler