Sha256: 5e122e93b046069c1c92734c486e1a522e48a7e701209aa7532fd7dc6325affa

Contents?: true

Size: 245 Bytes

Versions: 9

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

# Message Train module
module BootstrapLeather
  VERSION = File.read(File.expand_path('../../../VERSION', __FILE__))

  def self.version_string
    "BootstrapLeather version #{BootstrapLeather::VERSION}"
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.13 lib/bootstrap_leather/version.rb
bootstrap_leather-0.10.11 lib/bootstrap_leather/version.rb
bootstrap_leather-0.10.10 lib/bootstrap_leather/version.rb
bootstrap_leather-0.10.9 lib/bootstrap_leather/version.rb
bootstrap_leather-0.10.8 lib/bootstrap_leather/version.rb
bootstrap_leather-0.10.7 lib/bootstrap_leather/version.rb
bootstrap_leather-0.10.6 lib/bootstrap_leather/version.rb
bootstrap_leather-0.10.5 lib/bootstrap_leather/version.rb
bootstrap_leather-0.10.4 lib/bootstrap_leather/version.rb