gupshup-rb.gemspec in gupshup-rb-0.1.8.4 vs gupshup-rb.gemspec in gupshup-rb-0.1.9
- old
+ new
@@ -10,18 +10,16 @@
spec.authors = ['Raimundo Martins']
spec.summary = 'Communication with Chatwoot - Not Completed! Still does not work!'
spec.description = 'Communication with Chatwoot - Not Completed! Still does not work!'
spec.homepage = 'https://github.com/raimartinsb/gupshup-rb'
spec.license = 'MIT'
- spec.metadata = { 'yard.run' => 'yri' } # use "yard" to build full HTML docs
+ spec.required_ruby_version = '>= 2.6.0'
+ spec.metadata["homepage_uri"] = spec.homepage
+ spec.metadata["source_code_uri"] = 'https://github.com/raimartinsb/gupshup-rb'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match?(%r{^(spec)/}) }
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
- spec.required_ruby_version = '>= 2.0.0'
- spec.extra_rdoc_files = ['README.md', 'LICENSE']
- spec.rdoc_options = ['--line-numbers', '--inline-source', '--title', 'gupshup-rb', '--main', 'README.md']
spec.add_dependency('jwt', '>= 1.5', '< 3.0')
spec.add_dependency('nokogiri', '>= 1.6', '< 2.0')
spec.add_dependency('faraday', '>= 0.9', '< 3.0')
# Workaround for RBX <= 2.2.1, should be fixed in next version