httpi 2.2.3 → 2.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ begin
9
9
  require 'net/ntlm'
10
10
  require 'net/ntlm/version' unless Net::NTLM.const_defined?(:VERSION)
11
11
  unless Net::NTLM::VERSION::STRING >= '0.3.2'
12
- raise ArgumentError('Invalid version of rubyntlm. Please use v0.3.2+.')
12
+ raise ArgumentError, 'Invalid version of rubyntlm. Please use v0.3.2+.'
13
13
  end
14
14
  rescue LoadError => e
15
15
  HTTPI.logger.debug('Net::NTLM is not available. Install via gem install rubyntlm.')
data/lib/httpi/version.rb CHANGED
@@ -1,5 +1,3 @@
1
1
  module HTTPI
2
-
3
- VERSION = "2.2.3"
4
-
2
+ VERSION = "2.2.4"
5
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: httpi
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.3
4
+ version: 2.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: