diff options
Diffstat (limited to 'lib/rss2html.rb')
-rw-r--r-- | lib/rss2html.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rss2html.rb b/lib/rss2html.rb index 6d95382..ebcc3e7 100644 --- a/lib/rss2html.rb +++ b/lib/rss2html.rb @@ -14,5 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +require 'rss2html/version' require 'rss2html/feed' require 'rss2html/feed_item' |