toast 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
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