Sha256: 49df3331d8e0460c76e040bca24afa8cb5ef43621eb1994644988ddc2db23e96
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
# SengiriYaml [](http://badge.fury.io/rb/sengiri_yaml) [](https://travis-ci.org/sue445/sengiri_yaml) [](https://codeclimate.com/github/sue445/sengiri_yaml) [](https://coveralls.io/r/sue445/sengiri_yaml) [](https://gemnasium.com/sue445/sengiri_yaml) divide yaml file ## Installation Add this line to your application's Gemfile: ```ruby gem 'sengiri_yaml' ``` And then execute: $ bundle Or install it yourself as: $ gem install sengiri_yaml ## Usage ### divide yaml ```bash $ sengiri_yaml "/path/to/fat.yml" "/path/to/fat_dir" ``` ### load divided yaml ```ruby merged_data = SengiriYaml.load_dir("/path/to/fat_dir") ``` ## Contributing 1. Fork it ( https://github.com/sue445/sengiri_yaml/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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sengiri_yaml-0.0.1 | README.md |