kindle-feeds 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +4 -0
  2. data/lib/kindle-feeds.rb +9 -7
  3. metadata +2 -2
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.0.2 / 2008-08-24
2
+
3
+ * minor bugfixes and tweaks
4
+
1
5
  === 1.0.0 / 2008-08-22
2
6
 
3
7
  * 1 major enhancement
data/lib/kindle-feeds.rb CHANGED
@@ -39,12 +39,14 @@ ERB_TEMPLATE = File.dirname(__FILE__) + "/kindle-feeds.erb.html"
39
39
  DEFAULT_FEEDS = <<END
40
40
  # kindle-feeds feed list
41
41
  #
42
- # Please edit this file so that it contains the section titles and feed URLs
43
- # that you want. Follow the format of the example: section titles immediately
44
- # followed by a list of URLs. The URLs should either be URLs of RSS or Atom
45
- # feeds or URLs of web pages that contain links to a RSS or Atom feed. The
46
- # 'http://' at the beginning of the URL is optional. Sections should be separated
47
- # by exactly one blank line.
42
+ # Please edit this file so that it contains the section
43
+ # titles and feed URLs that you want. Follow the format of
44
+ # the example: section titles immediately followed by a list
45
+ # of URLs. The URLs should either be URLs of RSS or Atom
46
+ # feeds or URLs of web pages that contain links to a RSS or
47
+ # Atom feed. The 'http://' at the beginning of the URL is
48
+ # optional. Sections should be separated by exactly one
49
+ # blank line.
48
50
 
49
51
  General News
50
52
  nytimes.com
@@ -195,7 +197,7 @@ class Section
195
197
  end
196
198
 
197
199
  class KindleFeeds
198
- VERSION = "1.0.1"
200
+ VERSION = "1.0.2"
199
201
  attr_accessor :sections
200
202
  # config is a text file with a certain format
201
203
  def initialize(config)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kindle-feeds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Choi
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-08-22 00:00:00 -04:00
12
+ date: 2008-08-24 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency