diff --git a/google-local-results-ai-parser.gemspec b/google-local-results-ai-parser.gemspec index 23655b7..be46e69 100644 --- a/google-local-results-ai-parser.gemspec +++ b/google-local-results-ai-parser.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "google-local-results-ai-parser" - spec.version = "0.1.1" + spec.version = "0.1.2" spec.summary = "A gem to be used with serpapi/bert-base-local-results model to predict different parts of Google Local Listings." spec.description = "A gem to be used with serpapi/bert-base-local-results model to predict different parts of Google Local Listings. This gem uses BERT model at https://huggingface.co/serpapi/bert-base-local-results in the background. For serving private servers, head to https://github.com/serpapi/google-local-results-ai-server to get more information." spec.homepage = "https://github.com/serpapi/google-local-results-ai-parser"