File: version.rb

package info (click to toggle)
ruby-cal-heatmap-rails 3.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 122
  • sloc: ruby: 17; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 87 bytes parent folder | download
1
2
3
4
5
6
7
module Cal
  module Heatmap
    module Rails
      VERSION = '3.6.0'
    end
  end
end