lhc 5.1.0 → 5.1.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: 0a6996ab7562372bd3b44f71dd6fc84485804698
4
- data.tar.gz: 1ca24023acb23ac975f44efdabf6ab44428a2b95
3
+ metadata.gz: 6cd6400bfee103b70bc5e305da3dc67b97e4a24a
4
+ data.tar.gz: 3a703ca1c8134923bb9a932eea73ce40617cce17
5
5
  SHA512:
6
- metadata.gz: e75e7a6f8e4892f28f599e0906a92db5b87570804baec6f32aa7726faeecd371391ad21bda686a0b7814f15b279672ebdc4589cf735aa2b4e5372a109f7286bb
7
- data.tar.gz: ec0046316b97ef9eb902bde1d2ec3c6dbe872ea9ff821801168bdbde71d4ba2f3559fdf7d349844276f1cf4166637e1341066927f35c0644e70343c7d8f17527
6
+ metadata.gz: a2c1a046ff9b60c2bc85f676c09b1750bf0bba0404120323c31d8fd60c27944abc2f5cf9d46f7596e10873ba2ce8cea5d8c3e9d5818bb7fe348343ee237cd2e7
7
+ data.tar.gz: d9236773084de2c7ecff22c280d3087ac737baf11ba19ee3b0f82e775870538f2acb36077df0cb8af416f4b8b45e07f43ed1a69e342c944bdb0cc065284d38c0
@@ -1,4 +1,5 @@
1
1
  require 'typhoeus'
2
+ require 'active_support/core_ext/module'
2
3
 
3
4
  # The response contains the raw response (typhoeus)
4
5
  # and provides functionality to access response data.
@@ -1,3 +1,3 @@
1
1
  module LHC
2
- VERSION ||= "5.1.0"
2
+ VERSION ||= "5.1.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: 5.1.0
4
+ version: 5.1.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-06-12 00:00:00.000000000 Z
11
+ date: 2017-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -317,7 +317,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
317
317
  requirements:
318
318
  - Ruby >= 2.0.0
319
319
  rubyforge_project:
320
- rubygems_version: 2.5.2
320
+ rubygems_version: 2.6.10
321
321
  signing_key:
322
322
  specification_version: 4
323
323
  summary: LocalHttpClient