sirportly 1.1.2 → 1.1.3
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/lib/sirportly.rb +2 -5
- metadata +2 -2
data/lib/sirportly.rb
CHANGED
@@ -24,13 +24,10 @@ require 'sirportly/data_objects/ticket_update'
|
|
24
24
|
require 'sirportly/data_objects/user'
|
25
25
|
|
26
26
|
module Sirportly
|
27
|
+
VERSION = '1.1.3'
|
28
|
+
|
27
29
|
class << self
|
28
30
|
|
29
|
-
## Returns the current version number for the Sirportly API client.
|
30
|
-
def version
|
31
|
-
"1.1.0"
|
32
|
-
end
|
33
|
-
|
34
31
|
## Stores the application token if one has been provided. This can be nil if no
|
35
32
|
## application token exists, however if nil, you cannot authenticate using user
|
36
33
|
## tokens.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sirportly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
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: 2012-03-
|
12
|
+
date: 2012-03-18 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description:
|
15
15
|
email: adam@atechmedia.com
|