filesystem-explorer 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,8 @@ module ActionDispatch
2
2
  module Routing
3
3
  class Mapper
4
4
  def filesystem_routes(&block)
5
+ FilesystemExplorer.routes.clear
6
+
5
7
  config_file_path = Rails.root.join('config', 'filesystem_explorer.yml')
6
8
 
7
9
  if File.exists?(config_file_path)
@@ -1,3 +1,3 @@
1
1
  module FilesystemExplorer
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filesystem-explorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: