blurrily 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/lib/blurrily/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed16411964b25da880e1352dbf23259c6a3cad15
|
4
|
+
data.tar.gz: 5040661414e99211116945e2db5c75ecbe23c632
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8dcba4b00f325431bed101bdb16dc89a21e0d695537ba4222e05f20a5209c350077a02af18ce0dbb5f05ab5def8a00f4978021550d43e9880abcaabbca9d4fde
|
7
|
+
data.tar.gz: bca6a4306b94271a04c3ac92e3520603fa557f5d3e842bf485e02e82a3b4786d4eb812f1fecfa1371ce97737a73af336a5fff4b4ce6f257f26136dd1b3e7ab78
|
data/README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
# Blurrily — Millisecond fuzzy string matching
|
2
2
|
|
3
|
-
[![Gem Version](https://badge.fury.io/rb/blurrily.
|
4
|
-
[![Build Status](https://travis-ci.org/mezis/blurrily.
|
5
|
-
[![Dependency Status](https://gemnasium.com/mezis/blurrily.
|
6
|
-
[![Code Climate](https://codeclimate.com/github/mezis/blurrily.
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/blurrily.svg)](http://badge.fury.io/rb/blurrily)
|
4
|
+
[![Build Status](https://travis-ci.org/mezis/blurrily.svg?branch=master)](https://travis-ci.org/mezis/blurrily)
|
5
|
+
[![Dependency Status](https://gemnasium.com/mezis/blurrily.svg)](https://gemnasium.com/mezis/blurrily)
|
6
|
+
[![Code Climate](https://codeclimate.com/github/mezis/blurrily.svg)](https://codeclimate.com/github/mezis/blurrily)
|
7
7
|
[![Coverage Status](https://coveralls.io/repos/mezis/blurrily/badge.png)](https://coveralls.io/r/mezis/blurrily)
|
8
8
|
|
9
9
|
> Show me photos of **Marakech** !
|
@@ -16,7 +16,7 @@ strings, quickly. It scales well: its response time is typically 1-2ms on
|
|
16
16
|
user-input datasets and 75-100ms on pathological datasets
|
17
17
|
([more](#benchmarks)).
|
18
18
|
|
19
|
-
Blurrily is compatible and tested with all MRI Rubies from 1.
|
19
|
+
Blurrily is compatible and tested with all MRI Rubies from 1.9.3 to 2.1.2.
|
20
20
|
It is tested on Linux 2.6 (32bit and 64bit) and MacOS X 10.8.
|
21
21
|
|
22
22
|
Blurrily uses a tweaked [trigram](http://en.wikipedia.org/wiki/N-gram)-based
|
data/lib/blurrily/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blurrily
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julien Letessier
|
@@ -10,22 +10,22 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-
|
13
|
+
date: 2014-11-21 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
17
17
|
requirement: !ruby/object:Gem::Requirement
|
18
18
|
requirements:
|
19
|
-
- - "
|
19
|
+
- - "~>"
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: '
|
21
|
+
version: '4'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
|
-
- - "
|
26
|
+
- - "~>"
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: '
|
28
|
+
version: '4'
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: eventmachine
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|