10 Star 33 Fork 0

过纯中 / wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
wechat.gemspec 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
ericguo 提交于 2024-01-04 16:49 . Release 0.17.3
# 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'
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.9'
s.add_development_dependency 'rails', '>= 7.0.0'
s.add_development_dependency 'rspec-rails', '~> 6.0'
s.add_development_dependency 'rspec-mocks', '~> 3.12'
s.add_development_dependency 'sqlite3', '~> 1.5'
end
Ruby
1
https://gitee.com/Eric-Guo/wechat.git
git@gitee.com:Eric-Guo/wechat.git
Eric-Guo
wechat
wechat
main

搜索帮助