Sha256: 16fc24685cdb3a6e23e401253a73fe1c82fc36dba970e3d62a413dca912f1c88

Contents?: true

Size: 353 Bytes

Versions: 13

Compression:

Stored size: 353 Bytes

Contents

require "bonethug/version"
require "bonethug/installer"
require "bonethug/watcher"
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

13 entries across 13 versions & 1 rubygems

Version Path
bonethug-0.0.73 lib/bonethug.rb
bonethug-0.0.72 lib/bonethug.rb
bonethug-0.0.71 lib/bonethug.rb
bonethug-0.0.70 lib/bonethug.rb
bonethug-0.0.69 lib/bonethug.rb
bonethug-0.0.68 lib/bonethug.rb
bonethug-0.0.67 lib/bonethug.rb
bonethug-0.0.66 lib/bonethug.rb
bonethug-0.0.63 lib/bonethug.rb
bonethug-0.0.62 lib/bonethug.rb
bonethug-0.0.61 lib/bonethug.rb
bonethug-0.0.60 lib/bonethug.rb
bonethug-0.0.59 lib/bonethug.rb