lib/safe_operation/version.rb in
safe_operation-1.0.0
vs lib/safe_operation/version.rb in
safe_operation-2.0.0
- old
+ new
@@ -1,3 +1,3 @@
-module SafeOperation
- VERSION = "1.0.0"
+class SafeOperation
+ VERSION = "2.0.0"
end