File: version.rb

package info (click to toggle)
ruby-sprockets-rails 3.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 436 kB
  • sloc: ruby: 2,071; makefile: 4; javascript: 4
file content (5 lines) | stat: -rw-r--r-- 64 bytes parent folder | download
1
2
3
4
5
module Sprockets
  module Rails
    VERSION = "3.4.1"
  end
end