File: version.rb

package info (click to toggle)
ruby-bootstrap-switch-rails 3.3.4%2Bdfsg%2BREALLY.3.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 116 kB
  • sloc: sh: 63; ruby: 35; makefile: 16
file content (7 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
module Bootstrap
  module Switch
    module Rails
      VERSION = "3.3.4"
    end
  end
end