sirportly 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ require 'sirportly/data_objects/ticket_update'
24
24
  require 'sirportly/data_objects/user'
25
25
 
26
26
  module Sirportly
27
- VERSION = '1.1.3'
27
+ VERSION = '1.1.4'
28
28
 
29
29
  class << self
30
30
 
@@ -27,7 +27,7 @@ module Sirportly
27
27
  def make
28
28
  uri = URI.parse([Sirportly.domain, "api/v1", @path].join('/'))
29
29
  http_request = http_class.new(uri.request_uri)
30
- http_request.initialize_http_header({"User-Agent" => "SirportlyRubyClient/#{Sirportly.version}"})
30
+ http_request.initialize_http_header({"User-Agent" => "SirportlyRubyClient/#{Sirportly::VERSION}"})
31
31
  http_request.add_field("X-Auth-Token", @client.token)
32
32
  http_request.add_field("X-Auth-Secret", @client.secret)
33
33
 
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.3
4
+ version: 1.1.4
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-18 00:00:00.000000000 Z
12
+ date: 2012-03-23 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: adam@atechmedia.com
@@ -56,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  version: '0'
57
57
  requirements: []
58
58
  rubyforge_project:
59
- rubygems_version: 1.8.17
59
+ rubygems_version: 1.8.10
60
60
  signing_key:
61
61
  specification_version: 3
62
62
  summary: Easy to use client library for Sirportly