--- !ruby/object:Gem::Specification name: gupshup_whatsapp version: !ruby/object:Gem::Version version: 1.0.5 platform: ruby authors: - thundersparkf autorequire: bindir: exe cert_chain: [] date: 2024-11-14 00:00:00.000000000 Z dependencies: [] description: This is a simple open source implementation of the Ruby wrapper for Gupshup WhatsApp API. For more instructions, refer to the source code README.md. For message structure, please refer to https://docs.gupshup.io/reference/msg for the structure. email: - devagastya0@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".gitlab-ci.yml" - ".rspec" - ".rspec_status" - ".ruby-version" - ".travis.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/console - bin/setup - gupshup_whatsapp.gemspec - lib/gupshup_whatsapp.rb - lib/gupshup_whatsapp/framework/error.rb - lib/gupshup_whatsapp/framework/request.rb - lib/gupshup_whatsapp/framework/response.rb - lib/gupshup_whatsapp/http/http.rb - lib/gupshup_whatsapp/rest/whatsapp/message/outbound_message.rb - lib/gupshup_whatsapp/rest/whatsapp/user-event/user-event.rb - lib/gupshup_whatsapp/rest/whatsapp/whatsapp.rb - lib/gupshup_whatsapp/version.rb homepage: https://rubygems.org/ licenses: - MIT metadata: homepage_uri: https://rubygems.org/ source_code_uri: https://gitlab.com/thundersparkf/gupshup-whatsapp-sdk.git documentation_uri: https://thundersparkf.gitlab.io/gupshup-whatsapp-sdk/ bug_tracker_uri: https://gitlab.com/thundersparkf/gupshup-whatsapp-sdk/-/issues post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.3.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.22 signing_key: specification_version: 4 summary: Ruby Wrapper for Gupshup Whatsapp API test_files: []