rept 0.1.5 → 0.1.6

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 (3) hide show
  1. data/lib/init.yaml +1 -1
  2. data/lib/rept.rb +1 -1
  3. metadata +1 -1
data/lib/init.yaml CHANGED
@@ -1,4 +1,4 @@
1
1
  # �o�[�W�����ԍ�(�S�c�[���ŋ��ʂɂ��Ă���)
2
- version: "0.1.5"
2
+ version: "0.1.6"
3
3
 
4
4
  # @insert
data/lib/rept.rb CHANGED
@@ -262,7 +262,7 @@ class Creator
262
262
 
263
263
  if (lineNo != -1)
264
264
  data = []
265
- open(file_name) do |file|
265
+ open(@conv_file_name) do |file|
266
266
  file.each do |line|
267
267
  data << line
268
268
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rept
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ongaeshi