Sha256: dfde55246692dedda675dd15b6186e4af4dccb9a956618e5c349eeb6043aad31
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.4.0 VERSION = '0.4.0' end # rubocop:enable Style/StaticClass end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smart_schema-0.4.0 | lib/smart_core/schema/version.rb |