peek-elasticsearch 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/peek-elasticsearch.gemspec +2 -2
  2. metadata +2 -2
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "peek-elasticsearch"
5
- spec.version = "0.1.0"
5
+ spec.version = "0.1.1"
6
6
  spec.authors = ["Will Farrington"]
7
7
  spec.email = ["wfarr@github.com"]
8
8
  spec.description = %q{Take a peek into your Elasticsearch indices.}
9
9
  spec.summary = %q{Take a peek into your Elasticsearch indices.}
10
- spec.homepage = ""
10
+ spec.homepage = "https://github.com/wfarr/peek-elasticsearch"
11
11
  spec.license = "MIT"
12
12
 
13
13
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peek-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -79,7 +79,7 @@ files:
79
79
  - lib/peek/views/elasticsearch.rb
80
80
  - peek-elasticsearch.gemspec
81
81
  - script/bootstrap
82
- homepage: ''
82
+ homepage: https://github.com/wfarr/peek-elasticsearch
83
83
  licenses:
84
84
  - MIT
85
85
  post_install_message: