File: version.rb

package info (click to toggle)
ruby-underscore-rails 1.8.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • ctags: 8
  • sloc: ruby: 15; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 65 bytes parent folder | download
1
2
3
4
5
module Underscore
  module Rails
    VERSION = "1.8.2"
  end
end