mindex 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a71d6115d947753187c7da5136c2ca67fbb1131
4
- data.tar.gz: 0ec7e8030e636f8305b09d496185e948c950d4bd
3
+ metadata.gz: 94836cd79b399e57cd7adb6cb59a23b12b0f7466
4
+ data.tar.gz: 20deda0b0e86e165dee55fadae36969f12dc7f27
5
5
  SHA512:
6
- metadata.gz: 0535323e08ea36d5897b162b1de6d69e53f08e9bac68c794e70559b175b963ced7d584680cb9153e61e33ec1ad436ae69b823ab619a4f0dba26388a818737d42
7
- data.tar.gz: e6eb59a631d55a8aceaca0ab13ded8e092e9ea359dc946a65db69299e6bf7657780ad8915349424485a01a43547f06a1f73d50fa564c46f7e502937d0a6ad190
6
+ metadata.gz: 9f96b483a5137b85e5a805530594f7acb7eb732143a67cb57fd12b4412886e606f75de84592aa71025a694290e2ba3520fa49d70027764e39bb83530a511aee9
7
+ data.tar.gz: a050eb7ae9d527a0fb31a3000c191ab0a97cb0644067335c67e0a65eb322780a31367d7f5e7cd3aae50bf2e4f9673578be774153754a76ce962a091961c663f6
@@ -0,0 +1 @@
1
+ ### Development
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Gem Version](https://badge.fury.io/rb/mindex.svg)](https://badge.fury.io/rb/mindex)
1
2
  # Mindex
2
3
 
3
4
  This gem provides functionality to build elasticsearch indices.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mindex
4
- VERSION = '0.1.0'
4
+ VERSION = '0.2.0'
5
5
  end
@@ -11,6 +11,11 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = 'Mindex provides functionality to build elasticsearch indices'
12
12
  spec.homepage = 'http://www.spider-network.com'
13
13
  spec.license = 'MIT'
14
+ spec.metadata = {
15
+ 'bug_tracker_uri' => 'https://gitlab.com/spider-network/mindex/issues',
16
+ 'changelog_uri' => 'https://gitlab.com/spider-network/mindex/blob/master/CHANGELOG.md',
17
+ 'source_code_uri' => 'https://gitlab.com/spider-network/mindex'
18
+ }
14
19
 
15
20
  spec.files = `git ls-files -z`.split("\x0")
16
21
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mindex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Voigt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-30 00:00:00.000000000 Z
11
+ date: 2017-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -163,6 +163,7 @@ files:
163
163
  - ".rspec"
164
164
  - ".rubocop.yml"
165
165
  - ".rubocop_todo.yml"
166
+ - CHANGELOG.md
166
167
  - Dockerfile
167
168
  - Gemfile
168
169
  - LICENSE.txt
@@ -182,7 +183,10 @@ files:
182
183
  homepage: http://www.spider-network.com
183
184
  licenses:
184
185
  - MIT
185
- metadata: {}
186
+ metadata:
187
+ bug_tracker_uri: https://gitlab.com/spider-network/mindex/issues
188
+ changelog_uri: https://gitlab.com/spider-network/mindex/blob/master/CHANGELOG.md
189
+ source_code_uri: https://gitlab.com/spider-network/mindex
186
190
  post_install_message:
187
191
  rdoc_options: []
188
192
  require_paths: