runit-man 1.6.2 → 1.6.3

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/lib/runit-man/app.rb +1 -1
  2. metadata +2 -2
data/lib/runit-man/app.rb CHANGED
@@ -87,7 +87,7 @@ class RunitMan < Sinatra::Base
87
87
  return nil
88
88
  end
89
89
  file_path = request.GET['file']
90
- return nil unless files_to_view.include?(file_path)
90
+ return nil unless all_files_to_view.include?(file_path)
91
91
  {
92
92
  :name => file_path,
93
93
  :text => IO.read(file_path)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 6
8
- - 2
9
- version: 1.6.2
8
+ - 3
9
+ version: 1.6.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Akzhan Abdulin