Skip to content

unn4m3d/version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

version

Small tool to fetch your shard version from shard.yml and not to write it by hand

Installation

Add this to your application's shard.yml:

dependencies:
  version:
    github: unn4m3d/version

Usage

require "version"

module MyShard
  VERSION = Version.fetch
end

Contributing

  1. Fork it ( https://github.com/unn4m3d/version/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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published