# -*- encoding: utf-8 -*- # stub: freshchat_whatsapp 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "freshchat_whatsapp".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "source_code_uri" => "https://github.com/arvindvyas/freshchat_whatsapp" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Arvind Vyas".freeze] s.bindir = "exe".freeze s.date = "2024-01-05" s.description = "The Ruby gem support for Freshchat WhatsApp integration enables seamless communication by leveraging the power of Freshchat within Ruby applications. It allows developers to integrate WhatsApp messaging functionalities into their Ruby-based projects using Freshchat's comprehensive features. This integration simplifies the process of incorporating WhatsApp as a communication channel, offering a convenient solution for Ruby developers to enhance customer ".freeze s.email = ["arvindvyas07@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "freshchat_whatsapp.gemspec".freeze, "lib/.DS_Store".freeze, "lib/freshchat_whatsapp.rb".freeze, "lib/freshchat_whatsapp/actions/check_message_status.rb".freeze, "lib/freshchat_whatsapp/actions/send_hsm_message.rb".freeze, "lib/freshchat_whatsapp/api.rb".freeze, "lib/freshchat_whatsapp/client.rb".freeze, "lib/freshchat_whatsapp/configuration.rb".freeze, "lib/freshchat_whatsapp/errors/request_error.rb".freeze, "lib/freshchat_whatsapp/version.rb".freeze, "lib/whatsapp/configuration.rb".freeze, "lib/whatsapp/errors/request_error.rb".freeze, "lib/whatsapp/version.rb".freeze] s.homepage = "https://github.com/arvindvyas/freshchat_whatsapp".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "The Ruby gem enables seamless integration of WhatsApp into Ruby apps via Freshchat, streamlining customer communication and support. It simplifies adding WhatsApp as a channel for enhanced interactions within Ruby-based projects.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end