spohlenz-freshbooksrb 0.6 → 0.7

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 +4 -4
  2. metadata +1 -1
@@ -125,9 +125,9 @@ module FreshBooks
125
125
  []
126
126
  end
127
127
  end
128
- end
129
-
130
- def self.extract_list_result(api_result)
131
- convert_to_array_of_objects(api_result.andand[prefix.pluralize].andand[prefix])
128
+
129
+ def self.extract_list_result(api_result)
130
+ convert_to_array_of_objects(api_result.andand[prefix.pluralize].andand[prefix])
131
+ end
132
132
  end
133
133
  end
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.6"
4
+ version: "0.7"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Pohlenz