fassbinder 0.0.4 → 0.0.5

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.
@@ -1,3 +1,3 @@
1
1
  module Fassbinder
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: fassbinder
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paper Cavalier
@@ -95,7 +95,6 @@ files:
95
95
  - Rakefile
96
96
  - fassbinder.gemspec
97
97
  - lib/fassbinder.rb
98
- - lib/fassbinder/errors.rb
99
98
  - lib/fassbinder/request.rb
100
99
  - lib/fassbinder/response.rb
101
100
  - lib/fassbinder/version.rb
@@ -1,3 +0,0 @@
1
- module Fassbinder
2
- class InvalidResponseError < StandardError; end
3
- end