Skip to content

Commit 8fe0a55

Browse files
technigepicandocodigo
authored andcommitted
Added other files
1 parent 5509683 commit 8fe0a55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

elasticsearch-model/elasticsearch-model.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ require 'elasticsearch/model/version'
2424
Gem::Specification.new do |s|
2525
s.name = 'elasticsearch-model'
2626
s.version = Elasticsearch::Model::VERSION
27-
s.authors = ['Karel Minarik']
28-
s.email = ['support@elastic.co']
27+
s.authors = ['Elastic Client Library Maintainers']
28+
s.email = ['client-libs@elastic.co']
2929
s.description = 'ActiveModel/Record integrations for Elasticsearch.'
3030
s.summary = 'ActiveModel/Record integrations for Elasticsearch.'
3131
s.homepage = 'https://github.com/elasticsearch/elasticsearch-rails/'

elasticsearch-rails/elasticsearch-rails.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ require 'elasticsearch/rails/version'
2323
Gem::Specification.new do |s|
2424
s.name = 'elasticsearch-rails'
2525
s.version = Elasticsearch::Rails::VERSION
26-
s.authors = ['Karel Minarik']
27-
s.email = ['support@elastic.co']
26+
s.authors = ['Elastic Client Library Maintainers']
27+
s.email = ['client-libs@elastic.co']
2828
s.description = 'Ruby on Rails integrations for Elasticsearch.'
2929
s.summary = 'Ruby on Rails integrations for Elasticsearch.'
3030
s.homepage = 'https://github.com/elasticsearch/elasticsearch-rails/'

0 commit comments

Comments
 (0)