hashdiff 1.0.0.beta1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ef692ffbc3fa4519d0a559a15f5fe785794ad3b
4
- data.tar.gz: 6278239288b00dc34d08df1b8e3324cb7791658e
3
+ metadata.gz: ad62d6aa698e908203a17f40c7660c49d8707cd0
4
+ data.tar.gz: 34b23305366867798029b696354f0197571d3106
5
5
  SHA512:
6
- metadata.gz: 1a088aa1796e39461ffe7ebce84ea1dceaac5bf8df5e0849703275411ff6d11bd0ba15352862e4e2d1c9c2a7e9b7e3102282a696620f98507fe3f1d84a5fe03f
7
- data.tar.gz: 31b3001da2602f26af1600e629e4a306687ee81c7a10a2647d3159cc5a882446308bb8a2e7c374863f0e05db1c45764e85c865e805db8fc7f2569e503e969cf9
6
+ metadata.gz: 38621cceb7b659ec8a338edf712de931d06ea59aa18e8d9991262ed4f0b54bf1890c395d7a4391d325e82b05cdb7aa735cca2ef3a9aac1a991ec1f74a283e6b4
7
+ data.tar.gz: 909dd874ea50b69bd74183e7df1cb0fd1c36e68b46810b0fbca32bc62111c5b2ff3899e5a7f72001c00df9b538195a7ecb57942d9c9fd640eb9bc639fd8358af
data/README.md CHANGED
@@ -116,7 +116,7 @@ In cases where you have similar hash objects in arrays, you can pass a custom va
116
116
 
117
117
  #### `:strict`
118
118
 
119
- The `:strict` option, which defaults to `true`, specifies whether numeric types are compared on type as well as value. By default, a Fixnum will never be equal to a Float (e.g. 4 != 4.0). Setting `:strict` to false makes the comparison looser (e.g. 4 == 4.0).
119
+ The `:strict` option, which defaults to `true`, specifies whether numeric types are compared on type as well as value. By default, an Integer will never be equal to a Float (e.g. 4 != 4.0). Setting `:strict` to false makes the comparison looser (e.g. 4 == 4.0).
120
120
 
121
121
  #### `:numeric_tolerance`
122
122
 
@@ -1,6 +1,12 @@
1
1
  # Change Log
2
2
 
3
- ## v0.1.0.beta1 2019-06-06
3
+ ## v1.0.0 2019-06-06
4
+
5
+ * Fix typo in readme (#72 @koic)
6
+ * Fix Rubocop offence (#73 @koic)
7
+ * Bumps version to v1.0.0 (#74 @jfelchner)
8
+
9
+ ## v1.0.0.beta1 2019-06-06
4
10
 
5
11
  * fix warnings in ci (#69 @y-yagi)
6
12
  * drop warnings of the constant change (#70 @jfelchner)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Hashdiff
4
- VERSION = '1.0.0.beta1'
4
+ VERSION = '1.0.0'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hashdiff
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liu Fengyun
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-06 00:00:00.000000000 Z
11
+ date: 2019-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bluecloth
@@ -136,9 +136,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  version: 2.0.0
137
137
  required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  requirements:
139
- - - ">"
139
+ - - ">="
140
140
  - !ruby/object:Gem::Version
141
- version: 1.3.1
141
+ version: '0'
142
142
  requirements: []
143
143
  rubyforge_project:
144
144
  rubygems_version: 2.5.2.3