otrs_connector 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.1
1
+ 1.1.2
@@ -99,7 +99,7 @@ class OTRS
99
99
  response = self.get_from_remote(uri, timeout)
100
100
  rescue EOFError
101
101
  retry_counter += 1
102
- puts "EOFError, Attempt: #{counter+1}"
102
+ puts "EOFError, Attempt: #{retry_counter+1}"
103
103
  retry if retry_counter < retries
104
104
  raise EOFError if retry_counter >= retries
105
105
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "otrs_connector"
8
- s.version = "1.1.1"
8
+ s.version = "1.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Brian Goff"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: otrs_connector
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.1
5
+ version: 1.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brian Goff
@@ -126,7 +126,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
126
126
  requirements:
127
127
  - - ">="
128
128
  - !ruby/object:Gem::Version
129
- hash: -3749813653450407088
129
+ hash: -797438351752885015
130
130
  segments:
131
131
  - 0
132
132
  version: "0"