sterling_api 1.0.7 → 1.0.8
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 +7 -0
- data/lib/sterling_api/background_check.rb +0 -10
- data/lib/sterling_api/version.rb +1 -1
- metadata +36 -57
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 05ff5eb9e91057b7ff5e46c057c3ab0368bea2b2
|
4
|
+
data.tar.gz: ba17e9d45a1cbae46ff60b34266fef469d908780
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 10b2da8a4c3e8ca39b207a3db41c4a6d721b367db973c7ee2beeac9d5f72af3f30fee614b8868c0705257ad49ac53b52157de5e1e4d1c577277c96f142b05054
|
7
|
+
data.tar.gz: edd0f7c844f105b9045d404ef76735877ce1f840cfb5dd60e40557217a8b4be0db5c24993545dbd4a9e6c96a5c1fcab213ddffd043e00fe72cd135782524459e
|
@@ -99,11 +99,6 @@ module SterlingApi
|
|
99
99
|
# <InternetWebAddress>#{AppSettings[:sterling_return_url]}</InternetWebAddress>
|
100
100
|
# </OnlineAddress>
|
101
101
|
# <ReturnOrderNumber>Y</ReturnOrderNumber>
|
102
|
-
# <ResultStatusReturn>
|
103
|
-
# <RedStatusReturn>Ineligble</RedStatusReturn>
|
104
|
-
# <YellowStatusReturn>Decisional</YellowStatusReturn>
|
105
|
-
# <GreenStatusReturn>Eligible</GreenStatusReturn>
|
106
|
-
# </ResultStatusReturn>
|
107
102
|
# </UserAreaContent>
|
108
103
|
# </UserArea>
|
109
104
|
# </BackgroundCheck>
|
@@ -141,11 +136,6 @@ module SterlingApi
|
|
141
136
|
xml.InternetWebAddress AppSettings[:sterling_return_url]
|
142
137
|
}
|
143
138
|
xml.ReturnOrderNumber "Y"
|
144
|
-
xml.ResultStatusReturn {
|
145
|
-
xml.RedStatusReturn "Ineligible"
|
146
|
-
xml.YellowStatusReturn "Decisional"
|
147
|
-
xml.GreenStatusReturn "Eligible"
|
148
|
-
}
|
149
139
|
}
|
150
140
|
}
|
151
141
|
}
|
data/lib/sterling_api/version.rb
CHANGED
metadata
CHANGED
@@ -1,47 +1,36 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: sterling_api
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease: false
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 0
|
9
|
-
- 7
|
10
|
-
version: 1.0.7
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.8
|
11
5
|
platform: ruby
|
12
|
-
authors:
|
6
|
+
authors:
|
13
7
|
- Manny Rodriguez
|
14
8
|
autorequire:
|
15
9
|
bindir: bin
|
16
10
|
cert_chain: []
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
dependencies:
|
21
|
-
- !ruby/object:Gem::Dependency
|
11
|
+
date: 2014-07-28 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
22
14
|
name: nokogiri
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
hash: 3
|
30
|
-
segments:
|
31
|
-
- 0
|
32
|
-
version: "0"
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - '>='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
33
20
|
type: :runtime
|
34
|
-
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - '>='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
35
27
|
description: For requesting background checks
|
36
|
-
email:
|
28
|
+
email:
|
37
29
|
- manny@7compass.com
|
38
30
|
executables: []
|
39
|
-
|
40
31
|
extensions: []
|
41
|
-
|
42
32
|
extra_rdoc_files: []
|
43
|
-
|
44
|
-
files:
|
33
|
+
files:
|
45
34
|
- .gitignore
|
46
35
|
- Gemfile
|
47
36
|
- MIT-LICENSE
|
@@ -69,41 +58,31 @@ files:
|
|
69
58
|
- test/sterling_api_test.rb
|
70
59
|
- test/test_helper.rb
|
71
60
|
- uninstall.rb
|
72
|
-
has_rdoc: true
|
73
61
|
homepage: https://github.com/7compass/sterling_api
|
74
|
-
licenses:
|
62
|
+
licenses:
|
75
63
|
- MIT
|
64
|
+
metadata: {}
|
76
65
|
post_install_message:
|
77
66
|
rdoc_options: []
|
78
|
-
|
79
|
-
require_paths:
|
67
|
+
require_paths:
|
80
68
|
- lib
|
81
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
none: false
|
92
|
-
requirements:
|
93
|
-
- - ">="
|
94
|
-
- !ruby/object:Gem::Version
|
95
|
-
hash: 3
|
96
|
-
segments:
|
97
|
-
- 0
|
98
|
-
version: "0"
|
69
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
70
|
+
requirements:
|
71
|
+
- - '>='
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: '0'
|
74
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
|
+
requirements:
|
76
|
+
- - '>='
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
version: '0'
|
99
79
|
requirements: []
|
100
|
-
|
101
80
|
rubyforge_project: sterling_api
|
102
|
-
rubygems_version:
|
81
|
+
rubygems_version: 2.3.0
|
103
82
|
signing_key:
|
104
|
-
specification_version:
|
83
|
+
specification_version: 4
|
105
84
|
summary: Sterling Api
|
106
|
-
test_files:
|
85
|
+
test_files:
|
107
86
|
- test/background_check_test.rb
|
108
87
|
- test/password_change_test.rb
|
109
88
|
- test/remote_actions_test.rb
|