dps 0.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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/dps.rb +3 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 520c2bec07f9e91fb95c1ab07c2958a76cd36509
4
+ data.tar.gz: ac39583030dae78dbabb9fe276d76eb51ec599b8
5
+ SHA512:
6
+ metadata.gz: 9ac4e147a7980434ae27d256e5f44b1e2cd4f47025822277555ea65d881a14f39f611d1a97b3c614394d41693016a38269e7a29f02c493c446c667cda91ca463
7
+ data.tar.gz: 5ae7587908399a8db4c8f6919d1e5dcfa491d34ff8438f8d29eabf69ea2b088930c42f7250f644667e4f5fe7dce53ea3b142a5bdf737011f6933e78e2363b625
data/lib/dps.rb ADDED
@@ -0,0 +1,3 @@
1
+ class DPS
2
+
3
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dps
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Mat Holroyd
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-01-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Direct Payment Standard (DPS) specifies a common way for entities to
14
+ advertise payment options as well as facilitate payments directly between 2 parties.
15
+ This library contains tools to interact with or implement a DPS server.
16
+ email: dps@matholroyd.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/dps.rb
22
+ homepage: https://github.com/matholroyd/dps-ruby
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.5.2.3
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: DPS is a collection of tools to help interact with or implement a DPS server
46
+ test_files: []