Sha256: 9882ac1917d93e10552663a514c28da462924e16d9091bc33b05e0648321c1a9

Contents?: true

Size: 379 Bytes

Versions: 3

Compression:

Stored size: 379 Bytes

Contents

require "bonethug/version"
require "bonethug/installer"
require "bonethug/watcher"
require "bonethug/syncer"
require "bonethug/cli"

module Bonethug

  def self.increment_version

    version = VERSION.split('.')
    version[version.length-1] = (version.last.to_i + 1).to_s
    version = version.join('.') 

    remove_const 'VERSION'
    const_set 'VERSION', version

  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bonethug-0.0.77 lib/bonethug.rb
bonethug-0.0.76 lib/bonethug.rb
bonethug-0.0.75 lib/bonethug.rb