lib/stove.rb in stove-2.0.0.beta.1 vs lib/stove.rb in stove-2.0.0.beta.2
- old
+ new
@@ -41,13 +41,14 @@
autoload :Optionable, 'stove/mixins/optionable'
autoload :Validatable, 'stove/mixins/validatable'
end
module Plugin
- autoload :Base, 'stove/plugins/base'
- autoload :Git, 'stove/plugins/git'
- autoload :GitHub, 'stove/plugins/github'
- autoload :JIRA, 'stove/plugins/jira'
+ autoload :Base, 'stove/plugins/base'
+ autoload :Community, 'stove/plugins/community'
+ autoload :Git, 'stove/plugins/git'
+ autoload :GitHub, 'stove/plugins/github'
+ autoload :JIRA, 'stove/plugins/jira'
end
#
# A constant to represent an unset value. +nil+ is too generic and doesn't
# allow users to specify a value as +nil+. Using this constant, we can