File: version.rb

package info (click to toggle)
ruby-actionpack-xml-parser 2.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168 kB
  • sloc: ruby: 432; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (4)
1
2
3
4
5
module ActionPack
  class XmlParser
    VERSION = "2.0.1"
  end
end