lhc 6.7.0 → 6.7.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: b67eccab540898da2aa4314e60c3f5b2488f0890
4
- data.tar.gz: f2389139e0adab0fd12393a2be3550de57aa1798
3
+ metadata.gz: 3c5c5f4816c33b9c078b34e24a1cbb7edc2941dd
4
+ data.tar.gz: 823f2393fc6fab6069fa21273f14466a4e8eb180
5
5
  SHA512:
6
- metadata.gz: e82e6da39f0aa9f0d6b4ca46843f376c78a87fe4f4bdd8da58548291783f213a0aa346d0a2ca2c56157f8a028ba99d050f17d958ad30cc472a8b35b7558c76dd
7
- data.tar.gz: f5f99a5be4829ab641c3aedc4ef3ebc19d63786290c8c5050abace75ee659ebf16f826ac605659169bd2bab8c768150a679ef4709e279881a1e8df7c9da61554
6
+ metadata.gz: b5355a16e937c1db85d35032252706246f88c1e5bad1b196b74d0bfde3d208c7b2d13c0572f234116b1d38609e1df7a43c523e335069cd87f811400999393a02
7
+ data.tar.gz: 6037c6cff800bf67b522410a79b73f3d50bb1333f250f36e185584245a475ff1479848a76887e4d086a20b535e1dfa0db7eb1e3fbe658de13860e3c13c8764e4
@@ -1,3 +1,4 @@
1
+ require 'uri'
1
2
  # frozen_string_literal: true
2
3
  # An endpoint is an url that leads to a backend resource.
3
4
  # The url can also be an url-template.
@@ -1,3 +1,3 @@
1
1
  module LHC
2
- VERSION ||= "6.7.0"
2
+ VERSION ||= '6.7.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lhc
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.0
4
+ version: 6.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - https://github.com/local-ch/lhc/contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-02 00:00:00.000000000 Z
11
+ date: 2017-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus