rss2html 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rss2html/version.rb +19 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38aaf150d0e2dcbe2bf5df30cef70cbab4319685
4
- data.tar.gz: c8b73de1683033e1c5540ced670023622cf28878
3
+ metadata.gz: 53d913a65555e714987c0f276b0be006527f3b96
4
+ data.tar.gz: e11bc84796136a61b802ac93d2e935fbca1e37d9
5
5
  SHA512:
6
- metadata.gz: 828dea5e012db8324eb2a4be24088f0a20ac1ca0b64aa4dad5be7e4e0a604826d58c2b25a20b4ae322725999601a3011ad4f07666520d97761f952ee360edcb4
7
- data.tar.gz: f6624865c588c592275816263b548153cd0895cc65c8215ce03b702d71e5102a3ca9dfe759089538cd72eeca0e9f32a1bc9ad9f4de56a12f482f85ca8bd0c4d7
6
+ metadata.gz: 33de279c58474d0c6a291d9bd524bd3fabff17b76d69c09fc23f6d7336e648d283b506a11b733d08e688f8c120a7acc89c892faefff9b1d89f55761de53b8edf
7
+ data.tar.gz: 2d694298043782357ba0aeefb2bfa6e0f4468151c6cb72f912a18bae64d015a060fa94b02d5e24288203756a873a21d76c0493349334b6ed8a5371c5258218e9
@@ -0,0 +1,19 @@
1
+ # RSS to HTML converter
2
+ # Copyright (C) 2015 Harald Eilertsen
3
+ #
4
+ # This program is free software: you can redistribute it and/or modify
5
+ # it under the terms of the GNU Affero General Public License as published by
6
+ # the Free Software Foundation, either version 3 of the License, or
7
+ # (at your option) any later version.
8
+ #
9
+ # This program is distributed in the hope that it will be useful,
10
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ # GNU Affero General Public License for more details.
13
+ #
14
+ # You should have received a copy of the GNU Affero General Public License
15
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
+
17
+ module Rss2Html
18
+ VERSION = "0.1.2"
19
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rss2html
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harald Eilertsen
@@ -24,6 +24,7 @@ files:
24
24
  - lib/rss2html.rb
25
25
  - lib/rss2html/feed.rb
26
26
  - lib/rss2html/feed_item.rb
27
+ - lib/rss2html/version.rb
27
28
  - lib/rss2html/views/feed_footer.html.erb
28
29
  - lib/rss2html/views/feed_header.html.erb
29
30
  - lib/rss2html/views/item.html.erb