File: version.rb

package info (click to toggle)
ruby-jar-dependencies 0.3.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: ruby: 1,325; xml: 14; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
module Jars
  VERSION = '0.3.10'.freeze
  JRUBY_PLUGINS_VERSION = '1.1.3'.freeze
  DEPENDENCY_PLUGIN_VERSION = '2.8'.freeze
end