jakal 0.1.91 → 0.1.92

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/jkl.rb +2 -1
  2. metadata +2 -2
data/lib/jkl.rb CHANGED
@@ -17,7 +17,8 @@ module Jkl
17
17
  end
18
18
 
19
19
  def topix_links(keyphrase)
20
- url = YAML::load_file('config/config.yml')['topix']
20
+ url = YAML::load_file('config/config.yml')['topix'] ||
21
+ "http://www.topix.net/rss/search/article?q="
21
22
  links("#{url}#{keyphrase}")
22
23
  end
23
24
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 91
9
- version: 0.1.91
8
+ - 92
9
+ version: 0.1.92
10
10
  platform: ruby
11
11
  authors:
12
12
  - sshingler