sirportly 1.2.9 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/sirportly.rb CHANGED
@@ -31,7 +31,7 @@ require 'sirportly/data_objects/ticket_update'
31
31
  require 'sirportly/data_objects/user'
32
32
 
33
33
  module Sirportly
34
- VERSION = '1.2.9'
34
+ VERSION = '1.3.0'
35
35
 
36
36
  class << self
37
37
 
@@ -8,7 +8,7 @@ module Sirportly
8
8
 
9
9
  def all(client, options = {})
10
10
  raise Sirportly::Error, "This object does not support a full list" if collection_path.nil?
11
- result = client.request(collection_path, :page => options[:page] || 1)
11
+ result = client.request(collection_path, options)
12
12
  DataSet.new(client, result, self)
13
13
  end
14
14
 
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.2.9
4
+ version: 1.3.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: