mambanation 0.1.31 → 0.1.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/mambanation.rb +1 -1
  3. metadata +6 -6
data/VERSION.yml CHANGED
@@ -2,4 +2,4 @@
2
2
  :major: 0
3
3
  :build:
4
4
  :minor: 1
5
- :patch: 31
5
+ :patch: 32
data/lib/mambanation.rb CHANGED
@@ -71,7 +71,7 @@ module MambaNation
71
71
  end
72
72
 
73
73
  def self.parse(response)
74
- Yajl::Parser.parse(response.body)
74
+ Yajl::Parser.parse(response.body) rescue {'error' => response}
75
75
  end
76
76
 
77
77
  def self.mash(obj)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mambanation
3
3
  version: !ruby/object:Gem::Version
4
- hash: 37
4
+ hash: 91
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 31
10
- version: 0.1.31
9
+ - 32
10
+ version: 0.1.32
11
11
  platform: ruby
12
12
  authors:
13
13
  - "J\xC3\xA9r\xC3\xA9my Van de Wyngaert"
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-10-27 00:00:00 +02:00
20
+ date: 2010-12-31 00:00:00 +01:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -199,8 +199,8 @@ homepage: https://github.com/mimesis/mambanation-wrapper
199
199
  licenses: []
200
200
 
201
201
  post_install_message:
202
- rdoc_options:
203
- - --charset=UTF-8
202
+ rdoc_options: []
203
+
204
204
  require_paths:
205
205
  - lib
206
206
  required_ruby_version: !ruby/object:Gem::Requirement