deep_class_compare 1.0.4 → 1.0.5

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: 2a81d53c15eaa2641d219e497526761801eb20313976e5814481497451dda787
4
- data.tar.gz: fbf943bc407f55f51621e7fb67f8f8aaa99924f5a83901ed7e11e849ee2ca77a
3
+ metadata.gz: 9e4a39770406d2618f204e92471cebb3301c26d9b4411d4ba255f2519d837e7a
4
+ data.tar.gz: d40b863de536c102413da9504935ad56583237fcfc2cb8f21e41f27581eb87bb
5
5
  SHA512:
6
- metadata.gz: 2e7b4e3fe1f1bc61847215f5bca6221560f3805854fb3d6e73861876641bca20058e9ec0cd3bcbfb162bd7f6e1a78b6819cf7e1d275d5bae090b1612db236b75
7
- data.tar.gz: f8792829f2d6528d7c2d60e0df5ed6e69b594e36611549268d2aac8182f27f2bc65384e15c14060115d7b607ef24a6f052e5a0adf934ddc2e90292228f2d1446
6
+ metadata.gz: 767e854946452405b65c3fa10b803c9e851eece40dce9c14e7d7fa89f2e9855d4d8490ff945ee4e7e498d6f962ca53c773e4c964a3ed205d2cbdff1bbdcc9e1a
7
+ data.tar.gz: 5404354e2c4539fd886f3a69801bb02a5e3f58061382c42a1c94e5022c78617d338191a15e3efbed02f27b87c690f2ad0211126ac04ac956c6d5ce693540e575
data/README.md CHANGED
@@ -22,7 +22,7 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- ```
25
+ ```ruby
26
26
  # Could compare container and value class with simple pattern
27
27
  ['string', 'string'].like_a? Array.of(String) => true
28
28
  [1, 2].like_a? Array.of(Hash) => false
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DeepClassCompare
4
- VERSION = "1.0.4"
4
+ VERSION = "1.0.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deep_class_compare
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koten
@@ -22,7 +22,6 @@ files:
22
22
  - CHANGELOG.md
23
23
  - CODE_OF_CONDUCT.md
24
24
  - Gemfile
25
- - Gemfile.lock
26
25
  - LICENSE.txt
27
26
  - README.md
28
27
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,34 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- deep_class_compare (1.0.4)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- diff-lcs (1.4.4)
10
- rake (13.0.3)
11
- rspec (3.9.0)
12
- rspec-core (~> 3.9.0)
13
- rspec-expectations (~> 3.9.0)
14
- rspec-mocks (~> 3.9.0)
15
- rspec-core (3.9.2)
16
- rspec-support (~> 3.9.3)
17
- rspec-expectations (3.9.2)
18
- diff-lcs (>= 1.2.0, < 2.0)
19
- rspec-support (~> 3.9.0)
20
- rspec-mocks (3.9.1)
21
- diff-lcs (>= 1.2.0, < 2.0)
22
- rspec-support (~> 3.9.0)
23
- rspec-support (3.9.3)
24
-
25
- PLATFORMS
26
- x86_64-darwin-18
27
-
28
- DEPENDENCIES
29
- deep_class_compare!
30
- rake (~> 13.0)
31
- rspec (~> 3.0)
32
-
33
- BUNDLED WITH
34
- 2.3.0