File: version.rb

package info (click to toggle)
ruby-netcdf 0.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 924 kB
  • sloc: ansic: 4,024; ruby: 1,884; csh: 6; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 62 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
module NumRu
  class NetCDF

    VERSION = "0.8.0"

  end
end