khall-metric_fu 1.0.2.1 → 1.0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/generators/saikuro.rb +1 -1
  2. metadata +1 -1
@@ -97,7 +97,7 @@ class Saikuro::SFile
97
97
 
98
98
  def self.is_valid_text_file?(path)
99
99
  File.open(path, "r") do |f|
100
- if f.eof? || !f.readline.match /--/
100
+ if f.eof? || !f.readline.match(/--/)
101
101
  return false
102
102
  else
103
103
  return true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: khall-metric_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2.1
4
+ version: 1.0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Scruggs