narou 1.4.0 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f889f3d5a5df83dbff3c259294b1931a9a4a079
4
- data.tar.gz: 239b082318e0fa16107128ca38f55ce0121dea91
3
+ metadata.gz: 43e6ec99e11ddd2b5011d5e9ae8941d0a171db33
4
+ data.tar.gz: 28689c6d65eca1aa302e82edafea4b38b760f9fd
5
5
  SHA512:
6
- metadata.gz: cdd282614694a0f27441cc97049b2e77e9696f3768cc86d36a34f515fb99114c043c8a3add2a005fd968582db521baccb3f80ce039a7597fc013119226f81b2b
7
- data.tar.gz: 66a387ce3d6268ae3cded70e841b041617dc4b9ccfd38da99fa5a1ae5dafae1be18d751e6fc92141e23361052f9b601c2b540c627a93d6e6c11e7cb86cced7cc
6
+ metadata.gz: b534dfa6f5414066761b44136973198a840b8f763aea45bfcc13e718ae7c2898b62186b247328fb07edfe906da4f7b30484e65b5832d012becd96e1180f175fd
7
+ data.tar.gz: 0680c0a008b9ebcc082135cabf25c3c40269728acd45e1f333d775c59a983797a5db63bf8c9e8f2c9f644845ac75809cd1a1b14ef80b6b3b897a8766f79af92b
@@ -2,6 +2,10 @@
2
2
  更新履歴 - ChangeLog
3
3
  --------------------
4
4
 
5
+ 2014/02/20 : **1.4.1**
6
+ * Bug Fix
7
+ 1.4.0 で章情報が取得できていなかったのを修正
8
+
5
9
  2014/02/20 : **1.4.0**
6
10
  * 重要な修正
7
11
  - 小説家になろうのレイアウト変更によって更新処理ができなくなっていたものを修正しました
@@ -3,7 +3,7 @@
3
3
  # Copyright 2013 whiteleaf. All rights reserved.
4
4
  #
5
5
 
6
- Version = "1.4.0"
6
+ Version = "1.4.1"
7
7
 
8
8
  cv_path = File.expand_path(File.join(File.dirname(__FILE__), "../commitversion"))
9
9
  if File.exists?(cv_path)
@@ -19,7 +19,7 @@ story: <div id="novel_ex">(?<story>.+?)</div>
19
19
  toc_url: \\k<top_url>/\\k<ncode>/
20
20
  subtitles: |-
21
21
  (?:<div class="chapter_title">(?<chapter>.+?)</div>
22
-
22
+
23
23
  )?<dl class="novel_sublist2" onclick="javascript:location.href='(?<href>/.+?/(?<index>\d+?)/)'">
24
24
  <dd class="subtitle"><a href=".+?">(?<subtitle>.+?)</a></dd>
25
25
  <dt class="long_update">
@@ -19,7 +19,7 @@ story: <div id="novel_ex">(?<story>.+?)</div>
19
19
  toc_url: \\k<top_url>/\\k<ncode>/
20
20
  subtitles: |-
21
21
  (?:<div class="chapter_title">(?<chapter>.+?)</div>
22
-
22
+
23
23
  )?<dl class="novel_sublist2" onclick="javascript:location.href='(?<href>/.+?/(?<index>\d+?)/)'">
24
24
  <dd class="subtitle"><a href=".+?">(?<subtitle>.+?)</a></dd>
25
25
  <dt class="long_update">
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.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - whiteleaf7