File: version.rb

package info (click to toggle)
ruby-dry-equalizer 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 172 kB
  • sloc: ruby: 400; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 95 bytes parent folder | download
1
2
3
4
5
6
module Dry
  class Equalizer < Module
    # Gem version
    VERSION = '0.3.0'.freeze
  end
end