tiqets 0.3.1 → 0.4.0

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: '08f0c60b4f30fa98a49d442d2f006e75cd625ab9'
4
- data.tar.gz: 31f944eef3bc707f8286552ca2809bd50f49693b
3
+ metadata.gz: 7ad1afe311b1a077c318e4ee6b45d69d4c53c5b4
4
+ data.tar.gz: 67905e5b1fe8d7cdd0cca30af4a895dd51a6aa43
5
5
  SHA512:
6
- metadata.gz: 3b9106f9ee38dfe66ef391b709ff47008c03181bc97c404483bc1ed6e7a404c439c470641b403c2ae495c4904c754c1274c08c014085124fc89db052865c4120
7
- data.tar.gz: e3164e2884f5b16491039383a2c8b6e9c306bcebe4a242edab4cf68a68ea21d71c1b1785440e82da16c461a93ccd6b288372a399aca063c6913552de5cfa1b63
6
+ metadata.gz: 6d913c8561b4dd658fcbd79878c69e6d9a9b5538102a24223870b9f55ec7b575b64f9b2c78845d5228ec7207a6eaa1d6f42c2bfe572734e7cdf43ece28968ed0
7
+ data.tar.gz: d4ec73fb11e4949c538c564880d95072203ab171555ea7f8a46e91eba54193d4e1830ff73aaae379eddc07036176ee3fd4c14456fedf64c9bd1fbc07dc4dd3ca
@@ -1,9 +1,12 @@
1
1
  # Changelog
2
2
 
3
- ## 0.3.1
3
+ ## 0.4.0 (2017-08-21)
4
+ - Fix Authorization header format
5
+
6
+ ## 0.3.1 (2017-08-21)
4
7
  - Expose Product raw response as `data`
5
8
 
6
- ## 0.3.0
9
+ ## 0.3.0 (2017-08-18)
7
10
  - Add changelog
8
11
  - Setup test coverage
9
12
  - Support query params
@@ -14,7 +14,7 @@ module Tiqets
14
14
  end
15
15
 
16
16
  def connection
17
- @connection ||= HTTP.auth("Authorization: Token #{@api_key}")
17
+ @connection ||= HTTP.auth("Token #{@api_key}")
18
18
  end
19
19
 
20
20
  def get(url, params, response_key)
@@ -1,3 +1,3 @@
1
1
  module Tiqets
2
- VERSION = '0.3.1'.freeze
2
+ VERSION = '0.4.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiqets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Venneman