Sha256: 0edb74235aabe3a8f1370c4a3ce7235486fc3f7e9fb4fd8a311abc9d7cba73dc

Contents?: true

Size: 160 Bytes

Versions: 2

Compression:

Stored size: 160 Bytes

Contents

module AutotestNotification #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 1
    TINY  = 0

    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
carlosbrando-autotest-notification-0.1.0 lib/autotest_notification/version.rb
urubatan-autotest-notification-0.1.0 lib/autotest_notification/version.rb