File: version.rb

package info (click to toggle)
ruby-json 2.15.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,684 kB
  • sloc: ruby: 4,288; java: 4,062; ansic: 3,627; sh: 22; makefile: 11
file content (5 lines) | stat: -rw-r--r-- 68 bytes parent folder | download
1
2
3
4
5
# frozen_string_literal: true

module JSON
  VERSION = '2.15.2'
end