lib/agile_notifier.rb in agile_notifier-2.1.4 vs lib/agile_notifier.rb in agile_notifier-3.0.0
- old
+ new
@@ -1,5 +1,5 @@
Dir[(File.expand_path(File.dirname(__FILE__)) + "/agile_notifier/*.rb")].each { |file| require file }
module AgileNotifier
- VERSION = '2.1.4'
+ VERSION = '3.0.0'
end
\ No newline at end of file