File: gem_metadata.rb

package info (click to toggle)
ruby-molinillo 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: ruby: 1,357; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 109 bytes parent folder | download
1
2
3
4
5
6
# frozen_string_literal: true

module Molinillo
  # The version of Molinillo.
  VERSION = '0.8.0'.freeze
end