ruboty-hatena_hotentry 0.0.1 → 0.0.2

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: f5235b7f615abcde6b5862fab1f03d5fc4bcfc47
4
- data.tar.gz: 1058ed0b2286731f41112453be73cc6d22968eb4
3
+ metadata.gz: dfb63fd3b4fb8ce2de317baab9aff6885ed6d118
4
+ data.tar.gz: f39c567247c253b16cc3a03bc32ebb3fd149c186
5
5
  SHA512:
6
- metadata.gz: 39f3e8b847a401c9a5a27714fda48c5c47f9f5de6510307463ebf92dabe852ce69c2ec781b96ae6f4b1ee4a308bfb64c60246c699aae9fbcbc3e6d6868ece763
7
- data.tar.gz: bf9444ed67ad99cd8c14060b24b128c4faa66e68cc294eb95c45c13b4c2116391964b1c6155eee4d926bcf287f0812243527da018af5fdfbd1903fcc4d89c4ad
6
+ metadata.gz: 44ceb4292a6c5b892023ca0cec09411eebc259f118d6c81d2222918f41f14c3f72fbc033e3994376963f43ff7fdfdecbfc09a91712b80233c6910bd6c14fc894
7
+ data.tar.gz: 2d7612092ba3283a113a3fe963dd65c7208a52b97a547d1c0ff338f4e372380d5bb07b7e6f0f43f5939a48c6120d34657462863b4145d92c5b7a5108ff552b5d
data/README.md CHANGED
@@ -2,6 +2,8 @@ Ruboty::HatenaHotentry
2
2
  ==========
3
3
 
4
4
  ## Overview
5
+ This plug-in is for [Ruboty](https://github.com/r7kamura/ruboty).
6
+ Refer Hotentry of [HatenaBookmark](http://b.hatena.ne.jp/).
5
7
 
6
8
 
7
9
 
@@ -13,7 +15,7 @@ ruboty hotentry {all|social|economics|life|knowledge|it|fun|entertainment|game}
13
15
 
14
16
  ## Demo
15
17
 
16
- ここにgifあにめ
18
+ Coming soon...
17
19
 
18
20
 
19
21
  ## Installation
@@ -5,7 +5,7 @@ module Ruboty
5
5
  module HatenaHotentry
6
6
  class Client
7
7
  URL_FOR_ALL = "http://b.hatena.ne.jp/hotentry?mode=rss&sort=popular"
8
- URL_FOR_CATEGORY = "http://b.hatena.ne.jp/hotentry/%{category}.rss&sort=popular"
8
+ URL_FOR_CATEGORY = "http://b.hatena.ne.jp/hotentry/%{category}.rss?&sort=popular"
9
9
 
10
10
  NAMESPACES = {
11
11
  "rss" => "http://purl.org/rss/1.0/",
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module HatenaHotentry
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-hatena_hotentry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fukui ReTu