Sha256: 428119f403d2cf1e5e6bb09c2e98b7a65f684a9e67e8972fa45621479e3fee08
Contents?: true
Size: 1.36 KB
Versions: 4
Compression:
Stored size: 1.36 KB
Contents
require_relative 'lib/gupshup_whatsapp/version' Gem::Specification.new do |spec| spec.name = "gupshup_whatsapp" spec.version = GupshupRuby::VERSION spec.authors = ["thundersparkf"] spec.email = ["devagastya0@gmail.com"] spec.summary = "Ruby Wrapper for Gupshup Whatsapp API" spec.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. " spec.homepage = "https://rubygems.org/" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://gitlab.com/thundersparkf/gupshup-whatsapp-sdk.git" # spec.metadata["changelog_uri"] = "https://gitlab.com/thundersparkf/gupshup_whatsapp/-/blob/21dc7da6a580d24af1280e7bfb8e22a7e644ddd7/CHANGELOG" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gupshup_whatsapp-1.0.1 | gupshup_whatsapp.gemspec |
gupshup_whatsapp-1.0.0 | gupshup_whatsapp.gemspec |
gupshup_whatsapp-0.2.5 | gupshup_ruby.gemspec |
gupshup_whatsapp-0.2.3 | gupshup_ruby.gemspec |