refrigerator 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +4 -0
- data/MIT-LICENSE +1 -1
- data/lib/refrigerator.rb +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f50c5cac70517434571dcc50228ce88acf013de728fd3cbf4bf4f46a73141ff6
|
4
|
+
data.tar.gz: 79189cfdf9a9d05b7142c4c2e1f4a121ac5af4e948c97fd096a904345bcb3d03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4098cb941aa128fcf8af272f5f800141c2bb284015306ac7792016326cb3c788ddada67e48d10d4810f7b48b82cb7bc9824165dd26ddfc66fbd8c31ca2bc1f93
|
7
|
+
data.tar.gz: bd17d0295721f3605e19b6460ad10ba3955380616fe3a1b855c1b35ccf1936e559f31d1e23db98b477a1e5288eb51e89850e15b468b1c3ef3517b48af2f1ad1a
|
data/CHANGELOG
CHANGED
data/MIT-LICENSE
CHANGED
data/lib/refrigerator.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: refrigerator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Evans
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitest
|
@@ -42,7 +42,7 @@ description: |
|
|
42
42
|
Refrigerator freezes all core classes. It is designed to be used
|
43
43
|
in production, to make sure that none of the core classes are
|
44
44
|
modified at runtime. It can also be used to check libraries to
|
45
|
-
make sure that don't make unexpected modifications/monkey patches
|
45
|
+
make sure that they don't make unexpected modifications/monkey patches
|
46
46
|
to core classes.
|
47
47
|
email: code@jeremyevans.net
|
48
48
|
executables:
|
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: '0'
|
103
103
|
requirements: []
|
104
|
-
rubygems_version: 3.3.
|
104
|
+
rubygems_version: 3.3.7
|
105
105
|
signing_key:
|
106
106
|
specification_version: 4
|
107
107
|
summary: Freeze all core ruby classes
|