toast 0.8.10 → 0.8.11

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.
@@ -3,7 +3,7 @@ module Toast
3
3
  class ResourceNotFound < Exception; end
4
4
  class MethodNotAllowed < Exception; end
5
5
  class PayloadInvalid < Exception; end
6
- class LinkInvalid < Exception; end
6
+ class Conflict < Exception; end
7
7
  class PayloadFormatError < Exception; end
8
8
  class UnsupportedMediaType < Exception; end
9
9
  class RequestedVersionNotDefined < Exception; end
data/lib/toast/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Toast
2
- VERSION = '0.8.10'
2
+ VERSION = '0.8.11'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 8
8
- - 10
9
- version: 0.8.10
8
+ - 11
9
+ version: 0.8.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - "robokopp (Robert Anni\xC3\xA9s)"
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2013-09-16 00:00:00 +02:00
17
+ date: 2013-09-17 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency