Low commit activity in last 3 years
No release in over a year
These are extensions from core ruby classes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Ruby Core Extensions

Gem Version Build Status Coverage Status Code Climate

Description

Extends the core ruby classes with helpful functions

Installation

Add to your Gemfile:

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