Sha256: ba8fca4ee17539e6bd7e56069a5739daa651edf53d66b118e57dd508267969ff
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 KB
Contents
# Ruby Core Extensions [](http://badge.fury.io/rb/ruby_core_extensions) [](https://github.com/sealink/ruby_core_extensions/actions) [](https://coveralls.io/r/sealink/ruby_core_extensions) [](https://codeclimate.com/github/sealink/ruby_core_extensions) # Description Extends the core ruby classes with helpful functions # Installation Add to your Gemfile: ```ruby gem 'ruby_core_extensions' ``` # Extensions The following classes are extend in this gem: - Array - BigDecimal - Class - Date - DateTime - Enumerable - File - Fixnum - Hash - Kernel - Numeric - Object - Range - String - Time ## Release To publish a new version of this gem the following steps must be taken. * Update the version in the following files ``` CHANGELOG.md lib/ruby_core_extensions/version.rb ```` * Create a tag using the format v0.1.0 * Follow build progress in GitHub actions
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby_core_extensions-0.4.0 | README.md |
ruby_core_extensions-0.3.0 | README.md |