ticket_abstractor_client 1.0.0 → 1.0.1

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.
@@ -1,3 +1,3 @@
1
1
  module TicketAbstractorClient
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
@@ -1,6 +1,8 @@
1
1
  module TicketAbstractorClient
2
2
  def self.initialize_client(url)
3
3
  @url = url
4
+ @jira_client = @brouha_client = @itrc_client = nil
5
+
4
6
  self
5
7
  end
6
8
 
@@ -13,7 +15,7 @@ module TicketAbstractorClient
13
15
  end
14
16
 
15
17
  def self.itrc
16
- @itrc ||= ItrcClient.new(@url)
18
+ @itrc_client ||= ItrcClient.new(@url)
17
19
  end
18
20
  end
19
21
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ticket_abstractor_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-13 00:00:00.000000000 Z
12
+ date: 2014-02-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler