eucalyptus 0.3.2 → 0.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c83f6eca705bf5f185c17c49fe51e85f99e857a
4
- data.tar.gz: 3383735b876a853c42f1b73037b37f7c4828c842
3
+ metadata.gz: 4c606ad7853d05824ac3a9e9890da593b92ab59c
4
+ data.tar.gz: 22c37ed3365f8734fa2c930be30a900778f9f94b
5
5
  SHA512:
6
- metadata.gz: 3af6245f4de0532e6b1007a9234b0e94d86a4c9cb7aa1c85fce85583310e9cd133e75c5f2a0f5f1ab2761582a0adfbe724dd64401bccf62a0912220a71916ee6
7
- data.tar.gz: aa121be90de152aedbb057f763ca0071aafd8391905c2a8696041a64cb41fbc4917ad927102d198d945380b0c4aa1b4792b1a69706a24a2ba94a4bb9712b5011
6
+ metadata.gz: 18d5a12c975f389ac97e2b03bf9971d96c209900c7e535f78455bcb689bded63b994755bcac896efc239754ae6f492018083ae181538071c0bb81c91af9e843a
7
+ data.tar.gz: 7a1caa4dda4b79646978da7caef4bbb42048236e6f3efaf6697a9ab88a62ce541f7d9fe9012a6a4287bac1247159207961a09616f658bb8018c20ade6ab53ae4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
data/eucalyptus.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: eucalyptus 0.3.2 ruby lib
5
+ # stub: eucalyptus 0.3.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "eucalyptus"
9
- s.version = "0.3.2"
9
+ s.version = "0.3.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Oguz Huner"]
14
- s.date = "2015-08-04"
14
+ s.date = "2015-09-10"
15
15
  s.description = "An easy interface and abstraction to the Facebook Ads API"
16
16
  s.email = "oguzcanhuner@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -49,7 +49,7 @@ Gem::Specification.new do |s|
49
49
  ]
50
50
  s.homepage = "http://github.com/oguzcanhuner/eucalyptus"
51
51
  s.licenses = ["MIT"]
52
- s.rubygems_version = "2.4.4"
52
+ s.rubygems_version = "2.4.3"
53
53
  s.summary = "An easy interface and abstraction to the Facebook Ads API"
54
54
 
55
55
  if s.respond_to? :specification_version then
@@ -23,8 +23,10 @@ module Eucalyptus
23
23
 
24
24
 
25
25
  def next_page
26
- next_page = @koala_response.next_page
27
- self.class.new(@klass, next_page)
26
+ next_p = @koala_response.next_page
27
+ if next_p
28
+ self.class.new(@klass, next_p)
29
+ end
28
30
  end
29
31
 
30
32
  private
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eucalyptus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oguz Huner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-04 00:00:00.000000000 Z
11
+ date: 2015-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: koala
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  version: '0'
192
192
  requirements: []
193
193
  rubyforge_project:
194
- rubygems_version: 2.4.4
194
+ rubygems_version: 2.4.3
195
195
  signing_key:
196
196
  specification_version: 4
197
197
  summary: An easy interface and abstraction to the Facebook Ads API