Sha256: 3919e6fe698f15fbac01670061d61f64d9d82354471fafcbdae918420932dca9
Contents?: true
Size: 188 Bytes
Versions: 1
Compression:
Stored size: 188 Bytes
Contents
module Capistrano module Daemonize class Version MAJOR = 0 MINOR = 9 PATCH = 0 def self.to_s "#{MAJOR}.#{MINOR}.#{PATCH}" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-daemonize-0.9.0 | lib/capistrano-daemonize/version.rb |