nicepay_ruby 1.0.0

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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +1 -0
  3. data/lib/nicepay_ruby.rb +0 -0
  4. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e109e24dc38696a20e06773d4e415c532fd58f92509c50d9aafd12bb9eeecfb6
4
+ data.tar.gz: 10db49881242c081048db23ae87a3288763af37cec0256bc0acc50393dcb4afa
5
+ SHA512:
6
+ metadata.gz: b6c8d3624e43e6053cb57a0bafc148c2bd9f193ed796eadc660e65d8977fb87b8fa32aa934aaf1aada8dbb129c6d4fba26976903f86c9b5b41231d8f2a51262c
7
+ data.tar.gz: cc20353812735a8d5eaee40c37ac90c744081e3f7e632a7a15a1dc71c904cafc2265e98a3251ad72eed74bc66097030d99511aed42a154a531317cfe8a0c5150
data/README.md ADDED
@@ -0,0 +1 @@
1
+ # ruby-nicepay
File without changes
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nicepay_ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - NICEPay_Integration
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Nicepay plugin for Ruby to access merchant consume API SNAP and Non-SNAP
13
+ from Nicepay
14
+ email:
15
+ - nicepayintegration@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - lib/nicepay_ruby.rb
22
+ homepage: https://github.com/nicepay-dev/ruby-nicepay.git
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 3.4.4
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.6.7
41
+ specification_version: 4
42
+ summary: Nicepay plugin ruby
43
+ test_files: []