ettin 1.2.0 → 1.2.1

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: 9dd6d9b69ef0b573b75f582f7c6c9f2f1afb8e16b127999f144a7fd65f61a9ad
4
- data.tar.gz: dc56de18c062471f558fc88790660f2a3c118e3313a998a41a394c374130ef19
3
+ metadata.gz: a255e66e3119d91b603833ea3a5b75e3aa1c5dbdd2c20bd8095b816c32ffaa57
4
+ data.tar.gz: ee132d426757a520adbf9cb89fd74397ac8df28459310ee46783e61bd8052243
5
5
  SHA512:
6
- metadata.gz: 5796dcf7cd7ff06b6ab16ee87bf4b4098348054ba39e8f1ad763d94c24df48a361ac5157d52da6200239cb9662bf9748b9f254e1ef6b2af3ccbb658d05ec94ad
7
- data.tar.gz: 32dfd88f01e37b6033db91ceed9b94f8f9663ab9e933d8adf87a3c4eb73900a09cb25918bdc19298317068871ae9b14a3d624a24f06a8bfd6d799d16396e1ddf
6
+ metadata.gz: d4af0bf580c3ba169d40c29eeeef5198f4129df173adf8858b3fdc9eb2db101493d2a44860df889473ea56221f161e7c7bd75c35ed9b50532e819c713c27c813
7
+ data.tar.gz: 4333261bbf858c48859b1eb855c8655ff8842569898495977d2390b1a02ab9d0dcb59414566cce58b002102677df5250f6906b1e82693c8049b8258706069734
@@ -1,6 +1,7 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
+ - 2.6
4
5
  - 2.5
5
6
  - 2.4
6
7
  - 2.3
data/README.md CHANGED
@@ -22,6 +22,7 @@ ruby nor does it pollute the global namespace.
22
22
 
23
23
  ## Compatibility
24
24
 
25
+ * ruby 2.6.x
25
26
  * ruby 2.5.x
26
27
  * ruby 2.4.x
27
28
  * ruby 2.3.x
@@ -72,6 +72,7 @@ module Ettin
72
72
 
73
73
  def merge!(other)
74
74
  hash.deeper_merge!(other.to_h, overwrite_arrays: true)
75
+ self
75
76
  end
76
77
 
77
78
  def [](key)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ettin
4
- VERSION = "1.2.0"
4
+ VERSION = "1.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ettin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Hockey