kindle-feeds 1.0.3 → 1.0.4

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.
@@ -7,6 +7,7 @@
7
7
  <a name="start"></a>
8
8
 
9
9
  <h1>Kindle Feeds</h1>
10
+ <p>version <%= KindleFeeds::VERSION %></p>
10
11
  <p>copyright 2008 Daniel Choi</p>
11
12
  <p>contact: dhchoi@gmail.com</p>
12
13
  <p>open source license: <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></p>
data/lib/kindle-feeds.rb CHANGED
@@ -204,7 +204,7 @@ class Section
204
204
  end
205
205
 
206
206
  class KindleFeeds
207
- VERSION = "1.0.3"
207
+ VERSION = "1.0.4"
208
208
  attr_accessor :sections
209
209
  # config is a text file with a certain format
210
210
  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.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Choi