betlinks 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Betlinks
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/lib/betlinks.rb CHANGED
@@ -19,7 +19,7 @@ module Betlinks
19
19
  end
20
20
 
21
21
  def bl_read_data(path)
22
- data = File.open(path, "r").read
22
+ data = File.open(path, "r:UTF-8").read
23
23
  forks = data.split(/^\=.*?\n/)
24
24
  forks.each do |f|
25
25
  next if f.strip.empty?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: betlinks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: