lib/chicanery.rb in chicanery-0.1.8 vs lib/chicanery.rb in chicanery-0.1.9
- old
+ new
@@ -2,10 +2,11 @@
require 'simplecov'
require 'simplecov-gem-adapter'
SimpleCov.start 'gem'
end
+require 'chicanery/version'
require 'chicanery/persistence'
require 'chicanery/servers'
require 'chicanery/repos'
require 'chicanery/sites'
require 'chicanery/summary'
@@ -13,11 +14,9 @@
module Chicanery
include Persistence
include Servers
include Repos
include Sites
-
- VERSION = "0.1.8"
def poll_period seconds=nil
@poll_period = seconds if seconds
@poll_period
end
\ No newline at end of file