refinements 9.2.0 → 9.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +0 -7
- data/refinements.gemspec +1 -3
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a33c7094568adab53c96874b2678f3a737c49b7e87e0d3b3a0af54b850d38cf4
|
4
|
+
data.tar.gz: a4d7b3c8752d0e9dea075d18eddbe57b84c5c43f5dac77d777dfc15423c34dc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0dda1c37ac5859377b222af287e3984c667165d1b0f8439f3e15865e2e564959256518ab1b6b9ea89adff13256f34c3081a46b6adbb292251df45442011edcb
|
7
|
+
data.tar.gz: ea41eb62a03b70bfb1ed2196fefb35b98a09e01903d791621dfa6187f9fb8633c77af1f1537dc12b19f839384130a3809e23122fd8d3abb83d75c096a326abe8
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -4,13 +4,6 @@
|
|
4
4
|
|
5
5
|
= Refinements
|
6
6
|
|
7
|
-
[link=http://badge.fury.io/rb/refinements]
|
8
|
-
image::https://badge.fury.io/rb/refinements.svg[Gem Version]
|
9
|
-
[link=https://www.alchemists.io/projects/code_quality]
|
10
|
-
image::https://img.shields.io/badge/code_style-alchemists-brightgreen.svg[Alchemists Style Guide]
|
11
|
-
[link=https://circleci.com/gh/bkuhlmann/refinements]
|
12
|
-
image::https://circleci.com/gh/bkuhlmann/refinements.svg?style=svg[Circle CI Status]
|
13
|
-
|
14
7
|
Refinements are a collection primitive Ruby objects enhancements without needing to resort to hard
|
15
8
|
to debug link:https://www.alchemists.io/articles/ruby_antipatterns/#_monkey_patches[monkey patches].
|
16
9
|
These refinements give you additional syntactic sugar to develop clean and concise implementations
|
data/refinements.gemspec
CHANGED
@@ -2,8 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = "refinements"
|
5
|
-
spec.version = "9.
|
6
|
-
spec.platform = Gem::Platform::RUBY
|
5
|
+
spec.version = "9.3.0"
|
7
6
|
spec.authors = ["Brooke Kuhlmann"]
|
8
7
|
spec.email = ["brooke@alchemists.io"]
|
9
8
|
spec.homepage = "https://www.alchemists.io/projects/refinements"
|
@@ -26,5 +25,4 @@ Gem::Specification.new do |spec|
|
|
26
25
|
|
27
26
|
spec.files = Dir["*.gemspec", "lib/**/*"]
|
28
27
|
spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
|
29
|
-
spec.require_paths = ["lib"]
|
30
28
|
end
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: refinements
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.
|
4
|
+
version: 9.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
28
28
|
lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
|
29
29
|
W2A=
|
30
30
|
-----END CERTIFICATE-----
|
31
|
-
date: 2022-
|
31
|
+
date: 2022-02-12 00:00:00.000000000 Z
|
32
32
|
dependencies: []
|
33
33
|
description:
|
34
34
|
email:
|
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
79
|
- !ruby/object:Gem::Version
|
80
80
|
version: '0'
|
81
81
|
requirements: []
|
82
|
-
rubygems_version: 3.3.
|
82
|
+
rubygems_version: 3.3.7
|
83
83
|
signing_key:
|
84
84
|
specification_version: 4
|
85
85
|
summary: A collection of refinements to core Ruby objects.
|
metadata.gz.sig
CHANGED
Binary file
|