rsemantic 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +1 -1
  2. data/lib/semantic/version.rb +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Rsemantic
2
2
 
3
- [![Build Status](https://secure.travis-ci.org/josephwilk/rsemantic.png?branch=master)](http://travis-ci.org/josephwilk/rsemantic)
3
+ [![Build Status](https://travis-ci.org/josephwilk/rsemantic.png?branch=master)](https://travis-ci.org/josephwilk/rsemantic)
4
4
 
5
5
  A Ruby document vector search with flexible matrix transforms. Current supported transforms:
6
6
 
@@ -2,7 +2,7 @@ module Semantic #:nodoc:
2
2
  class VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsemantic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -28,7 +28,7 @@ dependencies:
28
28
  - !ruby/object:Gem::Version
29
29
  version: 1.14.7
30
30
  - !ruby/object:Gem::Dependency
31
- name: fast_stemmer
31
+ name: fast-stemmer
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  none: false
34
34
  requirements: