narou 1.1.2 → 1.1.2.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.
Files changed (5) hide show
  1. data/ChangeLog.md +4 -0
  2. data/README.md +4 -0
  3. data/lib/color.rb +1 -1
  4. data/lib/version.rb +1 -1
  5. metadata +1 -1
@@ -1,6 +1,10 @@
1
1
  
2
2
  更新履歴 - ChangeLog
3
3
  --------------------
4
+ 2013/03/18 : **1.1.2.1**
5
+ * Bug Fix
6
+ - Linuxで実行不可能になるエラー修正
7
+
4
8
  2013/03/17 : **1.1.2**
5
9
  * Bug Fix
6
10
  - Fiddleがない環境でエラーになってたので修正
data/README.md CHANGED
@@ -17,6 +17,10 @@ Narou.rb ― 小説家になろうダウンローダ&縦書用整形スクリ
17
17
 
18
18
  更新履歴 - ChangeLog
19
19
  --------------------
20
+ 2013/03/18 : **1.1.2.1**
21
+ * Bug Fix
22
+ - Linuxで実行不可能になるエラー修正
23
+
20
24
  2013/03/17 : **1.1.2**
21
25
  * Bug Fix
22
26
  - Fiddleがない環境でエラーになってたので修正
@@ -84,6 +84,6 @@ if RUBY_PLATFORM =~ /mswin(?!ce)|mingw|bccwin/i # without cygwin
84
84
  end
85
85
  else
86
86
  def write_color(str, console = STDOUT)
87
- console.write str.termcolor
87
+ console.write str
88
88
  end
89
89
  end
@@ -3,7 +3,7 @@
3
3
  # Copyright 2013 whiteleaf. All rights reserved.
4
4
  #
5
5
 
6
- Version = "1.1.2"
6
+ Version = "1.1.2.1"
7
7
 
8
8
  cv_path = File.expand_path(File.join(File.dirname(__FILE__), "../commitversion"))
9
9
  if File.exists?(cv_path)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: narou
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: