payfast 1.0.1 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d93902540cd8d2052c2c21f4c1ad469be1cbb9532f3c6ba20bcaa4d84047b28
4
- data.tar.gz: beef56fd565707a474944374d320bac4a369a10e68c4ac35c4d462e58cd38186
3
+ metadata.gz: e7600cac11c5e9e6093e1ae5bf21cb197dc661cff76e5cc16993aa32475e104a
4
+ data.tar.gz: 95cd4bc5539cd3bd4dcb25671d3af0b77ee6712bad80d17a0c7bef23d65eca09
5
5
  SHA512:
6
- metadata.gz: be4c605758122af4e5fdb7e768852e0c76f02b6ee97e4bdf95eb8fe1a8dec2dabe4aae87e72c28e9e49a6f4a0a380a501d917666cccd09dd6845ad1a3c75ee9d
7
- data.tar.gz: 5540c7288967670d4e87f87f32de82519b1ff127ec3e43c37c960ddc2bace989c9f8e25d28ee35d3160bee62aea10d7d84be6f4c911e6bf2e8c70a13e998132c
6
+ metadata.gz: a686d46ee883626b1789efb1cfee13dcb6e05f4af9f0f7a179c665fa171672e8a3a9ff7b92f5f5bf02912e4930e7dcd7800ccb024c15f813b4f00355af7ba813
7
+ data.tar.gz: 8d0fa3c627b47e34266364bb251827ee361b42f3e5da98fa6543c0c4feecdbc9c86e9af35aed367e60324c77399c19e2759648cc340fd1f190650220f84c9654
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payfast
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dellan Muchengapadare
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-23 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -60,16 +60,16 @@ extra_rdoc_files: []
60
60
  files:
61
61
  - LICENSE
62
62
  - README.md
63
- - lib/generators.rb
64
- - lib/onsite_payments.rb
65
- - lib/templates/config.yml
66
- - lib/templates/controller.rb
67
- - lib/templates/helper.rb
68
- - lib/templates/index.html.erb
69
- - lib/templates/make_payment.html.erb
70
- - lib/templates/migration.rb
71
- - lib/templates/model.rb
72
- - lib/templates/routes.rb
63
+ - lib/generators/payfast/install_generator.rb
64
+ - lib/generators/payfast/templates/config.yml
65
+ - lib/generators/payfast/templates/controller.rb
66
+ - lib/generators/payfast/templates/helper.rb
67
+ - lib/generators/payfast/templates/index.html.erb
68
+ - lib/generators/payfast/templates/make_payment.html.erb
69
+ - lib/generators/payfast/templates/migration.rb
70
+ - lib/generators/payfast/templates/model.rb
71
+ - lib/generators/payfast/templates/routes.rb
72
+ - lib/payfast/onsite_payments.rb
73
73
  homepage: https://github.com/mactunechy/payfast-gem
74
74
  licenses:
75
75
  - MIT