lib/chili_videos.rb in chili_videos-0.2.1 vs lib/chili_videos.rb in chili_videos-0.2.2
- old
+ new
@@ -8,10 +8,10 @@
require 'chili_videos/config'
module ChiliVideos
extend self
- VERSION = '0.2.1' unless defined?(ChiliVideos::VERSION)
+ VERSION = '0.2.2' unless defined?(ChiliVideos::VERSION)
def configured?
!Config.api_key.blank? && !Config.workflow.blank?
end
end