fushin 0.3.0 → 0.3.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
  SHA256:
3
- metadata.gz: f402cb7c3070e77bb107ced253fd8e45523cc3b3b9959513f7f433bc09b509f4
4
- data.tar.gz: ec513abb9b13997529979700eb708512265d5c5453ea5fe66f95dee6588f18f6
3
+ metadata.gz: 4a3216a5de562191b2da4ac160930ebe75bb67015ff575a973ebbfdfe7b40bbc
4
+ data.tar.gz: a86b9615c22f44519bafb165fd4503b16c4cab05be70789bb3fdf3a8ade5a113
5
5
  SHA512:
6
- metadata.gz: a7fdd518f8563d0ad64fc10d26040ba9d28148592d3aa76163d0bd7007bc3b54c9f3271b8e6b29029f2220503cdd6973da622edccf9c95bdf3419b3cc71d7efc
7
- data.tar.gz: 5d66cc5cedd1cbc2d8e940a90f1bda5405a1bccaac070a9fd27690d4f9b9b2e4ce0a112688f29c61f3a191976c957c5ea429b3a96d0edb3926da3e335a3b555f
6
+ metadata.gz: 5e05122ab0d685cb9f6e3bb3c793c822f23752620f11027912fd298d5302d8a019d9117124f8d8cd4b53e20afb1c3c0a0153f26d17f3131a631bf1ac16a67359
7
+ data.tar.gz: 731890e6307ff91e1a7a5d6d6c4b22085f6e28e1bad95de9591ec6fcb68a164a4b32d960a1fa9dc1d931788a47bbdc067038adc7b28d5f48add940ebca1e6de2
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # Fushin
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/fushin.svg)](https://badge.fury.io/rb/fushin)
3
4
  [![Build Status](https://travis-ci.org/ninoseki/fushin.svg?branch=master)](https://travis-ci.org/ninoseki/fushin)
4
5
  [![Coverage Status](https://coveralls.io/repos/github/ninoseki/fushin/badge.svg?branch=master)](https://coveralls.io/github/ninoseki/fushin?branch=master)
5
6
  [![Codacy Badge](https://api.codacy.com/project/badge/Grade/91a8eb8d1fcf428294661e9d12b03283)](https://www.codacy.com/app/ninoseki/fushin)
@@ -8,7 +8,7 @@ module Fushin
8
8
  end
9
9
 
10
10
  def main_cleanup_selectors
11
- %w(script iframe .listCategoryArticle)
11
+ %w(script iframe .listCategoryArticle font)
12
12
  end
13
13
  end
14
14
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fushin
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fushin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manabu Niseki