README.adoc in refinements-9.2.0 vs README.adoc in refinements-9.3.0
- old
+ new
@@ -2,16 +2,9 @@
:toclevels: 5
:figure-caption!:
= Refinements
-[link=http://badge.fury.io/rb/refinements]
-image::https://badge.fury.io/rb/refinements.svg[Gem Version]
-[link=https://www.alchemists.io/projects/code_quality]
-image::https://img.shields.io/badge/code_style-alchemists-brightgreen.svg[Alchemists Style Guide]
-[link=https://circleci.com/gh/bkuhlmann/refinements]
-image::https://circleci.com/gh/bkuhlmann/refinements.svg?style=svg[Circle CI Status]
-
Refinements are a collection primitive Ruby objects enhancements without needing to resort to hard
to debug link:https://www.alchemists.io/articles/ruby_antipatterns/#_monkey_patches[monkey patches].
These refinements give you additional syntactic sugar to develop clean and concise implementations
while using less code. By refining our code we can acquire the functionality we wish the core
primitives had!