Sha256: f94fb497ef24f3803d4931dd8b86fed7a3c9009d2f5375e790599d56fe26b2cd
Contents?: true
Size: 225 Bytes
Versions: 18
Compression:
Stored size: 225 Bytes
Contents
require "bonethug/version" require "bonethug/installer" require "bonethug/watcher" require "bonethug/cli" module Bonethug def self.update_version(value) remove_const 'VERSION' const_set 'VERSION', value end end
Version data entries
18 entries across 18 versions & 1 rubygems