eturem 0.5.3 → 0.5.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f7d954f618abe8fcf4f93cf3090a13ba9ef7ddca3c3ef56404e00e435c45432
4
- data.tar.gz: 021fa72979dd1c3c1ea0a98b8d5fef4be838e7b70ccf1bfd9845cdb74d5a73e4
3
+ metadata.gz: 9ed0136e6e6779e55693bd0a6f590b95363b5aaf84722bb248831d91fad523eb
4
+ data.tar.gz: 3d1d6093524459a035511d5d448be8ec091b98b4bf6d5c621603738f20975d9c
5
5
  SHA512:
6
- metadata.gz: b3d9767cb1cee6cc3488c4a3ba10e2a28f8d3678c0248a55274d7e4541bcdd31882dca11ce731915a5c17b16a93750c0790043e6c3f967af522ebe3a72accd9b
7
- data.tar.gz: eac6deef0d5b16d83c038bca2ea11b457fc7e6966c4867f2c1e85ecf781ab64d8329103b025bca75390d30fbb8b8b8b3a22ce2fe7c7e1991f0bf131d73899820
6
+ metadata.gz: f0f779edb6b6c075b0972ec61f650c6718e050dcfdf3ef3e5b98b08becbe10f408d05de56357781171e73ae9aa9fb2f3eabcca07a449b22be61f6519a9329913
7
+ data.tar.gz: 9db1e762493e2f16be83b36977ddc19107c4d979c3f49ac34bd4052180dcfea9fdf15a327a2be27e32a4f5f5e40fe6e77be1b61349c26e16a83834a296a6a496
data/lib/eturem/base.rb CHANGED
@@ -120,7 +120,7 @@ module Eturem
120
120
  File.expand_path(location.path).start_with?(this_dirpath) ||
121
121
  location.path.end_with?(
122
122
  "/rubygems/core_ext/kernel_require.rb",
123
- "/rubygems/core_ext/kernel_require.rb"
123
+ "/rubygems/core_ext/kernel_require.rb>"
124
124
  )
125
125
  end
126
126
 
@@ -1,3 +1,5 @@
1
+ # coding: utf-8
2
+
1
3
  require "eturem/base"
2
4
  Dir[File.expand_path("..", __FILE__) + "/*.rb"].each do |path|
3
5
  require path unless path == File.expand_path(__FILE__)
@@ -1,3 +1,5 @@
1
+ # coding: utf-8
2
+
1
3
  require "eturem/base"
2
4
  Dir[File.expand_path("..", __FILE__) + "/*.rb"].each do |path|
3
5
  require path unless path == File.expand_path(__FILE__)
@@ -1,3 +1,3 @@
1
1
  module Eturem
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eturem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - nodai2hITC