lib/buzzsprout.rb in buzzsprout-0.0.3 vs lib/buzzsprout.rb in buzzsprout-0.0.4
- old
+ new
@@ -1,9 +1,9 @@
require 'rubygems'
require 'time'
-require 'activesupport'
+#require 'active_support'
require 'hashie'
require 'httparty'
@@ -11,9 +11,11 @@
directory = File.expand_path(File.dirname(__FILE__))
Hash.send :include, Hashie::HashExtensions
module Buzzsprout
+
+ VERSION = '0.0.4'.freeze
# List all the episodes for a podcast
#
# @param [Fixnum] podcast_id The ID for the podcast
# @param [Array<String>] tags An array of tags to filter episodes
\ No newline at end of file