Sha256: 4efbdb11582008d68f88d6c49df3caea76643ef7a85505d82fee4bcfa075fe2a
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
# frozen_string_literal: true module SmartCore # rubocop:disable Style/StaticClass class Schema # @return [String] # # @api public # @since 0.1.0 # @version 0.8.0 VERSION = '0.8.0' end # rubocop:enable Style/StaticClass end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smart_schema-0.8.0 | lib/smart_core/schema/version.rb |