代码拉取完成,页面将自动刷新
# frozen_string_literal: true
Gem::Specification.new do |s|
s.authors = ['Skinnyworm', 'Eric Guo']
s.email = 'eric.guocz@gmail.com'
s.homepage = 'https://github.com/Eric-Guo/wechat'
s.name = 'wechat'
s.version = File.read(File.expand_path('VERSION', __dir__)).strip
s.licenses = ['MIT']
s.summary = 'DSL for wechat message handling and API'
s.description = 'API, command and message handling for WeChat in Rails'
s.required_ruby_version = '>= 2.7'
s.required_rubygems_version = ">= 3.1.6"
s.files = Dir['{bin,lib}/**/*'] + %w[LICENSE README.md README-CN.md CHANGELOG.md]
s.executables << 'wechat'
s.cert_chain = ['certs/Eric-Guo.pem']
s.signing_key = File.expand_path('~/.ssh/gem-private_key.pem') if $PROGRAM_NAME.end_with?('gem')
s.metadata = {
'bug_tracker_uri' => 'https://github.com/Eric-Guo/wechat/issues',
'changelog_uri' => 'https://github.com/Eric-Guo/wechat/releases',
'documentation_uri' => "https://github.com/Eric-Guo/wechat/tree/v#{s.version}#readme",
'source_code_uri' => "https://github.com/Eric-Guo/wechat/tree/v#{s.version}",
'rubygems_mfa_required' => 'true'
}
s.add_runtime_dependency 'activesupport', '>= 6.0', '< 9'
s.add_runtime_dependency 'http', '>= 1.0.4', '< 6'
s.add_runtime_dependency 'nokogiri', '>= 1.6.0'
s.add_runtime_dependency 'thor'
s.add_runtime_dependency 'rexml'
s.add_runtime_dependency 'zeitwerk', '~> 2.4'
s.add_development_dependency 'rubocop', '~> 1.68.0'
s.add_development_dependency 'rails', '>= 8.0.0'
s.add_development_dependency 'rspec-rails', '~> 7.1'
s.add_development_dependency 'rspec-mocks', '~> 3.13'
s.add_development_dependency 'sqlite3', '~> 2.0'
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。