nimbu 0.7.1 → 0.7.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d6fdda9396e0bc4738ad43117ae3644b3f56ad43
4
- data.tar.gz: c896a9350861210cb73a375a1d7168f3c1c69f06
3
+ metadata.gz: d3edc8c54f760ca6de6e043bb259c3ffd69bab9c
4
+ data.tar.gz: 9b0121769d379066707244fb1d5e56bab6eaa9a0
5
5
  SHA512:
6
- metadata.gz: 741914f68a9654535534d52bf9412dc7141c243e52744b4e62fba3373e8e5c54cf9e81c1a64933346f7c5a98874593b112131f100c304a2332937615062c529b
7
- data.tar.gz: 6c92cc4dc75a40d180dd969d256391abfad34fa754ee72bf8a2cb2f96310609a3d90399bebf8746fbd5e770a1bbdf5f0ebaed7dfdbeb18719bf8ca8d7d401db1
6
+ metadata.gz: 7ae9da2b03e1d5939aacf8bb9e8f6cce3f1e0b3128c22688fde32a1c4f9fe1d3e7bf4b126ec77d39428eff1f6e155969a726e52b2455c286e0e171bef005fa03
7
+ data.tar.gz: 36c4612210456ad35423a70a0cca39d02a337d8694a2f34bb22c6c6433c1b4c857a43c8258a2a6f5fe88fa74ad0e98514ff02981f0acf3a511bb6b658c8965b3
data/lib/nimbu/auth.rb CHANGED
@@ -19,7 +19,7 @@ class Nimbu::Auth
19
19
 
20
20
  def client
21
21
  @client ||= begin
22
- Nimbu::Client.new(:oauth_token => token, :endpoint => host, :user_agent => self.user_agent)
22
+ Nimbu::Client.new(:oauth_token => token, :endpoint => host, :user_agent => self.user_agent, :auto_pagination => true)
23
23
  end
24
24
  end
25
25
 
data/lib/nimbu/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module Nimbu
3
- VERSION = "0.7.1"
3
+ VERSION = "0.7.2"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nimbu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zenjoy BVBA
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-17 00:00:00.000000000 Z
11
+ date: 2014-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: term-ansicolor