mogli 0.0.20 → 0.0.21
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.
- data/lib/mogli/client.rb +0 -1
- metadata +3 -3
data/lib/mogli/client.rb
CHANGED
|
@@ -110,7 +110,6 @@ module Mogli
|
|
|
110
110
|
|
|
111
111
|
def get_and_map(path,klass=nil,body_args = {})
|
|
112
112
|
data = self.class.get(api_path(path),:query=>default_params.merge(body_args))
|
|
113
|
-
debugger
|
|
114
113
|
data = data.values if body_args.key?(:ids) && !data.key?('error')
|
|
115
114
|
map_data(data,klass)
|
|
116
115
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mogli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 53
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 21
|
|
10
|
+
version: 0.0.21
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Mike Mangino
|