jakal 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/config/config.yml +4 -0
  2. metadata +3 -2
data/config/config.yml ADDED
@@ -0,0 +1,4 @@
1
+ topix:
2
+ http://www.topix.net/rss/search/article?q=
3
+ twitter:
4
+ http://search.twitter.com/trends.json
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 8
9
- version: 0.1.8
8
+ - 9
9
+ version: 0.1.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - sshingler
@@ -92,6 +92,7 @@ files:
92
92
  - test/fixtures/topix_rss.xml
93
93
  - test/unit/jkl_test.rb
94
94
  - test/unit/text_cleaning_test.rb
95
+ - config/config.yml
95
96
  - README.md
96
97
  - License.txt
97
98
  has_rdoc: true