sheltered-girl 4.0.3.11 → 4.0.4.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/bin/zinbeiw CHANGED
@@ -334,7 +334,7 @@ rename ファイルの名前を変えます
334
334
 
335
335
  makefolder フォルダを作成します
336
336
 
337
- NumberGame 数字当てゲームです
337
+ NumberGame 数字当てゲームです (乱数版)
338
338
 
339
339
  Encode 文字列のエンコードを評価します
340
340
 
data/lib/version.rb CHANGED
@@ -4,7 +4,7 @@ require 'date'
4
4
 
5
5
  class EngineLeft
6
6
  def self.version
7
- '4.0.3.11'.to_s
7
+ '4.0.4.1'.to_s
8
8
  end
9
9
  end
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sheltered-girl
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3.11
4
+ version: 4.0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takayuki Kamiyama