Sha256: 2c973f4574dcc4479c77197fb2362a8c328e7dfac344391fbd864f5d066cb39d
Contents?: true
Size: 667 Bytes
Versions: 3
Compression:
Stored size: 667 Bytes
Contents
# EgovUtils Short description and motivation. ## Usage How to use my plugin. ## Installation Add this lines to your application's Gemfile: ```ruby gem 'egov_utils' source 'https://rails-assets.org' do gem 'rails-assets-tether', '>= 1.3.3' end ``` Because it is not possible to add a tether as a dependency (as long as it is from other source), you need to add it to your own Gemfile. And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install egov_utils ``` ## Contributing Contribution directions go here. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
egov_utils-0.1.9 | README.md |
egov_utils-0.1.8 | README.md |
egov_utils-0.1.7 | README.md |