bel-search-sqlite 0.4.0.beta2 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gemspec +1 -1
- data/CHANGELOG.md +3 -4
- data/README.md +5 -0
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5293683a9d227710257ccc18b90d4b0b0facfe79
|
4
|
+
data.tar.gz: 0ea715f709440efba97d0c0ab3c09e5dc06fef70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b75d1a25c878846f5bd52fffccccee56ab82188dc36031511841a686e9b1ef4d38cd23991e5cc2cfab55e08cf985cff0e337d01de391b01b5a7b93a008f3c81
|
7
|
+
data.tar.gz: 59b6e75a6683e22cee8ca386eff2194fab4ae9bc339c75af9c349a95842b7ba8622d98f84c174a3f3b6f3f1d4154f4d8f5811854efecd73586bbb165b5e378f3
|
data/.gemspec
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,8 @@
|
|
1
1
|
# Change Log
|
2
|
-
All notable changes to bel-search-sqlite will be documented in this file. The curated log begins at changes to version 0.
|
2
|
+
All notable changes to bel-search-sqlite will be documented in this file. The curated log begins at changes to version 0.4.0.
|
3
3
|
|
4
4
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
5
5
|
|
6
|
-
## [0.4.0][0.4.0] - 2015-12-
|
7
|
-
### Fixed
|
8
|
-
### Changed
|
6
|
+
## [0.4.0][0.4.0] - 2015-12-14
|
9
7
|
### Added
|
8
|
+
- Added full-text-search of annotations and namespaces using SQLite. This implementation provides a solution for CRuby and JRuby using the wonderful "sequel" gem.
|
data/README.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bel-search-sqlite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.0
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anthony Bargnesi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -102,9 +102,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
102
102
|
version: 2.0.0
|
103
103
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
104
104
|
requirements:
|
105
|
-
- - "
|
105
|
+
- - ">="
|
106
106
|
- !ruby/object:Gem::Version
|
107
|
-
version:
|
107
|
+
version: '0'
|
108
108
|
requirements: []
|
109
109
|
rubyforge_project:
|
110
110
|
rubygems_version: 2.4.8
|
@@ -112,4 +112,3 @@ signing_key:
|
|
112
112
|
specification_version: 4
|
113
113
|
summary: Resource search plugin for bel.rb using Sqlite FTS.
|
114
114
|
test_files: []
|
115
|
-
has_rdoc:
|