otrs_connector 0.5.12 → 0.5.13

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.12
1
+ 0.5.13
@@ -81,10 +81,10 @@ class OTRS
81
81
  self.class.connect(params)
82
82
  end
83
83
  end
84
- require 'otrs/service'
85
- require 'otrs/change'
86
- require 'otrs/config_item'
87
- require 'otrs/general_catalog'
88
- require 'otrs/link'
89
- require 'otrs/relation'
90
- require 'otrs/ticket'
84
+ require 'service'
85
+ require 'change'
86
+ require 'config_item'
87
+ require 'general_catalog'
88
+ require 'link'
89
+ require 'relation'
90
+ require 'ticket'
@@ -0,0 +1 @@
1
+ require 'otrs/otrs'
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "otrs_connector"
8
- s.version = "0.5.12"
8
+ s.version = "0.5.13"
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"]
@@ -24,7 +24,6 @@ Gem::Specification.new do |s|
24
24
  "README.rdoc",
25
25
  "Rakefile",
26
26
  "VERSION",
27
- "lib/otrs.rb",
28
27
  "lib/otrs/change.rb",
29
28
  "lib/otrs/change/state.rb",
30
29
  "lib/otrs/change/work_order.rb",
@@ -34,6 +33,7 @@ Gem::Specification.new do |s|
34
33
  "lib/otrs/config_item/incident_state.rb",
35
34
  "lib/otrs/general_catalog.rb",
36
35
  "lib/otrs/link.rb",
36
+ "lib/otrs/otrs.rb",
37
37
  "lib/otrs/relation.rb",
38
38
  "lib/otrs/service.rb",
39
39
  "lib/otrs/ticket.rb",
@@ -41,6 +41,7 @@ Gem::Specification.new do |s|
41
41
  "lib/otrs/ticket/state.rb",
42
42
  "lib/otrs/ticket/ticket_queue.rb",
43
43
  "lib/otrs/ticket/type.rb",
44
+ "lib/otrs_connector.rb",
44
45
  "otrs_connector.gemspec",
45
46
  "test/helper.rb",
46
47
  "test/test_otrs_connector.rb"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: otrs_connector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.12
4
+ version: 0.5.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -122,7 +122,6 @@ files:
122
122
  - README.rdoc
123
123
  - Rakefile
124
124
  - VERSION
125
- - lib/otrs.rb
126
125
  - lib/otrs/change.rb
127
126
  - lib/otrs/change/state.rb
128
127
  - lib/otrs/change/work_order.rb
@@ -132,6 +131,7 @@ files:
132
131
  - lib/otrs/config_item/incident_state.rb
133
132
  - lib/otrs/general_catalog.rb
134
133
  - lib/otrs/link.rb
134
+ - lib/otrs/otrs.rb
135
135
  - lib/otrs/relation.rb
136
136
  - lib/otrs/service.rb
137
137
  - lib/otrs/ticket.rb
@@ -139,6 +139,7 @@ files:
139
139
  - lib/otrs/ticket/state.rb
140
140
  - lib/otrs/ticket/ticket_queue.rb
141
141
  - lib/otrs/ticket/type.rb
142
+ - lib/otrs_connector.rb
142
143
  - otrs_connector.gemspec
143
144
  - test/helper.rb
144
145
  - test/test_otrs_connector.rb
@@ -157,7 +158,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
157
158
  version: '0'
158
159
  segments:
159
160
  - 0
160
- hash: -4592411296895547051
161
+ hash: 3160901527802106800
161
162
  required_rubygems_version: !ruby/object:Gem::Requirement
162
163
  none: false
163
164
  requirements: