Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinzolo/dashv
Version getter
https://github.com/pinzolo/dashv
Last synced: 18 days ago
JSON representation
Version getter
- Host: GitHub
- URL: https://github.com/pinzolo/dashv
- Owner: pinzolo
- License: mit
- Created: 2014-06-20T10:02:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T06:44:12.000Z (about 10 years ago)
- Last Synced: 2024-10-23T14:14:17.744Z (20 days ago)
- Language: Ruby
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Dashv
[![Build Status](https://secure.travis-ci.org/pinzolo/dashv.png)](http://travis-ci.org/pinzolo/dashv)
[![Coverage Status](https://coveralls.io/repos/pinzolo/dashv/badge.png)](https://coveralls.io/r/pinzolo/dashv)Dashv gets version of your applications.
## Installation
Add this line to your application's Gemfile:
gem 'dashv'
And then execute:
$ bundle
Or install it yourself as:
$ gem install dashv
## Usage
```ruby
require 'dashv'Dashv[:git].version
```## Applications
Look `config/config.yml` or `spec/apps` directory.
## Supported ruby versions
* 1.9.3
* 2.0.0
* 2.1.2## Contributing
1. Fork it ( https://github.com/pinzolo/dashv/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