/windows_store

Windows Store Receipt verification gem

Primary LanguageRubyMIT LicenseMIT

WindowsStore

Windows Store receipt verify and push notification for windows8+(tile, toast) gem.

Installation

Add this line to your application's Gemfile:

gem 'windows_store', git: 'git://github.com/vloek/windows_store.git', tag: 'v0.1.2'

And then execute:

$ bundle

Usage

WindowsStore.verify! File.read('receipt.xml')

Test

=(

Contributing

  1. Fork it ( http://github.com/vloek/windows_store/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request