neri 0.9.6 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/neri/runtime.rb CHANGED
@@ -139,6 +139,7 @@ module Neri
139
139
 
140
140
  def search_in_load_path(file_path)
141
141
  $LOAD_PATH.each do |path_str|
142
+ path_str = path_str.dup.force_encoding(Encoding::UTF_8) if path_str.encoding == Encoding::BINARY
142
143
  load_path = Pathname.new(path_str.encode(Encoding::UTF_8))
143
144
  candidate_path_str = path_in_datafile(load_path + file_path)
144
145
  return candidate_path_str if candidate_path_str
data/lib/neri/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Neri
2
- VERSION = -"0.9.6"
2
+ VERSION = -"1.1.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neri
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - nodai2hITC
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-29 00:00:00.000000000 Z
11
+ date: 2022-08-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Neri builds Windows batfile or exefile from Ruby script.
14
14
  email: