Sha256: 3e203b415ae28eb51a83a82d1680fc0838efac71cfc24b03a3e82825b3fd6f26
Contents?: true
Size: 436 Bytes
Versions: 1
Compression:
Stored size: 436 Bytes
Contents
# == Given a version number MAJOR.MINOR.PATCH, increment the: # - MAJOR version when you make incompatible API changes, # - MINOR version when you add functionality in a # backwards-compatible manner, and # - PATCH version when you make backwards-compatible bug fixes. # # Additional labels for pre-release and build metadata are # available as extensions to the MAJOR.MINOR.PATCH format. module SportsDb VERSION = "0.2.15" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sports_db-0.2.15 | lib/sports_db/version.rb |