elasticquery 0.1.0 → 0.1.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 +1 -0
- data/elasticquery.gemspec +1 -1
- data/lib/elasticquery/version.rb +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: 2696377487f84ef24a545d9c9ec74f87f6b3ad79
|
4
|
+
data.tar.gz: 6f3d75e5b5bffcf49afb9e02d191d3e9baa56ec0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3ba1a02c7c3f64e4edb43185241c6823b3f2c7c654001b79f05d06df64f12837725fda86d44041a457db40e2734709ec8469b58fbd6f07587d7b2c601c37f11
|
7
|
+
data.tar.gz: 8f685f6bc1563f0d8640af05b24cf087f7669646b0c39182d50f9394849ee1ebe023a49e0d8a64e27272f1ae17a9f0201a774d08c5fea989f5cfe3d3b9bb6692
|
data/README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
# Elasticquery
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/elasticquery.svg)](http://badge.fury.io/rb/elasticquery)
|
3
4
|
[![Build Status](https://travis-ci.org/caulfield/elasticquery.svg?branch=master)](https://travis-ci.org/caulfield/elasticquery)
|
4
5
|
[![Code Climate](https://codeclimate.com/github/caulfield/elasticquery/badges/gpa.svg)](https://codeclimate.com/github/caulfield/elasticquery)
|
5
6
|
[![Test Coverage](https://codeclimate.com/github/caulfield/elasticquery/badges/coverage.svg)](https://codeclimate.com/github/caulfield/elasticquery)
|
data/elasticquery.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Sergey Kuchmistov"]
|
10
10
|
spec.email = ["sergey.kuchmistov@gmail.com"]
|
11
11
|
spec.summary = %q{Elasticsearch query builder.}
|
12
|
-
spec.description = %q{Powerful and
|
12
|
+
spec.description = %q{Powerful and flexible elasticsearch query factory for you ruby application}
|
13
13
|
spec.homepage = "https://github.com/caulfield/elasticquery"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
data/lib/elasticquery/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elasticquery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergey Kuchmistov
|
@@ -108,7 +108,7 @@ dependencies:
|
|
108
108
|
- - ">="
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
|
-
description: Powerful and
|
111
|
+
description: Powerful and flexible elasticsearch query factory for you ruby application
|
112
112
|
email:
|
113
113
|
- sergey.kuchmistov@gmail.com
|
114
114
|
executables: []
|