lhc 6.1.2 → 6.1.3

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: 9144e7e4cdc63f0dfd45813de1d4c75ae28a6c12
4
- data.tar.gz: 6e0856848c3c817c4ebfb60f57c385c216cb9c60
3
+ metadata.gz: 20a9521feba97cd8bd75c3af4e7b44ed138a3de0
4
+ data.tar.gz: d33be7d617ca75e711ee53c725a36cdf4f2efb59
5
5
  SHA512:
6
- metadata.gz: 726fbf0e6a53970ce7afbfdb26739381487ba1a9da33f959eb6f75be1d42a4aefaf28673687977fcd2641b5378d23754197f691c028f7b6170e45271db6d7c5c
7
- data.tar.gz: 3671e777ec3db226d0082a678eaf378337f0ac0fe93d7a9d523a601344ff74b5856c0903e60a2819648b9fa89b65ac0e847471e87cc2b556e16332556809164b
6
+ metadata.gz: d18302eeeae9e5b4be7cc01b9566cb9e448bf6aa0ee6ca7697e3a2fe4f0dfc68a8e37f21de495ddcd3a84feba6ecedc6bf8f4b5923f81d92d6149c81c8b025a5
7
+ data.tar.gz: af340762cdca2439f2b5b3e776c95e6a950043f1f159371b5bc2c084f7c02d74ba654e45316e21468a9ae1a4e63b043d11ca96b565ce46308bc104fb67c8f51e
data/lib/lhc.rb CHANGED
@@ -1,3 +1,5 @@
1
+ require 'typhoeus'
2
+
1
3
  module LHC
2
4
  autoload :BasicMethodsConcern,
3
5
  'lhc/concerns/lhc/basic_methods_concern'
@@ -1,4 +1,3 @@
1
- require 'typhoeus'
2
1
  require 'uri'
3
2
  require 'active_support/core_ext/object/deep_dup'
4
3
 
@@ -1,4 +1,3 @@
1
- require 'typhoeus'
2
1
  require 'active_support/core_ext/module'
3
2
 
4
3
  # The response contains the raw response (typhoeus)
@@ -1,3 +1,3 @@
1
1
  module LHC
2
- VERSION ||= "6.1.2"
2
+ VERSION ||= "6.1.3"
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.1.2
4
+ version: 6.1.3
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-07-10 00:00:00.000000000 Z
11
+ date: 2017-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus