Sha256: ebec26a04175ef3474c8bc67506d1c2e255873b1dba907f71ad595995028990a

Contents?: true

Size: 160 Bytes

Versions: 2

Compression:

Stored size: 160 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
carlosbrando-autotest-notification-0.0.8 lib/autotest_notification/version.rb
chjunior-autotest-notification-0.0.8 lib/autotest_notification/version.rb