Skip to content

Commit

Permalink
Add utils.rb to meilisearch.gemspec (#269)
Browse files Browse the repository at this point in the history
* Add utils.rb to meilisearch.gemspec

* Update version for the next release (v0.17.2)
  • Loading branch information
curquiza committed Nov 18, 2021
1 parent c0b4bfa commit c0bfc68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/meilisearch/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MeiliSearch
VERSION = '0.17.1'
VERSION = '0.17.2'
end
3 changes: 2 additions & 1 deletion meilisearch.gemspec
Expand Up @@ -19,7 +19,8 @@ Gem::Specification.new do |s|
'lib/meilisearch/http_request.rb',
'lib/meilisearch/client.rb',
'lib/meilisearch/index.rb',
'lib/meilisearch/version.rb'
'lib/meilisearch/version.rb',
'lib/meilisearch/utils.rb'
]

s.required_ruby_version = '>= 2.6.0'
Expand Down

0 comments on commit c0bfc68

Please sign in to comment.