kaznachey_payments 0.9.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. checksums.yaml +15 -0
  2. data/Gemfile +9 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +50 -0
  5. data/Rakefile +2 -0
  6. data/doc/HttpHelper.html +221 -0
  7. data/doc/KaznacheyConfigurations.html +132 -0
  8. data/doc/KaznacheyPayments.html +117 -0
  9. data/doc/KaznacheyPaymentsApi.html +294 -0
  10. data/doc/Md5Helper.html +189 -0
  11. data/doc/PaySystem.html +430 -0
  12. data/doc/PaymentDetails.html +900 -0
  13. data/doc/Product.html +480 -0
  14. data/doc/ReqCommonObject.html +274 -0
  15. data/doc/ReqCreatePayment.html +534 -0
  16. data/doc/ReqGetMerchantInfo.html +202 -0
  17. data/doc/RespCommonObject.html +274 -0
  18. data/doc/RespCreatePayment.html +303 -0
  19. data/doc/RespMerchantInfo.html +387 -0
  20. data/doc/RespPaymentStatus.html +689 -0
  21. data/doc/_index.html +212 -0
  22. data/doc/class_list.html +58 -0
  23. data/doc/css/common.css +1 -0
  24. data/doc/css/full_list.css +57 -0
  25. data/doc/css/style.css +339 -0
  26. data/doc/file.README.html +110 -0
  27. data/doc/file_list.html +60 -0
  28. data/doc/frames.html +26 -0
  29. data/doc/index.html +126 -0
  30. data/doc/js/app.js +219 -0
  31. data/doc/js/full_list.js +181 -0
  32. data/doc/js/jquery.js +4 -0
  33. data/doc/method_list.html +333 -0
  34. data/doc/top-level-namespace.html +114 -0
  35. data/lib/ApiObjects/Requests/payment_details.rb +34 -0
  36. data/lib/ApiObjects/Requests/product.rb +16 -0
  37. data/lib/ApiObjects/Requests/req_common_object.rb +6 -0
  38. data/lib/ApiObjects/Requests/req_create_payment.rb +42 -0
  39. data/lib/ApiObjects/Requests/req_get_merchant_info.rb +11 -0
  40. data/lib/ApiObjects/Responses/pay_system.rb +19 -0
  41. data/lib/ApiObjects/Responses/resp_common_object.rb +6 -0
  42. data/lib/ApiObjects/Responses/resp_create_payment.rb +15 -0
  43. data/lib/ApiObjects/Responses/resp_merchant_info.rb +26 -0
  44. data/lib/ApiObjects/Responses/resp_payment_status.rb +43 -0
  45. data/lib/ApiObjects/kaznachey_configurations.rb +9 -0
  46. data/lib/Helpers/http_helper.rb +26 -0
  47. data/lib/Helpers/md5_helper.rb +7 -0
  48. data/lib/kaznachey_payments/version.rb +3 -0
  49. data/lib/kaznachey_payments_api.rb +32 -0
  50. data/test/test_get_merchant_info.rb +55 -0
  51. metadata +95 -0
metadata ADDED
@@ -0,0 +1,95 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kaznachey_payments
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.7.7
5
+ platform: ruby
6
+ authors:
7
+ - Vladimir Yamborko
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-12-03 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Kaznachey payments api
14
+ email:
15
+ - yamborko92@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - Gemfile
21
+ - LICENSE.txt
22
+ - README.md
23
+ - Rakefile
24
+ - doc/HttpHelper.html
25
+ - doc/KaznacheyConfigurations.html
26
+ - doc/KaznacheyPayments.html
27
+ - doc/KaznacheyPaymentsApi.html
28
+ - doc/Md5Helper.html
29
+ - doc/PaySystem.html
30
+ - doc/PaymentDetails.html
31
+ - doc/Product.html
32
+ - doc/ReqCommonObject.html
33
+ - doc/ReqCreatePayment.html
34
+ - doc/ReqGetMerchantInfo.html
35
+ - doc/RespCommonObject.html
36
+ - doc/RespCreatePayment.html
37
+ - doc/RespMerchantInfo.html
38
+ - doc/RespPaymentStatus.html
39
+ - doc/_index.html
40
+ - doc/class_list.html
41
+ - doc/css/common.css
42
+ - doc/css/full_list.css
43
+ - doc/css/style.css
44
+ - doc/file.README.html
45
+ - doc/file_list.html
46
+ - doc/frames.html
47
+ - doc/index.html
48
+ - doc/js/app.js
49
+ - doc/js/full_list.js
50
+ - doc/js/jquery.js
51
+ - doc/method_list.html
52
+ - doc/top-level-namespace.html
53
+ - lib/ApiObjects/Requests/payment_details.rb
54
+ - lib/ApiObjects/Requests/product.rb
55
+ - lib/ApiObjects/Requests/req_common_object.rb
56
+ - lib/ApiObjects/Requests/req_create_payment.rb
57
+ - lib/ApiObjects/Requests/req_get_merchant_info.rb
58
+ - lib/ApiObjects/Responses/pay_system.rb
59
+ - lib/ApiObjects/Responses/resp_common_object.rb
60
+ - lib/ApiObjects/Responses/resp_create_payment.rb
61
+ - lib/ApiObjects/Responses/resp_merchant_info.rb
62
+ - lib/ApiObjects/Responses/resp_payment_status.rb
63
+ - lib/ApiObjects/kaznachey_configurations.rb
64
+ - lib/Helpers/http_helper.rb
65
+ - lib/Helpers/md5_helper.rb
66
+ - lib/kaznachey_payments/version.rb
67
+ - lib/kaznachey_payments_api.rb
68
+ - test/test_get_merchant_info.rb
69
+ homepage: https://kaznachey.ua/
70
+ licenses:
71
+ - MIT
72
+ metadata: {}
73
+ post_install_message:
74
+ rdoc_options: []
75
+ require_paths:
76
+ - lib
77
+ required_ruby_version: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ! '>='
80
+ - !ruby/object:Gem::Version
81
+ version: '0'
82
+ required_rubygems_version: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - ! '>='
85
+ - !ruby/object:Gem::Version
86
+ version: '0'
87
+ requirements: []
88
+ rubyforge_project:
89
+ rubygems_version: 2.4.5
90
+ signing_key:
91
+ specification_version: 4
92
+ summary: Kaznachey payments
93
+ test_files:
94
+ - test/test_get_merchant_info.rb
95
+ has_rdoc: