nicoloid 1.0.0 → 1.0.1
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.
- data/lib/nicoloid.rb +3 -1
- data/lib/nicoloid/version.rb +1 -1
- metadata +1 -1
data/lib/nicoloid.rb
CHANGED
|
@@ -54,6 +54,7 @@ class Nicoloid
|
|
|
54
54
|
がくぽ
|
|
55
55
|
VY1
|
|
56
56
|
歌愛ユキ
|
|
57
|
+
miki
|
|
57
58
|
)
|
|
58
59
|
VOCALOIDS_ALIAS = {"Megpoid" => "GUMI",
|
|
59
60
|
"めぐっぽいど" => "GUMI",
|
|
@@ -71,7 +72,8 @@ class Nicoloid
|
|
|
71
72
|
"GUMI" => "Gumi",
|
|
72
73
|
"神威がくぽ" => "Kamui Gakupo",
|
|
73
74
|
"VY1" => "VY1",
|
|
74
|
-
"歌愛ユキ" => "Kaai Yuki"
|
|
75
|
+
"歌愛ユキ" => "Kaai Yuki",
|
|
76
|
+
"miki" => "miki"}
|
|
75
77
|
|
|
76
78
|
class << self
|
|
77
79
|
def puts_progress(str)
|
data/lib/nicoloid/version.rb
CHANGED