otrs_connector 0.5.0 → 0.5.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.
- data/README.rdoc +9 -1
- data/VERSION +1 -1
- data/otrs_connector.gemspec +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -1,6 +1,14 @@
|
|
1
1
|
= otrs_connector
|
2
2
|
|
3
|
-
|
3
|
+
otrs_connector connects to the OTRS API, wich some modifications that opens up more of the OTRS/ITSM internals.
|
4
|
+
By default only the ticketing system is opened to the external API in OTRS.
|
5
|
+
Please see my other github project, rails_otrs to download the latest OTRS modifictions so that this will work correctly.
|
6
|
+
|
7
|
+
|
8
|
+
How to install:
|
9
|
+
gem install otrs_connector
|
10
|
+
or Add to your gemfile:
|
11
|
+
gem 'otrs_connector'
|
4
12
|
|
5
13
|
== Contributing to otrs_connector
|
6
14
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.1
|
data/otrs_connector.gemspec
CHANGED
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.
|
4
|
+
version: 0.5.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -141,7 +141,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
141
141
|
version: '0'
|
142
142
|
segments:
|
143
143
|
- 0
|
144
|
-
hash:
|
144
|
+
hash: 3830184830515953563
|
145
145
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
146
146
|
none: false
|
147
147
|
requirements:
|