lib/bubble-wrap/version.rb in bubble-wrap-1.2.0.pre vs lib/bubble-wrap/version.rb in bubble-wrap-1.2.0

- old
+ new

@@ -1,6 +1,6 @@ module BubbleWrap - VERSION = '1.2.0.pre' unless defined?(BubbleWrap::VERSION) + VERSION = '1.2.0' unless defined?(BubbleWrap::VERSION) MIN_MOTION_VERSION = '1.24' module_function def minor_version(version_str) version_str.split(".")[1].to_i