blurrily 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/lib/blurrily/version.rb +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10d0da3c08622113e1580e66c8dce70c440e5c84
4
- data.tar.gz: ca80fdcd586ba8b9723799523e5eaef766116a0e
3
+ metadata.gz: ed16411964b25da880e1352dbf23259c6a3cad15
4
+ data.tar.gz: 5040661414e99211116945e2db5c75ecbe23c632
5
5
  SHA512:
6
- metadata.gz: d563833faf1eb740600d6f628e378de3b4252a512a03758b8dc1e7dfd604837818ea7f53d8a6fef67522eabd355cd8d556e429406d09856a4151d48b232f8a5f
7
- data.tar.gz: f46114e88375943a7423f094fe0b4c9a8fa2d28e22165434456b0b5d46758b175bb6106569738a3d118cd43fddcf174e04c51161287c3ce7683fb8583349e88a
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.png)](http://badge.fury.io/rb/blurrily)
4
- [![Build Status](https://travis-ci.org/mezis/blurrily.png?branch=master)](https://travis-ci.org/mezis/blurrily)
5
- [![Dependency Status](https://gemnasium.com/mezis/blurrily.png)](https://gemnasium.com/mezis/blurrily)
6
- [![Code Climate](https://codeclimate.com/github/mezis/blurrily.png)](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.8.7 to 2.0.0.
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
@@ -1,3 +1,3 @@
1
1
  module Blurrily
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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-09-29 00:00:00.000000000 Z
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: '0'
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: '0'
28
+ version: '4'
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: eventmachine
31
31
  requirement: !ruby/object:Gem::Requirement