File: version.rb

package info (click to toggle)
ruby-http-form-data 1.0.1%2Bgemwatch-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 176 kB
  • ctags: 46
  • sloc: ruby: 366; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 81 bytes parent folder | download
1
2
3
4
5
6
module HTTP
  module FormData
    # Gem version.
    VERSION = "1.0.1"
  end
end