Sha256: 44c7a63e3c64a309c634bb692203e5186b9d06bf745b1e153a2b38ad72ead55a
Contents?: true
Size: 1.82 KB
Versions: 4
Compression:
Stored size: 1.82 KB
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "wxapi/version" Gem::Specification.new do |spec| spec.name = "wxapi" spec.version = Wxapi::VERSION spec.authors = ["黄滚 twitter: @hg_nohair"] spec.email = ["xurenlu@gmail.com"] spec.summary = %q{微信公众号开发API,包含对微信公众号菜单栏、客服消息、模板消息、帐号管理等接口的封装,API长期更新维护,建议使用最新版本.} spec.description = %q{微信公众号开发API,包含对微信公众号菜单栏、客服消息、模板消息、帐号管理等接口的封装,API长期更新维护,建议使用最新版本,开发者使用文档:https://yuque.com/qianlansedehei/wechat_public_api} spec.homepage = "https://github.com/xurenlu/wxapi" spec.license = "MIT" # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. # if spec.respond_to?(:metadata) # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'" # else # raise "RubyGems 2.0 or newer is required to protect against " \ # "public gem pushes." # end spec.files = `git ls-files -z`.split("\x0").reject do |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"] spec.add_development_dependency "bundler" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "redis" spec.add_development_dependency "json" spec.add_development_dependency "rest-client" spec.add_development_dependency 'unf_ext', '~> 0.0.7.5' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
wxapi-1.0.9 | wxapi.gemspec |
wxapi-1.0.6 | wxapi.gemspec |
wxapi-1.0.4 | wxapi.gemspec |
wxapi-1.0.2 | wxapi.gemspec |