文件名称:windows_store:Windows 商店收据验证 gem
文件大小:8KB
文件格式:ZIP
更新时间:2024-08-01 11:15:46
Ruby
视窗商店 Windows 应用商店收据验证并推送 Windows8+(tile, toast) gem 的通知。 安装 将此行添加到应用程序的 Gemfile 中: gem 'windows_store', git: 'git://github.com/vloek/windows_store.git', tag: 'v0.1.2' 然后执行: $ bundle 用法 WindowsStore.verify! File.read('receipt.xml') 测试 =( 贡献 分叉它( ) 创建您的功能分支( git checkout -b my-new-feature ) 提交您的更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feature ) 创建新的拉取请求
【文件预览】:
windows_store-master
----LICENSE.txt(1KB)
----lib()
--------windows_store()
--------windows_store.rb(669B)
----Gemfile(98B)
----spec()
--------example_receipt.xml(1KB)
--------spec_all.rb(260B)
----Rakefile(123B)
----README.md(653B)
----windows_store.gemspec(994B)
----.gitignore(154B)