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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17811052b0ee2e324b7b7452c4682ccd2aa2e3c64d84496637fdc431638068d1
4
- data.tar.gz: 44d67d6636b6fff20a0994136def524a02e7db48f7bb60aea48e7cf48a08914b
3
+ metadata.gz: d4814e3220e1643d7b83f32c4fd35065a8e3511a0bb9ffa100c3f6b1aebcff11
4
+ data.tar.gz: 3fcf3cb52b2d554733cc1531bb32900646655574cc8755a5eeae1c9e3e88a2cc
5
5
  SHA512:
6
- metadata.gz: 92c6c1d1939680d45dcdf386df84e2cfb1ad31ca8089a8fa4c42c4d650eb7898f2400dba135a3db76096fffb7c74d1409624743a72feb2dd2322fd7ca7f544eb
7
- data.tar.gz: 9d97c9a4075e9f20991d44a9b0c752c88b2c29069119a6cbd643868d9722caf6449eaef9d2ac02dbe4e8c1bddaf5df3d865eba48fb91d607ef5fc1435f54e511
6
+ metadata.gz: 3a5dc69ae082317ce3bc753604d6eb9dd12e4c8a554e1c1ead27c184a59a5ffbfe751893473add827ae46e22595e01c6770edc83aeca9f098fa409fef7ec5136
7
+ data.tar.gz: e86905d9cfdb9ea54c2a8edbd621a78e846a03779150250b0a2be8329dd720463c95af99383a232cf01e2ec6def12a7f8ba2ff1134485946d8b2cd1930ac7384
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
1
  # Thaw
2
2
 
3
- ## 0.1.0 _(Unreleased)_
3
+ ## 0.1.0 _(December 30, 2019)_
4
4
  - Initial Release
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Version ](https://img.shields.io/gem/v/thaw.svg?maxAge=2592000)](https://rubygems.org/gems/thaw)
1
+ [![Version ](https://img.shields.io/gem/v/thaw.svg)](https://rubygems.org/gems/thaw)
2
2
  [![Build Status ](https://travis-ci.org/TwilightCoders/thaw.svg)](https://travis-ci.org/TwilightCoders/thaw)
3
3
  [![Code Climate ](https://api.codeclimate.com/v1/badges/606df1b8c3c69772a11d/maintainability)](https://codeclimate.com/github/TwilightCoders/thaw/maintainability)
4
4
  [![Test Coverage](https://api.codeclimate.com/v1/badges/606df1b8c3c69772a11d/test_coverage)](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 >= 2.0, < 2.7<sup>1</sup>
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
@@ -1,3 +1,3 @@
1
1
  module Thaw
2
- VERSION = "0.1.0-1".freeze
2
+ VERSION = "0.1.0".freeze
3
3
  end
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.pre.1
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: 1.3.1
71
+ version: '0'
72
72
  requirements: []
73
73
  rubygems_version: 3.0.3
74
74
  signing_key: