toast 0.3.4 → 0.3.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.
Files changed (2) hide show
  1. data/config/routes.rb +0 -3
  2. metadata +2 -2
data/config/routes.rb CHANGED
@@ -15,9 +15,6 @@ Rails.application.routes.draw do
15
15
  :defaults => { :format => 'json' })
16
16
  end
17
17
 
18
- match ":resource(/:id(/:subresource))" => 'toast#not_found', :constraints => { :id => /\d+/ }
19
- match ":resource/:subresource" => 'toast#not_found'
20
-
21
18
  end
22
19
 
23
20
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 4
9
- version: 0.3.4
8
+ - 5
9
+ version: 0.3.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Robert Annies