spohlenz-freshbooksrb 0.7 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/freshbooks/base.rb +1 -1
  2. metadata +1 -1
@@ -53,7 +53,7 @@ module FreshBooks
53
53
  extract_list_result(call_api('list', params))
54
54
  else
55
55
  # Fetch all results by looping through pages
56
- returning [] do |result|
56
+ returning [] do |all|
57
57
  params[:page] = 1
58
58
  page = extract_list_result(call_api('list', params))
59
59
  all << page
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spohlenz-freshbooksrb
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.7"
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Pohlenz