hashdiff 0.4.0 → 1.0.0.beta1

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: 204c04301ec7d5b755863a0ec7b9001930a569c1
4
- data.tar.gz: c0bf2c27e34271b637da82792549104a5b0ca2cb
3
+ metadata.gz: 9ef692ffbc3fa4519d0a559a15f5fe785794ad3b
4
+ data.tar.gz: 6278239288b00dc34d08df1b8e3324cb7791658e
5
5
  SHA512:
6
- metadata.gz: 68f07faf7b58132dae314317cf90e1dae5549218d93c19be33df0460659d2e74a861f458c9f6401909ce78ca1b0cb649cc843e0a804a4dad70e3c824568bfd7c
7
- data.tar.gz: ba2ff10babe7886c263cbac1c761a38e205880dc323199746ed6845762b462a08b7664f9f1159b5765751b020dfd38ac365fcec04e350d894f97df6b519f3c71
6
+ metadata.gz: 1a088aa1796e39461ffe7ebce84ea1dceaac5bf8df5e0849703275411ff6d11bd0ba15352862e4e2d1c9c2a7e9b7e3102282a696620f98507fe3f1d84a5fe03f
7
+ data.tar.gz: 31b3001da2602f26af1600e629e4a306687ee81c7a10a2647d3159cc5a882446308bb8a2e7c374863f0e05db1c45764e85c865e805db8fc7f2569e503e969cf9
@@ -20,5 +20,9 @@ Style/Documentation:
20
20
  Style/FrozenStringLiteralComment:
21
21
  Enabled: true
22
22
  EnforcedStyle: always
23
+ Style/NumericPredicate:
24
+ Enabled: false
25
+ Style/RedundantFreeze:
26
+ Enabled: false
23
27
  RSpec/ExampleLength:
24
28
  Enabled: false
@@ -1,5 +1,10 @@
1
1
  # Change Log
2
2
 
3
+ ## v0.1.0.beta1 2019-06-06
4
+
5
+ * fix warnings in ci (#69 @y-yagi)
6
+ * drop warnings of the constant change (#70 @jfelchner)
7
+
3
8
  ## v0.4.0 2019-05-28
4
9
 
5
10
  * refactoring (#56 #57 #59 #61 krzysiek1507)
@@ -15,7 +15,6 @@ Gem::Specification.new do |s|
15
15
 
16
16
  s.require_paths = ['lib']
17
17
  s.required_ruby_version = Gem::Requirement.new('>= 2.0.0')
18
- s.post_install_message = 'The HashDiff constant used by this gem conflicts with another gem of a similar name. As of version 1.0 the HashDiff constant will be completely removed and replaced by Hashdiff. For more information see https://github.com/liufengyun/hashdiff/issues/45.'
19
18
 
20
19
  s.authors = ['Liu Fengyun']
21
20
  s.email = ['liufengyunchina@gmail.com']
@@ -8,7 +8,3 @@ require 'hashdiff/linear_compare_array'
8
8
  require 'hashdiff/diff'
9
9
  require 'hashdiff/patch'
10
10
  require 'hashdiff/version'
11
-
12
- HashDiff = Hashdiff
13
-
14
- warn 'The HashDiff constant used by this gem conflicts with another gem of a similar name. As of version 1.0 the HashDiff constant will be completely removed and replaced by Hashdiff. For more information see https://github.com/liufengyun/hashdiff/issues/45.'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Hashdiff
4
- VERSION = '0.4.0'.freeze
4
+ VERSION = '1.0.0.beta1'
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: 0.4.0
4
+ version: 1.0.0.beta1
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-05-28 00:00:00.000000000 Z
11
+ date: 2019-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bluecloth
@@ -125,9 +125,7 @@ metadata:
125
125
  documentation_uri: https://www.rubydoc.info/gems/hashdiff
126
126
  homepage_uri: https://github.com/liufengyun/hashdiff
127
127
  source_code_uri: https://github.com/liufengyun/hashdiff
128
- post_install_message: The HashDiff constant used by this gem conflicts with another
129
- gem of a similar name. As of version 1.0 the HashDiff constant will be completely
130
- removed and replaced by Hashdiff. For more information see https://github.com/liufengyun/hashdiff/issues/45.
128
+ post_install_message:
131
129
  rdoc_options: []
132
130
  require_paths:
133
131
  - lib
@@ -138,9 +136,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
138
136
  version: 2.0.0
139
137
  required_rubygems_version: !ruby/object:Gem::Requirement
140
138
  requirements:
141
- - - ">="
139
+ - - ">"
142
140
  - !ruby/object:Gem::Version
143
- version: '0'
141
+ version: 1.3.1
144
142
  requirements: []
145
143
  rubyforge_project:
146
144
  rubygems_version: 2.5.2.3