thaw 0.1.0.pre.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/README.md +3 -3
- data/lib/thaw/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4814e3220e1643d7b83f32c4fd35065a8e3511a0bb9ffa100c3f6b1aebcff11
|
|
4
|
+
data.tar.gz: 3fcf3cb52b2d554733cc1531bb32900646655574cc8755a5eeae1c9e3e88a2cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a5dc69ae082317ce3bc753604d6eb9dd12e4c8a554e1c1ead27c184a59a5ffbfe751893473add827ae46e22595e01c6770edc83aeca9f098fa409fef7ec5136
|
|
7
|
+
data.tar.gz: e86905d9cfdb9ea54c2a8edbd621a78e846a03779150250b0a2be8329dd720463c95af99383a232cf01e2ec6def12a7f8ba2ff1134485946d8b2cd1930ac7384
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[](https://rubygems.org/gems/thaw)
|
|
2
2
|
[](https://travis-ci.org/TwilightCoders/thaw)
|
|
3
3
|
[](https://codeclimate.com/github/TwilightCoders/thaw/maintainability)
|
|
4
4
|
[](https://codeclimate.com/github/TwilightCoders/thaw/test_coverage)
|
|
@@ -11,11 +11,11 @@ Note: You probably don't need to use this gem, you probably want to [`.dup`](htt
|
|
|
11
11
|
|
|
12
12
|
### Compatibility
|
|
13
13
|
|
|
14
|
-
To-date, `thaw` works in Ruby
|
|
14
|
+
To-date, `thaw` works in Ruby `2.0` through `2.6`<sup>1</sup>.
|
|
15
15
|
|
|
16
16
|
Check the [build status](https://travis-ci.org/TwilightCoders/thaw) for the most current compatibility.
|
|
17
17
|
|
|
18
|
-
<sup>1</sup>There seems to be a segmentation fault in 2.7 that I haven't had time to investigate.
|
|
18
|
+
<sup>1</sup>There seems to be a segmentation fault in Ruby `2.7` that I haven't had time to investigate.
|
|
19
19
|
|
|
20
20
|
### Installation
|
|
21
21
|
|
data/lib/thaw/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thaw
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dale Stevens
|
|
@@ -66,9 +66,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
version: '2.0'
|
|
67
67
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
|
69
|
-
- - "
|
|
69
|
+
- - ">="
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
|
-
version:
|
|
71
|
+
version: '0'
|
|
72
72
|
requirements: []
|
|
73
73
|
rubygems_version: 3.0.3
|
|
74
74
|
signing_key:
|