not_found_catcher 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: be729cb9d47f23ef15271fa995c3df3d4715ce66
4
- data.tar.gz: c98e3a14011a8b2f4a01ed69be9aef1d694867f1
2
+ SHA256:
3
+ metadata.gz: ab84c1624060d0c79e0bf08a3c919135ae2c3a9e45a7920fc1dbc096e893f8d7
4
+ data.tar.gz: 71aa2eaafcae859c260751766d77a4640cfcd7527f5e9eaa58971a43a8a728b0
5
5
  SHA512:
6
- metadata.gz: ad9568bab8851ad595f17b0d7f5631ee040cd10e555a5a3b312cb317666103240180ddad49c02c27234e460e2ee028e80030b4ad809b47824f0bebbef81e563f
7
- data.tar.gz: 165c2abf4a01399a2661263d9055e81066ced355260f17e92318c1a6bde1364e44a14cad8cca424ed6c8924be480901cacc2f266b20441b162b36ad2aa040326
6
+ metadata.gz: d63f39838aa63d8727b073c76edc7909965fa858e6709ef9cccaf464461ef614441f410ef696e11ec883d74a025472fb6d1b3dfe3608dfc89f5f0f16901ad909
7
+ data.tar.gz: adfc852ab02da1a38edb5430ceeb7b32525cd26c7342922b1c88669fe06b36f5ab6c90b8043ce7796e3cfad0b809d50f3a81a58bd66c6e99995951b5911bfdc6
@@ -4,6 +4,7 @@ module NotFoundCatcher
4
4
 
5
5
  autoload :RequestStore
6
6
  autoload :RequestParser
7
+ autoload :NotFoundRouteException
7
8
 
8
9
  ##
9
10
  # Posizione del file yml in cui registrare tutte le richieste andate male
@@ -1,3 +1,3 @@
1
1
  module NotFoundCatcher
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: not_found_catcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marino Bonetti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-08 00:00:00.000000000 Z
11
+ date: 2019-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -63,9 +63,6 @@ files:
63
63
  - app/controllers/not_found_catcher/roles_controller.rb
64
64
  - app/helpers/not_found_catcher/application_helper.rb
65
65
  - app/jobs/not_found_catcher/application_job.rb
66
- - app/lib/not_found_catcher/not_found_route_exception.rb
67
- - app/lib/not_found_catcher/request_parser.rb
68
- - app/lib/not_found_catcher/request_store.rb
69
66
  - app/mailers/not_found_catcher/application_mailer.rb
70
67
  - app/middleware/not_found_catcher/middleware.rb
71
68
  - app/models/not_found_catcher/application_record.rb
@@ -79,6 +76,9 @@ files:
79
76
  - lib/generators/not_found_catcher/templates/not_found_catcher.rb.erb
80
77
  - lib/not_found_catcher.rb
81
78
  - lib/not_found_catcher/engine.rb
79
+ - lib/not_found_catcher/not_found_route_exception.rb
80
+ - lib/not_found_catcher/request_parser.rb
81
+ - lib/not_found_catcher/request_store.rb
82
82
  - lib/not_found_catcher/version.rb
83
83
  - lib/tasks/not_found_catcher_tasks.rake
84
84
  homepage: http://gitbuh.com/oniram88/NotFoundCatcher
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  version: '0'
102
102
  requirements: []
103
103
  rubyforge_project:
104
- rubygems_version: 2.5.2
104
+ rubygems_version: 2.7.7
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: Mountable Engine to catch not_found_errors and to administrate redirects