rss2mail 0.1.1 → 0.1.2

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.
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to rss2mail version 0.1.1
5
+ This documentation refers to rss2mail version 0.1.2
6
6
 
7
7
 
8
8
  == DESCRIPTION
data/lib/rss2mail/rss.rb CHANGED
@@ -84,6 +84,8 @@ module RSS2Mail
84
84
 
85
85
  class Item
86
86
 
87
+ include Util
88
+
87
89
  def initialize(item)
88
90
  @item = item
89
91
  end
@@ -4,7 +4,7 @@ module RSS2Mail
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 1
7
- TINY = 1
7
+ TINY = 2
8
8
 
9
9
  class << self
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rss2mail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-18 00:00:00.000000000 Z
12
+ date: 2012-09-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: simple-rss
@@ -107,7 +107,7 @@ rdoc_options:
107
107
  - --line-numbers
108
108
  - --all
109
109
  - --title
110
- - rss2mail Application documentation (v0.1.1)
110
+ - rss2mail Application documentation (v0.1.2)
111
111
  - --main
112
112
  - README
113
113
  require_paths: