narou 3.3.0 → 3.3.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of narou might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d831317cdab7a1fdd473270ed461b4bde77e78d77f500f8fa2c886e29dfd1b2
4
- data.tar.gz: cc641276d0e0df6cdc7cc07ad9ef6d9d55379493c6cda937222469eb5f002a36
3
+ metadata.gz: 126b3f135deaeaecd4de2d248ee0d4d5c7977c2fad56f295f5ac7bd7d96546e9
4
+ data.tar.gz: cecdcaf6f254e9a55eb85e92ddfe75782cb3b3c5fe5ce1219cdc6d785b79713f
5
5
  SHA512:
6
- metadata.gz: bf42bfb6fcb60532bfd2b1bd34f5bfa70ef98c789e857631bfd61ab43c6e16ba11f859cece97940a0bc92332f8e35c5b9199d1caf75088905d99c6e75c8a61cd
7
- data.tar.gz: cd3f64b1da5ddd56553a11581227f1e28d5dca2a2490370688dc163daad503df33075cf37ade6804767d6275fe2cdd94c4f93c7b9d81fa5e59a55c458c98bf59
6
+ metadata.gz: 84f766ee89390aebcc115245d514b7edbc7301bc4bf53aeee47f09b0ebaf06e56a6b8ee57abfa93fe4e3696a1a8ced83b22cc5b5d30c01351191908467341d77
7
+ data.tar.gz: cfbf66fac201f8a8bf6478125eee2b672f75ced5feec61a16cddb6799142708bf453c01a1108a8e23eb779ff03e0ea372ca7377496820f1c1d7b3d1597ceaa5d
@@ -1,6 +1,13 @@
1
1
  更新履歴 - ChangeLog
2
2
  ====================
3
3
 
4
+ 3.3.1: 2018/09/29
5
+ ------------------
6
+ #### 修正内容
7
+ - Windows において、ユーザー名や管理フォルダに全角文字が含まれている場合に、
8
+ エラーが出るようになっていた
9
+
10
+
4
11
  3.3.0: 2018/09/22
5
12
  ------------------
6
13
  #### 追加機能
data/README.md CHANGED
@@ -1,17 +1,17 @@
1
- Narou.rb 「小説家になろう」「小説を読もう!」ダウンローダ&縦書用整形スクリプト
2
- ============================================================
1
+ Narou.rb - 小説家になろうダウンローダー&電子書籍端末での利用に超特化した管理ツール
2
+ ===================================================================================
3
3
 
4
4
  [![Gem Version](https://badge.fury.io/rb/narou.svg)](http://badge.fury.io/rb/narou)
5
5
  [![Join the chat at https://gitter.im/whiteleaf7/narou](https://badges.gitter.im/whiteleaf7/narou.svg)](https://gitter.im/whiteleaf7/narou?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
6
 
7
7
  概要 - Summary
8
8
  --------------
9
- このアプリは[小説家になろう](http://syosetu.com/)、[小説を読もう!](http://yomou.syosetu.com/)で公開されている小説の管理、
9
+ このアプリは[小説家になろう](http://syosetu.com/)などで公開されている小説の管理、
10
10
  及び電子書籍データへの変換を支援します。縦書き用に特化されており、
11
- 横書き用に特化されたWEB小説を違和感なく縦書きで読むことが出来るようになります。
11
+ 横書きに最適化されたWEB小説を違和感なく縦書きで読むことが出来るようになります。
12
12
  また、校正機能もありますので、小説としての一般的な整形ルールに矯正します。(例:感嘆符のあとにはスペースが必ずくる)
13
13
 
14
- 対応小説サイト:
14
+ 小説家になろうを含めて、下記のサイトに対応しています。
15
15
  + 小説家になろう http://syosetu.com/
16
16
  + ノクターンノベルズ http://noc.syosetu.com/
17
17
  + ムーンライトノベルズ http://mnlt.syosetu.com/
@@ -23,7 +23,8 @@ Narou.rb ― 「小説家になろう」「小説を読もう!」ダウンロ
23
23
 
24
24
  コンソールで操作するアプリケーションですが、ブラウザを使って直感的に操作することができる WEB UI も搭載!([デモページ](http://whiteleaf7.github.io/narou/demo/))
25
25
 
26
- 主な機能は小説家になろうの小説のダウンロード、更新管理、テキスト整形、AozoraEpub3・kindlegen連携によるEPUB/MOBI出力です。
26
+ 主な機能は小説家になろうの小説のダウンロード、更新管理、テキスト整形、AozoraEpub3・kindlegen連携によるEPUB/MOBI出力です。
27
+ その他にも変換したデータを直接電子書籍端末へ送信する機能は、メールで送信する機能などもあります。
27
28
 
28
29
  詳細な説明やインストール方法は **[Narou.rb 説明書](https://github.com/whiteleaf7/narou/wiki)** を御覧ください。
29
30
 
@@ -33,6 +34,13 @@ Narou.rb ― 「小説家になろう」「小説を読もう!」ダウンロ
33
34
  更新履歴 - ChangeLog
34
35
  --------------------
35
36
 
37
+ 3.3.1: 2018/09/29
38
+ ------------------
39
+ #### 修正内容
40
+ - Windows において、ユーザー名や管理フォルダに全角文字が含まれている場合に、
41
+ エラーが出るようになっていた
42
+
43
+
36
44
  3.3.0: 2018/09/22
37
45
  ------------------
38
46
  #### 追加機能
@@ -184,7 +184,7 @@ module Command
184
184
  when :ok
185
185
  delete_modified_tag.call
186
186
  trigger(:success, data)
187
- puts "#{data["title"]} の更新チェックが完了しました"
187
+ puts "#{data["title"]} の更新が完了しました" if Narou.concurrency_enabled?
188
188
  if @options["no-convert"] ||
189
189
  (@options["convert-only-new-arrival"] && !result.new_arrivals)
190
190
  interval.force_wait
@@ -647,9 +647,9 @@ class ConverterBase
647
647
  top = "― "
648
648
  bottom = " ―"
649
649
  end
650
- str = +"   [#ゴシック体]#{top}"
650
+ str = +"   #{top}"
651
651
  str += hankaku_num_to_zenkaku_num(chapter.tr("0-9", "0-9"))
652
- str += "#{bottom}[#ゴシック体終わり]"
652
+ str += "#{bottom}"
653
653
  # 前後に空行を入れたいが、それは行処理ループ中に行う
654
654
  symbols_to_zenkaku(str)
655
655
  index = @@count_of_rebuild_container += 1
@@ -46,7 +46,7 @@ class NovelSetting
46
46
  if File.directory?(target.to_s)
47
47
  archive_path = target
48
48
  else
49
- archive_path = Downloader.get_novel_data_dir_by_target(target).to_s
49
+ archive_path = Downloader.get_novel_data_dir_by_target(target) || ""
50
50
  end
51
51
  @archive_path = File.expand_path(archive_path)
52
52
  @ignore_force = ignore_force
@@ -5,5 +5,5 @@
5
5
  #
6
6
 
7
7
  module Narou
8
- VERSION = "3.3.0"
8
+ VERSION = "3.3.1"
9
9
  end
@@ -32,6 +32,13 @@ Gem::Specification.new do |gem|
32
32
  install_message = <<-EOS
33
33
  #{"*" * 60}
34
34
 
35
+ 3.3.1: 2018/09/29
36
+ ------------------
37
+ #### 修正内容
38
+ - Windows において、ユーザー名や管理フォルダに全角文字が含まれている場合に、
39
+ エラーが出るようになっていた
40
+
41
+
35
42
  3.3.0: 2018/09/22
36
43
  ------------------
37
44
  #### 追加機能
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: narou
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - whiteleaf7
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-22 00:00:00.000000000 Z
11
+ date: 2018-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: termcolorlight
@@ -548,6 +548,13 @@ metadata: {}
548
548
  post_install_message: |
549
549
  ************************************************************
550
550
 
551
+ 3.3.1: 2018/09/29
552
+ ------------------
553
+ #### 修正内容
554
+ - Windows において、ユーザー名や管理フォルダに全角文字が含まれている場合に、
555
+ エラーが出るようになっていた
556
+
557
+
551
558
  3.3.0: 2018/09/22
552
559
  ------------------
553
560
  #### 追加機能