fuzzy-string-match 0.9.9 → 1.0.0
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 +4 -4
- data/Rakefile +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 943821672c393bd1c811ea5e0e0768ecadfcd92f
|
|
4
|
+
data.tar.gz: b80243fdf26f1c10e99af5bb04ae6b33b5259bdc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56847ee0f7d5205da179c96d30a7c48c6c96837ab90b0ab9024987413da6f7eda595ddaa0bdd3a0e63ba1ca31017eb0747cd34ce9413f811b259537fafafeef9
|
|
7
|
+
data.tar.gz: d7e53face3c004652e92765bf8cd92e1c54678902f9f14187c0eb67900af2a1c685774f63820f5f0bbebced91b6923bba49dd7c2a7cea6104b7e2f87454de40b
|
data/Rakefile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#-*- mode: ruby; -*-
|
|
2
2
|
#
|
|
3
3
|
# Release Engineering
|
|
4
|
-
# 1. edit the "s.version = " line of fuzzy-string-match.gemspec
|
|
4
|
+
# 1. edit the "s.version = " and "s.date = " "line of fuzzy-string-match.gemspec
|
|
5
5
|
# 2. rake && rake build
|
|
6
6
|
# to generate pkg/fuzzy-string-match-x.x.x.gem
|
|
7
7
|
# 3. install fuzzy-string-match-x.x.x.gem to clean environment and test
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fuzzy-string-match
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kiyoka Nishiyama
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|