Sha256: f33e450d46b5022b1609c8fbb0dae9d80d9cdc373644b5fa831dabe4ca07ab4d
Contents?: true
Size: 1.93 KB
Versions: 0
Compression: gzip
Compressed size: 809 Bytes
Stored size: 809 Bytes
Contents
--- !ruby/object:Gem::Specification name: gupshup_whatsapp version: !ruby/object:Gem::Version version: 1.0.3 platform: ruby authors: - thundersparkf autorequire: bindir: exe cert_chain: [] date: 2024-07-16 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/docs/whatsapp-message-type-outbound-free-form for the structure. email: - devagastya0@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".gitlab-ci.yml" - ".rspec" - ".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://docs.gupshup.io/docs/whatsapp-message-type-outbound-free-form 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.11 signing_key: specification_version: 4 summary: Ruby Wrapper for Gupshup Whatsapp API test_files: []