amatch 0.4.0 → 0.4.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
- SHA1:
3
- metadata.gz: 7b803c4146ba8acd2a3904a4c0606134d4c8c900
4
- data.tar.gz: e023e563833563d061b1975208a1d38a9018cac0
2
+ SHA256:
3
+ metadata.gz: 1689f380896534ca221c7a45280dbb585a34f60c1b44768da7aa51009cdfef3f
4
+ data.tar.gz: b79c18622db8a63d6663bb23b32bba2e6d1f3878a245eae1389a4322580c6237
5
5
  SHA512:
6
- metadata.gz: c58d3ad1d3f411402e3b332fc539eff6eab6d7657222b63dc47d25db07270ba6da2350f0bcfb7a4f75a516551a9f2f065e4dd1ffcd40d2f16ed0dc61639a2292
7
- data.tar.gz: c7d5c32a7c8b7034f51c11b2c3a1db98a44abce81e95194c27de1d825a48d97782ea523b099bbaad44b833e946432a89a1879e40a746df7153e6b59f61be09d9
6
+ metadata.gz: 3f006e0912e06325dd59cae3c4479a4c10569ed22c27f06c687aa255fcd4d035b9a7fa14f8a0ab90d5627a97e9f2a6bd1b82b8f9836bda3673fe6a1954fe5f31
7
+ data.tar.gz: 61d56bd7d7a4f08fe9aa00b1233c7335899c6c06280afa4faa57bb8f9b9ad55b3c51398e5207b3b919e321ff8c07215bf7c06ed11cade5d51bfcc15a9d544daa
data/Rakefile CHANGED
@@ -17,11 +17,14 @@ EOT
17
17
  bindir 'bin'
18
18
  test_dir 'tests'
19
19
  ignore '.*.sw[pon]', 'pkg', 'Gemfile.lock', '.AppleDouble', '.rbx', 'Makefile'
20
+ package_ignore '.all_images.yml', '.gitignore', 'VERSION'
20
21
  title "#{name.camelize} - Approximate Matching"
21
22
  readme 'README.md'
22
23
  require_paths %w[lib ext]
23
24
  dependency 'tins', '~>1.0'
24
25
  dependency 'mize'
25
26
  development_dependency 'test-unit', '~>3.0'
27
+ development_dependency 'all_images'
28
+ required_ruby_version '>=2.4'
26
29
  licenses << 'Apache-2.0'
27
30
  end
data/amatch.gemspec CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  module Amatch
2
2
  # Amatch version
3
- VERSION = '0.4.0'
3
+ VERSION = '0.4.1'
4
4
  VERSION_ARRAY = VERSION.split('.').map(&:to_i) # :nodoc:
5
5
  VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
6
6
  VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Frank
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-04 00:00:00.000000000 Z
11
+ date: 2022-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gem_hadar
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.9.1
19
+ version: 1.12.0
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.9.1
26
+ version: 1.12.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: test-unit
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '3.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: all_images
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
41
55
  - !ruby/object:Gem::Dependency
42
56
  name: tins
43
57
  requirement: !ruby/object:Gem::Requirement
@@ -85,14 +99,11 @@ extra_rdoc_files:
85
99
  - ext/amatch_ext.c
86
100
  - ext/pair.c
87
101
  files:
88
- - ".gitignore"
89
- - ".travis.yml"
90
102
  - CHANGES
91
103
  - COPYING
92
104
  - Gemfile
93
105
  - README.md
94
106
  - Rakefile
95
- - VERSION
96
107
  - amatch.gemspec
97
108
  - bin/agrep
98
109
  - bin/dupfind
@@ -121,7 +132,7 @@ homepage: http://github.com/flori/amatch
121
132
  licenses:
122
133
  - Apache-2.0
123
134
  metadata: {}
124
- post_install_message:
135
+ post_install_message:
125
136
  rdoc_options:
126
137
  - "--title"
127
138
  - Amatch - Approximate Matching
@@ -134,16 +145,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
134
145
  requirements:
135
146
  - - ">="
136
147
  - !ruby/object:Gem::Version
137
- version: '0'
148
+ version: '2.4'
138
149
  required_rubygems_version: !ruby/object:Gem::Requirement
139
150
  requirements:
140
151
  - - ">="
141
152
  - !ruby/object:Gem::Version
142
153
  version: '0'
143
154
  requirements: []
144
- rubyforge_project:
145
- rubygems_version: 2.6.11
146
- signing_key:
155
+ rubygems_version: 3.3.13
156
+ signing_key:
147
157
  specification_version: 4
148
158
  summary: Approximate String Matching library
149
159
  test_files:
data/.gitignore DELETED
@@ -1,6 +0,0 @@
1
- .*.sw[pon]
2
- .AppleDouble
3
- .rbx
4
- Gemfile.lock
5
- Makefile
6
- pkg
data/.travis.yml DELETED
@@ -1,10 +0,0 @@
1
- rvm:
2
- - 2.0
3
- - 2.1
4
- - 2.2
5
- - 2.3
6
- - 2.4.1
7
- - ruby-head
8
- matrix:
9
- allow_failures:
10
- - rvm: ruby-head
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.4.0