lib/woothee/util.rb in woothee-0.4.2 vs lib/woothee/util.rb in woothee-1.0.0
- old
+ new
@@ -19,6 +19,10 @@
end
def update_os(target, os)
target[Woothee::ATTRIBUTE_OS] = os
end
+
+ def update_os_version(target, version)
+ target[Woothee::ATTRIBUTE_OS_VERSION] = version
+ end
end