idnio 2.3.2b

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.
metadata ADDED
@@ -0,0 +1,124 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: idnio
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.3.2b
5
+ platform: ruby
6
+ authors:
7
+ - neil-mcglennon-sp
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIDljCCAn6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBIMRYwFAYDVQQDDA1kdXN0
14
+ aW4ueWVhZ2VyMRkwFwYKCZImiZPyLGQBGRYJc2FpbHBvaW50MRMwEQYKCZImiZPy
15
+ LGQBGRYDY29tMB4XDTE5MDMxMTEyMzkzOFoXDTIwMDMxMDEyMzkzOFowSDEWMBQG
16
+ A1UEAwwNZHVzdGluLnllYWdlcjEZMBcGCgmSJomT8ixkARkWCXNhaWxwb2ludDET
17
+ MBEGCgmSJomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
18
+ ggEBAM3sU/AXaR8hs9sgWK73U1hw0XhoYSabmtVrmGZPpqbw8qtcquqdSGbBHkFX
19
+ lUSdYTKIXdXxrZIRB4vTJJ7nTdoKenvVQcTmH7bdocB3L3AyMEYV0vg+0nbNo3rf
20
+ AnPB30s/wEm2Gl28EgEEyoNuVW08/utEPkxaEkjBPik7ftSgvED1WxSVuzz9igZI
21
+ k9XxOSVu5ffJ8tqTQaAGXeysfwOlUdLh4VGaIE/He0/HoZ97FTseKNiarVJrXXZc
22
+ WTB/gFjLV/KvNvT/CqyA8PHa810XR4T49WpHEK/a5cZIfENZXUa7c0QaZBWXUWgd
23
+ EtYfMb97NtC4gkUSGLeb31YkQo8CAwEAAaOBijCBhzAJBgNVHRMEAjAAMAsGA1Ud
24
+ DwQEAwIEsDAdBgNVHQ4EFgQUH+iHEWF2AyWk7TwRmzcilB4jIKIwJgYDVR0RBB8w
25
+ HYEbZHVzdGluLnllYWdlckBzYWlscG9pbnQuY29tMCYGA1UdEgQfMB2BG2R1c3Rp
26
+ bi55ZWFnZXJAc2FpbHBvaW50LmNvbTANBgkqhkiG9w0BAQUFAAOCAQEAZJT/Mgrl
27
+ jN0Yyo0eIfWEofZBbhkKHfINrq08Jii6zjVkjAsGPwAnF9Rj/vXslyACL3SOn34g
28
+ OJnpoZHRu3eUa6jMAwj+IL4XXw7xiVvorTx7u3Uas86tOQ4aMOyI571gmcbxQxeK
29
+ kIqWCFB+BPHytgV5U3EMHWGOr4SHp+IOSnIl29F6fd9zh9lGM2zxtoTi4xCA09xW
30
+ WQFXRfbbebLxto85RQ0BGbpOrOH9JApNyLkrP0p2M6iGWiXID9ChtX+EJgDt3Ms/
31
+ 80azxZfuZm4FunGL6GShaDghT24HpxRCz7dpM7TZP9MiQ1D0W2bp0ir6uo8cxGlU
32
+ QQ63knon4BERaw==
33
+ -----END CERTIFICATE-----
34
+ date: 2019-11-11 00:00:00.000000000 Z
35
+ dependencies:
36
+ - !ruby/object:Gem::Dependency
37
+ name: bundler
38
+ requirement: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - "~>"
41
+ - !ruby/object:Gem::Version
42
+ version: '1.16'
43
+ type: :development
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - "~>"
48
+ - !ruby/object:Gem::Version
49
+ version: '1.16'
50
+ - !ruby/object:Gem::Dependency
51
+ name: rake
52
+ requirement: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - "~>"
55
+ - !ruby/object:Gem::Version
56
+ version: '10.0'
57
+ type: :development
58
+ prerelease: false
59
+ version_requirements: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - "~>"
62
+ - !ruby/object:Gem::Version
63
+ version: '10.0'
64
+ description: Container of all IdentityNow I/O logic
65
+ email:
66
+ - neil.mcglennon@sailpoint.com
67
+ executables: []
68
+ extensions: []
69
+ extra_rdoc_files: []
70
+ files:
71
+ - lib/idnio.rb
72
+ - lib/idnio/crypto.rb
73
+ - lib/idnio/idnapi.rb
74
+ - lib/idnio/markdown.rb
75
+ - lib/idnio/program.rb
76
+ - lib/idnio/timer.rb
77
+ - lib/idnio/version.rb
78
+ - lib/objects/access-profiles.rb
79
+ - lib/objects/access-request-config.rb
80
+ - lib/objects/account-profiles.rb
81
+ - lib/objects/account-schemas.rb
82
+ - lib/objects/applications.rb
83
+ - lib/objects/attribute-sync-config.rb
84
+ - lib/objects/branding.rb
85
+ - lib/objects/campaign-filters.rb
86
+ - lib/objects/connectors.rb
87
+ - lib/objects/email-templates.rb
88
+ - lib/objects/identity-attributes.rb
89
+ - lib/objects/identity-profiles.rb
90
+ - lib/objects/integrations.rb
91
+ - lib/objects/lifecycle-states.rb
92
+ - lib/objects/password-policies.rb
93
+ - lib/objects/password-sync-groups.rb
94
+ - lib/objects/public-identities-config.rb
95
+ - lib/objects/reference-resolver.rb
96
+ - lib/objects/roles.rb
97
+ - lib/objects/rules.rb
98
+ - lib/objects/sources.rb
99
+ - lib/objects/system-settings.rb
100
+ - lib/objects/transforms.rb
101
+ homepage: http://www.sailpoint.com
102
+ licenses: []
103
+ metadata: {}
104
+ post_install_message:
105
+ rdoc_options: []
106
+ require_paths:
107
+ - lib
108
+ required_ruby_version: !ruby/object:Gem::Requirement
109
+ requirements:
110
+ - - ">="
111
+ - !ruby/object:Gem::Version
112
+ version: '0'
113
+ required_rubygems_version: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">"
116
+ - !ruby/object:Gem::Version
117
+ version: 1.3.1
118
+ requirements: []
119
+ rubyforge_project:
120
+ rubygems_version: 2.7.6
121
+ signing_key:
122
+ specification_version: 4
123
+ summary: IdentityNow I/O Gem
124
+ test_files: []
metadata.gz.sig ADDED
Binary file