narou 1.5.0 → 1.5.0.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.

Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/downloader.rb +1 -1
  3. data/lib/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bce2031dceba922fca9fc843088ff77c43ff0dd4
4
- data.tar.gz: 501d6dac5cfa8c43d9304c8fd5e159a7bf12e15b
3
+ metadata.gz: 21c6f5cda4241fe86a3a338663d252a270c9c450
4
+ data.tar.gz: f670f44a6388b07e50712a7b368a9b45fed6c37b
5
5
  SHA512:
6
- metadata.gz: daef334a677d5781a3a6c1925510b7fcfe6f36fb17700d6b1948774c8db4f01474d6ab9dbe96abb2d91c30d3fc0eff1cf7cb7ae504f96a1fde05cee2c11bfc98
7
- data.tar.gz: ae20ca9af18deb976959dba564a24640e3c4b90cc14962315ccd65446843d703c525155672add03546baa55a1704cdb0e6b5e7c50f2c52307d4da0da1d6cfd56
6
+ metadata.gz: d67bd81d584607d9f7e5a1126002b2e782edd459e75d1e43c9b08535dc30daccde804b666b47a975175b3cac7e91a58b182cb89ae10b0f9a82b81bc7d4b9877a
7
+ data.tar.gz: 7b96bdb5b9e05476cfc212d7ee63275b1e91f4b49f84defffe37f4f7acc0432f1498760a92b6b7c154cedb7fa3f80143527ece18a7d38e8dd878868479adc745
@@ -446,8 +446,8 @@ class Downloader
446
446
  info = Narou::API.new(@setting, "nt")
447
447
  else
448
448
  info = NovelInfo.load(@setting)
449
- @novel_type = info ? info["novel_type"] : NOVEL_TYPE_SERIES
450
449
  end
450
+ @novel_type = info ? info["novel_type"] : NOVEL_TYPE_SERIES
451
451
  end
452
452
  @novel_type
453
453
  end
@@ -3,7 +3,7 @@
3
3
  # Copyright 2013 whiteleaf. All rights reserved.
4
4
  #
5
5
 
6
- Version = "1.5.0"
6
+ Version = "1.5.0.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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: narou
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - whiteleaf7
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-05 00:00:00.000000000 Z
11
+ date: 2014-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: termcolor