sk-hoth 0.3.4 → 0.3.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.
Files changed (2) hide show
  1. data/lib/hoth/transport.rb +6 -0
  2. metadata +3 -3
@@ -21,7 +21,13 @@ module Hoth
21
21
  :transport_class => Transport::HttpHmac,
22
22
  :encoder => Encoding::Json
23
23
  },
24
+ :json_via_https_hmac => {
25
+ :transport_class => Transport::HttpsHmac,
26
+ :encoder => Encoding::Json
27
+ },
24
28
  :http_hmac => :json_via_http_hmac,
29
+ :https_hmac => :json_via_https_hmac,
30
+
25
31
  :json_via_https => {
26
32
  :transport_class => Transport::Https,
27
33
  :encoder => Encoding::Json
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 4
9
- version: 0.3.4
8
+ - 5
9
+ version: 0.3.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dirk Breuer
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-04-30 00:00:00 +02:00
18
+ date: 2010-05-01 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency