gateway_signup 0.1.3 → 0.1.4
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.
- checksums.yaml +15 -0
- data/Gemfile +4 -1
- data/gateway_signup.gemspec +2 -2
- data/lib/gateway_signup/engines/yaml.rb +1 -2
- metadata +5 -9
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
ZjkxMWMyYjA2MTI5ZGYyNWNjZmVmNjhmNzQyNzUyYWJkMjc5OWJhOQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
NTA1NjViZDNiYmEwYTQ1NmE4Mjg0NmZmMTMyOTBiMTZkYTY0NGEwZA==
|
7
|
+
SHA512:
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
OTRlM2ZjOTg0ZjY5ODhlNTUyNzlhMzgyZmNlNDhlNTBkMzNhZDQwNmFmODYz
|
10
|
+
Yzg2NGZmZmFkMzVkMDkzZmE2MjdjOTUwODY3N2ZmOGE5YWMyOTMzN2ZiN2Vk
|
11
|
+
MWQ5OWQ2NThlMzg3ZDI1OTYwMjg5MjBiMzM4MjY3ZjM4MTBlMTE=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
NWQ4M2VjY2RhMWU1YTk3NTg2YzU3MmY1MzA1OTU4MWJmN2EzODRjNDMxMDUw
|
14
|
+
Y2EzMzVmNTkzMmJmNmQxNmU5ZDM1MmQyOGVmNjc2MWIyNmM0NTAzNmY0Nzgy
|
15
|
+
NWIzNzk1YTRjZTJmMDg2OTYwOWM0MzQ5N2VkNzlkZjMzNTY4NWE=
|
data/Gemfile
CHANGED
data/gateway_signup.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'gateway_signup'
|
3
|
-
s.version = '0.1.
|
4
|
-
s.date = '2014-
|
3
|
+
s.version = '0.1.4'
|
4
|
+
s.date = '2014-05-08'
|
5
5
|
s.summary = "Spreedly Gateway Registration Field Lookup"
|
6
6
|
s.description = "Small library for reading a config and returning the fields required to register a specific gateway with Spreedly"
|
7
7
|
s.authors = ["Glen Holcomb", "Isaiah Baca"]
|
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gateway_signup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
5
|
-
prerelease:
|
4
|
+
version: 0.1.4
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Glen Holcomb
|
@@ -10,12 +9,11 @@ authors:
|
|
10
9
|
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date: 2014-
|
12
|
+
date: 2014-05-08 00:00:00.000000000 Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: sqlite3
|
17
16
|
requirement: !ruby/object:Gem::Requirement
|
18
|
-
none: false
|
19
17
|
requirements:
|
20
18
|
- - ! '>='
|
21
19
|
- !ruby/object:Gem::Version
|
@@ -23,7 +21,6 @@ dependencies:
|
|
23
21
|
type: :runtime
|
24
22
|
prerelease: false
|
25
23
|
version_requirements: !ruby/object:Gem::Requirement
|
26
|
-
none: false
|
27
24
|
requirements:
|
28
25
|
- - ! '>='
|
29
26
|
- !ruby/object:Gem::Version
|
@@ -50,27 +47,26 @@ files:
|
|
50
47
|
- spec/support/gw.yml
|
51
48
|
homepage: https://github.com/atpay/gateway_signup
|
52
49
|
licenses: []
|
50
|
+
metadata: {}
|
53
51
|
post_install_message:
|
54
52
|
rdoc_options: []
|
55
53
|
require_paths:
|
56
54
|
- lib
|
57
55
|
required_ruby_version: !ruby/object:Gem::Requirement
|
58
|
-
none: false
|
59
56
|
requirements:
|
60
57
|
- - ! '>='
|
61
58
|
- !ruby/object:Gem::Version
|
62
59
|
version: '0'
|
63
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
64
|
-
none: false
|
65
61
|
requirements:
|
66
62
|
- - ! '>='
|
67
63
|
- !ruby/object:Gem::Version
|
68
64
|
version: '0'
|
69
65
|
requirements: []
|
70
66
|
rubyforge_project:
|
71
|
-
rubygems_version:
|
67
|
+
rubygems_version: 2.2.2
|
72
68
|
signing_key:
|
73
|
-
specification_version:
|
69
|
+
specification_version: 4
|
74
70
|
summary: Spreedly Gateway Registration Field Lookup
|
75
71
|
test_files:
|
76
72
|
- spec/spec_helper.rb
|