Sha256: c0593027f563a76e68fd477dbf4e798a1212be2d0ce04178cece4db8194ec06f

Contents?: true

Size: 338 Bytes

Versions: 1

Compression:

Stored size: 338 Bytes

Contents

module Tablecloth
  module Rails
    # Use tablecloth version; append a pre-release version identifier if gem
    # is updated without updating version of tablecloth.
    # Examples:
    #   "2.0.0.rc1"
    #   "2.0.0.pre"
    #   "2.0.0.beta"
    # Refer to Semantic Versioning 2.0.0 (http://semver.org).
    VERSION = "1.0.1"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tablecloth-rails-1.0.1 lib/tablecloth-rails/version.rb