Sha256: ec9c1c13a0f59a8837547455e1fe0fd9f8500f55e7c0b9564f6072fccc28f5ea
Contents?: true
Size: 362 Bytes
Versions: 1
Compression:
Stored size: 362 Bytes
Contents
# frozen_string_literal: true module Sparrow # 当前版本号 VERSION = '0.2.0' # 当前综述 SUMMARY = 'Provide an easy approach to build entity object for data that can not be reflected to database tables.' # 当前详述 DESCRIPTION = 'Provide an easy approach to build entity object for data that can not be reflected to database tables.' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sparrow-entity-0.2.0 | lib/sparrow/version.rb |