File: version.rb

package info (click to toggle)
ruby-multi-json 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 180 kB
  • sloc: ruby: 845; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 77 bytes parent folder | download
1
2
3
module MultiJson
  VERSION = "1.3.6" unless defined?(MultiJson::VERSION)
end