Sha256: 76eeea75dc3b3d516e472a96f92e6a468a2ceb1beb0d56f38749fdd1c877b599
Contents?: true
Size: 382 Bytes
Versions: 1
Compression:
Stored size: 382 Bytes
Contents
# Dumb module definition to set VERSION. Kanina uses # [Semantic Versioniong](http://semver.org/) religiously; the patch number is # bumped for bug fixes, minor number is bumped for new features that don't break # backward compatibility, and major numbers are only bumped when introducing # major API changes that break backward compatibility. module Kanina VERSION = '0.6.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kanina-0.6.2 | lib/kanina/version.rb |