Skip to content

Commit

Permalink
Credit where credit's due..
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAiken committed Jan 9, 2015
1 parent a48c72f commit a05fa4f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@ ESReindex.copy! 'http://my_server/index', 'http://my_server/index_copy',
+ __0.0.2__: repated document count comparison
+ __0.0.1__: first revision

## Credits

- [Justin Aiken](https://github.com/JustinAiken)
- [Victor Luft](https://github.com/victorluft)

Original script:
- @geronime
- @pgaertig

Developed by [Mojo Lingo](http://mojolingo.com).

## License
es-reindex the gem is copyright (c)2014 Mojo Lingo, and released under the terms
of the MIT license. See the LICENSE file for the gory details.
Expand Down
4 changes: 2 additions & 2 deletions es-reindex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require "es-reindex/version"
Gem::Specification.new do |s|
s.name = "es-reindex"
s.version = ESReindex::VERSION
s.authors = ["Justin Aiken"]
s.email = ["[email protected]"]
s.authors = ["Justin Aiken", "Victor Luft"]
s.email = ["[email protected]", "[email protected]"]
s.homepage = "https://github.com/mojolingo/es-reindex"
s.summary = %q{Ruby gem to copy ElasticSearch index (reindex).}
s.description = %q{Ruby gem to copy ElasticSearch index (reindex).}
Expand Down

0 comments on commit a05fa4f

Please sign in to comment.