Sha256: efb8ae749a7a98c7ae28007a8d7c85c4e7e9c659a243122271e52db8c26176d7
Contents?: true
Size: 1.87 KB
Versions: 3
Compression:
Stored size: 1.87 KB
Contents
# MoreCoreExtensions MoreCoreExtensions are a set of core extensions beyond those provided by ActiveSupport. [](http://badge.fury.io/rb/more_core_extensions) [](https://travis-ci.org/ManageIQ/more_core_extensions) [](https://codeclimate.com/github/ManageIQ/more_core_extensions) [](https://coveralls.io/r/ManageIQ/more_core_extensions) [](https://gemnasium.com/ManageIQ/more_core_extensions) ## Extensions Provided * Array * delete_nils * delete_blanks * delete_blank_paths * duplicates * delete_path * include_any? * include_none? * include_all? * fetch_path * find_path * has_key_path? * include_path? * key_path? * member_path? * random_index * random_element * store_path * stretch * stretch! * zip_stretched * tableize * Hash * delete_nils * delete_blanks * delete_blank_paths * delete_path * fetch_path * find_path * has_key_path? * include_path? * key_path? * member_path? * store_path * String * email? * domain_name? * ipv4? * ipv6? * ipaddress? * integer? * guid? * hex_dump ## Installation Add this line to your application's Gemfile: gem 'more_core_extensions' And then execute: $ bundle Or install it yourself as: $ gem install more_core_extensions ## Contributing 1. Fork it 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 new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
more_core_extensions-1.2.0 | README.md |
more_core_extensions-1.1.2 | README.md |
more_core_extensions-1.1.1 | README.md |