lib/layout_options/version.rb in layout_options-0.2 vs lib/layout_options/version.rb in layout_options-0.2.1
- old
+ new
@@ -1,7 +1,3 @@
module LayoutOptions
- module VERSION
- def self.to_s # :nodoc:
- '0.2'
- end
- end
+ VERSION = '0.2.1'
end