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 +4 -4
- metadata +12 -12
- /data/lib/{generators.rb → generators/payfast/install_generator.rb} +0 -0
- /data/lib/{templates → generators/payfast/templates}/config.yml +0 -0
- /data/lib/{templates → generators/payfast/templates}/controller.rb +0 -0
- /data/lib/{templates → generators/payfast/templates}/helper.rb +0 -0
- /data/lib/{templates → generators/payfast/templates}/index.html.erb +0 -0
- /data/lib/{templates → generators/payfast/templates}/make_payment.html.erb +0 -0
- /data/lib/{templates → generators/payfast/templates}/migration.rb +0 -0
- /data/lib/{templates → generators/payfast/templates}/model.rb +0 -0
- /data/lib/{templates → generators/payfast/templates}/routes.rb +0 -0
- /data/lib/{onsite_payments.rb → payfast/onsite_payments.rb} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e7600cac11c5e9e6093e1ae5bf21cb197dc661cff76e5cc16993aa32475e104a
|
4
|
+
data.tar.gz: 95cd4bc5539cd3bd4dcb25671d3af0b77ee6712bad80d17a0c7bef23d65eca09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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-
|
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/
|
65
|
-
- lib/templates/
|
66
|
-
- lib/templates/
|
67
|
-
- lib/templates/
|
68
|
-
- lib/templates/
|
69
|
-
- lib/templates/
|
70
|
-
- lib/templates/
|
71
|
-
- lib/templates/
|
72
|
-
- lib/
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|