Sha256: 0e224c9d1b300c47682f69f4746e7a61730b8aa3267ad384ae29fbf8af34d5a1

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.0"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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