File: version.rb

package info (click to toggle)
ruby-jquery-atwho-rails 1.5.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 148 kB
  • sloc: ruby: 83; sh: 45; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
module Jquery
  module Atwho
    module Rails
      VERSION = '1.5.4'
    end
  end
end