semver

Semantic Versioning module for Crystal

semver

Semantic Versioning module for Crystal.

Installation

Add this to your application's shard.yml:

dependencies:
  semver:
    github: rosylilly/semver

Usage

require "semver"

v1_0_0 = Semver::Version.new("1.0.0")

# or

v1_0_0 = Semver::Version.new(1, 0, 0)

Contributing

  1. Fork it ( https://github.com/rosylilly/semver/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

semver

Owner
Statistic
  • 3
  • 0
  • 0
  • 0
  • 1
  • about 9 years ago
  • September 21, 2015
License

MIT License

Links
Synced at

Wed, 06 Nov 2024 22:26:50 GMT

Languages