eventbright 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
@@ -9,7 +9,7 @@ module EventBright
9
9
  response = unnest_child_response(response)
10
10
  c = klass.new(owner, response[klass.plural_name], self)
11
11
  rescue EventBright::Error => e
12
- if e.type == "Not Found" || e.type == "Discount error"
12
+ if e.type == "Not Found" || e.type == "Discount error" || e.type == "Order error"
13
13
  c = klass.new(owner, nil, self)
14
14
  else
15
15
  raise e
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Haslem
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-14 00:00:00 -04:00
17
+ date: 2010-05-11 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency