.github/workflows/build.yml | |
|
|
.gitignore | |
|
|
.rubocop.yml | |
|
|
.ruby-version | |
|
|
Gemfile | |
|
|
Guardfile | |
|
|
LICENSE.txt | |
|
|
MIGRATION_GUIDE_0_2_0.md | |
|
|
README.md | |
|
|
Rakefile | |
|
|
bin/candy_check | |
|
|
candy_check.gemspec | |
|
|
lib/candy_check.rb | 6 | A 0 mins |
|
lib/candy_check/app_store.rb | 12 | A 0 mins |
|
lib/candy_check/app_store/client.rb | 41 | A 0 mins |
|
lib/candy_check/app_store/config.rb | 14 | A 0 mins |
|
lib/candy_check/app_store/receipt.rb | 50 | A 0 mins |
|
lib/candy_check/app_store/receipt_collection.rb | 24 | A 0 mins |
|
lib/candy_check/app_store/subscription_verification.rb | 36 | A 0 mins |
|
lib/candy_check/app_store/verification.rb | 31 | A 0 mins |
|
lib/candy_check/app_store/verification_failure.rb | 54 | A 0 mins |
|
lib/candy_check/app_store/verifier.rb | 51 | A 0 mins |
|
lib/candy_check/cli.rb | 7 | A 0 mins |
|
lib/candy_check/cli/app.rb | 38 | A 0 mins |
|
lib/candy_check/cli/commands.rb | 10 | A 0 mins |
|
lib/candy_check/cli/commands/app_store.rb | 24 | A 0 mins |
|
lib/candy_check/cli/commands/base.rb | 19 | A 0 mins |
|
lib/candy_check/cli/commands/play_store.rb | 28 | A 0 mins |
|
lib/candy_check/cli/commands/version.rb | 11 | A 0 mins |
|
lib/candy_check/cli/out.rb | 16 | A 0 mins |
|
lib/candy_check/play_store.rb | 22 | A 0 mins |
|
lib/candy_check/play_store/acknowledger.rb | 18 | A 0 mins |
|
lib/candy_check/play_store/android_publisher_service.rb | 6 | A 0 mins |
|
lib/candy_check/play_store/product_acknowledgements/acknowledgement.rb | 31 | A 0 mins |
|
lib/candy_check/play_store/product_acknowledgements/response.rb | 20 | A 0 mins |
|
lib/candy_check/play_store/product_purchases/product_purchase.rb | 42 | A 0 mins |
|
lib/candy_check/play_store/product_purchases/product_verification.rb | 36 | A 0 mins |
|
lib/candy_check/play_store/subscription_purchases/subscription_purchase.rb | 78 | A 2 hrs |
|
lib/candy_check/play_store/subscription_purchases/subscription_verification.rb | 38 | A 0 mins |
|
lib/candy_check/play_store/verification_failure.rb | 19 | A 0 mins |
|
lib/candy_check/play_store/verifier.rb | 27 | A 0 mins |
|
lib/candy_check/utils.rb | 2 | A 0 mins |
|
lib/candy_check/utils/attribute_reader.rb | 28 | A 0 mins |
|
lib/candy_check/utils/config.rb | 26 | A 0 mins |
|
lib/candy_check/version.rb | 3 | A 0 mins |
|