fushin 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b48474b930310a070cc2c167a9a5cd2c7ac71b02d483f04ed7d0222279cf0c38
4
- data.tar.gz: c49aa6058338793e346ba82f85e4b4a8655226400eb7bcbd20e1306d8814268a
3
+ metadata.gz: 45e5e429220ee4897053cd2cf732ccf3423b0d5aab53423f8aec57549a0a240e
4
+ data.tar.gz: 072a988d06cca8c2f211767a1ea4dda589282ea630cabc3b6e41afde3dfe2097
5
5
  SHA512:
6
- metadata.gz: bfd7a8a405b83fe037ec366db45e43553837edadd0654361d94e1e9e8caeb3468dedee5a2acf3e322a538108c84fea11c85d562c24aebbd0ed3d156c3e04bc7d
7
- data.tar.gz: 7632859341be0ee8f0dd999c271e745ba6d5e0fb9edd4101cb5631cced46e058483076b7f900264a7b8525b7028914fb4bbcf48457fff4111ee82a000ac3c987
6
+ metadata.gz: 51c711d46af5097f286d9a218a54dffa60ed378e19f5ec4fdf6570994499c760ed48e273672e6ded1eaa9c3740f91f3c927d634b306964ede4788e1cebf2d119
7
+ data.tar.gz: 6beb9229082f2233c50cc62c23098a5d20fee1b2bca5d04725f397412861e05cae273d2932cbffd8a1eb040053d282b66e69a122015232af8edfb58006ed11d3
@@ -17,7 +17,7 @@ module Fushin
17
17
  when /kikey\.net/
18
18
  out << Posts::Kikey.new(link)
19
19
  when /seesaa\.net/
20
- otu << Posts::Seesaa.new(link)
20
+ out << Posts::Seesaa.new(link)
21
21
  when /shinobi\.jp/
22
22
  out << Posts::Shinobi.new(link)
23
23
  when /teacup\.com/
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fushin
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manabu Niseki
@@ -204,7 +204,6 @@ files:
204
204
  - ".rspec"
205
205
  - ".travis.yml"
206
206
  - Gemfile
207
- - LICENSE
208
207
  - LICENSE.txt
209
208
  - README.md
210
209
  - Rakefile
data/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2019 Manabu Niseki
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.