geti 1.1.0 → 1.2.0
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 +1 -1
- data/lib/geti/app_client.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.2.0
|
data/lib/geti/app_client.rb
CHANGED
@@ -245,7 +245,7 @@ class Geti::AppClient < Geti::Client
|
|
245
245
|
:termCrossRefID => opts[:id],
|
246
246
|
:termCheckLimit => "500.00",
|
247
247
|
:termPeripheral => "63",
|
248
|
-
:termTypeID => "
|
248
|
+
:termTypeID => "660",
|
249
249
|
:termVerificationOnly => "0",
|
250
250
|
})
|
251
251
|
# More NewTerminal entries
|
metadata
CHANGED