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