Sha256: ae5c02b6aa93f57be09ce371dc76d8dc3eaff96d0d04a9ca6eaf1ccb0371b43e

Contents?: true

Size: 215 Bytes

Versions: 1

Compression:

Stored size: 215 Bytes

Contents

module Celerity #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 0
    TINY  = 6
    PATCH = 7 # Set to nil for official release
    
    STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jarib-celerity-0.0.6.7 lib/celerity/version.rb