steveklabnik/json-merge_patch

View on GitHub
lib/json/merge_patch/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# The Ruby standard Library exports JSON
# http://www.ruby-doc.org/stdlib-1.9.3/libdoc/json/rdoc/
module JSON
  class MergePatch
    # The current version of json-merge_patch
    VERSION = "1.1.0"
  end
end