anoubis_sso_server 0.1.1 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,29 +1,211 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anoubis_sso_server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Ryabov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-29 00:00:00.000000000 Z
11
+ date: 2022-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: anoubis
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 2.0.0
19
+ version: 1.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 2.0.0
26
+ version: 1.0.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 7.0.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 7.0.0
41
+ - !ruby/object:Gem::Dependency
42
+ name: redis
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: 4.5.1
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: 4.5.1
55
+ - !ruby/object:Gem::Dependency
56
+ name: bcrypt
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: 3.1.16
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: 3.1.16
69
+ - !ruby/object:Gem::Dependency
70
+ name: rest-client
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: 2.1.0
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: 2.1.0
83
+ - !ruby/object:Gem::Dependency
84
+ name: mysql2
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: 0.5.3
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: 0.5.3
97
+ - !ruby/object:Gem::Dependency
98
+ name: jwt
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: 2.3.0
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: 2.3.0
111
+ - !ruby/object:Gem::Dependency
112
+ name: rake
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0.13'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0.13'
125
+ - !ruby/object:Gem::Dependency
126
+ name: rspec
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ version: 3.11.0
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - ">="
137
+ - !ruby/object:Gem::Version
138
+ version: 3.11.0
139
+ - !ruby/object:Gem::Dependency
140
+ name: rspec-rails
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - ">="
144
+ - !ruby/object:Gem::Version
145
+ version: '5.1'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: '5.1'
153
+ - !ruby/object:Gem::Dependency
154
+ name: factory_bot_rails
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - ">="
158
+ - !ruby/object:Gem::Version
159
+ version: 6.2.0
160
+ type: :development
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - ">="
165
+ - !ruby/object:Gem::Version
166
+ version: 6.2.0
167
+ - !ruby/object:Gem::Dependency
168
+ name: dotenv
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - ">="
172
+ - !ruby/object:Gem::Version
173
+ version: '2.7'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - ">="
179
+ - !ruby/object:Gem::Version
180
+ version: '2.7'
181
+ - !ruby/object:Gem::Dependency
182
+ name: simplecov
183
+ requirement: !ruby/object:Gem::Requirement
184
+ requirements:
185
+ - - ">="
186
+ - !ruby/object:Gem::Version
187
+ version: '0.21'
188
+ type: :development
189
+ prerelease: false
190
+ version_requirements: !ruby/object:Gem::Requirement
191
+ requirements:
192
+ - - ">="
193
+ - !ruby/object:Gem::Version
194
+ version: '0.21'
195
+ - !ruby/object:Gem::Dependency
196
+ name: rubocop
197
+ requirement: !ruby/object:Gem::Requirement
198
+ requirements:
199
+ - - ">="
200
+ - !ruby/object:Gem::Version
201
+ version: '0'
202
+ type: :development
203
+ prerelease: false
204
+ version_requirements: !ruby/object:Gem::Requirement
205
+ requirements:
206
+ - - ">="
207
+ - !ruby/object:Gem::Version
208
+ version: '0'
27
209
  description: Library for create basic SSO Server based on OAUTH authentication.
28
210
  email:
29
211
  - andrey.ryabov@ra-company.kz
@@ -31,11 +213,7 @@ executables: []
31
213
  extensions: []
32
214
  extra_rdoc_files: []
33
215
  files:
34
- - ".idea/.gitignore"
35
- - ".idea/anoubis_sso_server.iml"
36
- - ".idea/inspectionProfiles/Project_Default.xml"
37
- - ".idea/modules.xml"
38
- - ".idea/vcs.xml"
216
+ - ".env.sample"
39
217
  - ".rspec"
40
218
  - ".rubocop.yml"
41
219
  - ".ruby-gemset"
@@ -43,13 +221,23 @@ files:
43
221
  - CHANGELOG.md
44
222
  - CODE_OF_CONDUCT.md
45
223
  - Gemfile
46
- - Gemfile.lock
47
224
  - LICENSE.txt
48
225
  - README.md
49
226
  - Rakefile
227
+ - anoubis_sso_server.gemspec
50
228
  - app/controllers/anoubis_sso_server/application_controller.rb
229
+ - app/controllers/anoubis_sso_server/data_controller.rb
230
+ - app/controllers/anoubis_sso_server/index_controller.rb
231
+ - app/controllers/anoubis_sso_server/main_controller.rb
232
+ - app/controllers/anoubis_sso_server/open_id_controller.rb
51
233
  - app/models/anoubis_sso_server/application_record.rb
234
+ - app/models/anoubis_sso_server/system.rb
52
235
  - app/models/anoubis_sso_server/user.rb
236
+ - config/locales/en.yml
237
+ - config/locales/ru.yml
238
+ - config/routes.rb
239
+ - db/migrate/20220214112633_create_anoubis_sso_server_users.rb
240
+ - db/migrate/20220214112748_create_anoubis_sso_server_systems.rb
53
241
  - lib/anoubis_sso_server.rb
54
242
  - lib/anoubis_sso_server/engine.rb
55
243
  - lib/anoubis_sso_server/version.rb
@@ -76,7 +264,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
264
  - !ruby/object:Gem::Version
77
265
  version: '0'
78
266
  requirements: []
79
- rubygems_version: 3.1.2
267
+ rubygems_version: 3.2.3
80
268
  signing_key:
81
269
  specification_version: 4
82
270
  summary: Library for create basic SSO Server based on OAUTH authentication.
data/.idea/.gitignore DELETED
@@ -1,6 +0,0 @@
1
- # Default ignored files
2
- /shelf/
3
- /workspace.xml
4
- # Datasource local storage ignored files
5
- /dataSources/
6
- /dataSources.local.xml
@@ -1,84 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="RUBY_MODULE" version="4">
3
- <component name="ModuleRunConfigurationManager">
4
- <shared />
5
- </component>
6
- <component name="NewModuleRootManager">
7
- <content url="file://$MODULE_DIR$">
8
- <sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
9
- <sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
10
- <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
11
- </content>
12
- <orderEntry type="jdk" jdkName="RVM: ruby-2.7.1 [anoubis_sso_server]" jdkType="RUBY_SDK" />
13
- <orderEntry type="sourceFolder" forTests="false" />
14
- <orderEntry type="library" scope="PROVIDED" name="actioncable (v6.1.4.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
15
- <orderEntry type="library" scope="PROVIDED" name="actionmailbox (v6.1.4.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
16
- <orderEntry type="library" scope="PROVIDED" name="actionmailer (v6.1.4.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
17
- <orderEntry type="library" scope="PROVIDED" name="actionpack (v6.1.4.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
18
- <orderEntry type="library" scope="PROVIDED" name="actiontext (v6.1.4.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
19
- <orderEntry type="library" scope="PROVIDED" name="actionview (v6.1.4.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
20
- <orderEntry type="library" scope="PROVIDED" name="activejob (v6.1.4.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
21
- <orderEntry type="library" scope="PROVIDED" name="activemodel (v6.1.4.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
22
- <orderEntry type="library" scope="PROVIDED" name="activerecord (v6.1.4.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
23
- <orderEntry type="library" scope="PROVIDED" name="activestorage (v6.1.4.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
24
- <orderEntry type="library" scope="PROVIDED" name="activesupport (v6.1.4.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
25
- <orderEntry type="library" scope="PROVIDED" name="ast (v2.4.2, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
26
- <orderEntry type="library" scope="PROVIDED" name="bcrypt (v3.1.16, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
27
- <orderEntry type="library" scope="PROVIDED" name="builder (v3.2.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
28
- <orderEntry type="library" scope="PROVIDED" name="bundler (v2.3.6, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
29
- <orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.1.9, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
30
- <orderEntry type="library" scope="PROVIDED" name="crass (v1.0.6, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
31
- <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.5.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
32
- <orderEntry type="library" scope="PROVIDED" name="domain_name (v0.5.20190701, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
33
- <orderEntry type="library" scope="PROVIDED" name="erubi (v1.10.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
34
- <orderEntry type="library" scope="PROVIDED" name="globalid (v1.0.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
35
- <orderEntry type="library" scope="PROVIDED" name="http-accept (v1.7.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
36
- <orderEntry type="library" scope="PROVIDED" name="http-cookie (v1.0.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
37
- <orderEntry type="library" scope="PROVIDED" name="i18n (v1.9.1, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
38
- <orderEntry type="library" scope="PROVIDED" name="loofah (v2.13.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
39
- <orderEntry type="library" scope="PROVIDED" name="mail (v2.7.1, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
40
- <orderEntry type="library" scope="PROVIDED" name="marcel (v1.0.2, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
41
- <orderEntry type="library" scope="PROVIDED" name="method_source (v1.0.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
42
- <orderEntry type="library" scope="PROVIDED" name="mime-types (v3.4.1, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
43
- <orderEntry type="library" scope="PROVIDED" name="mime-types-data (v3.2022.0105, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
44
- <orderEntry type="library" scope="PROVIDED" name="mini_mime (v1.1.2, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
45
- <orderEntry type="library" scope="PROVIDED" name="minitest (v5.15.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
46
- <orderEntry type="library" scope="PROVIDED" name="mysql2 (v0.5.3, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
47
- <orderEntry type="library" scope="PROVIDED" name="netrc (v0.11.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
48
- <orderEntry type="library" scope="PROVIDED" name="nio4r (v2.5.8, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
49
- <orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.13.1, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
50
- <orderEntry type="library" scope="PROVIDED" name="parallel (v1.21.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
51
- <orderEntry type="library" scope="PROVIDED" name="parser (v3.1.0.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
52
- <orderEntry type="library" scope="PROVIDED" name="racc (v1.6.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
53
- <orderEntry type="library" scope="PROVIDED" name="rack (v2.2.3, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
54
- <orderEntry type="library" scope="PROVIDED" name="rack-test (v1.1.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
55
- <orderEntry type="library" scope="PROVIDED" name="rails (v6.1.4.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
56
- <orderEntry type="library" scope="PROVIDED" name="rails-dom-testing (v2.0.3, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
57
- <orderEntry type="library" scope="PROVIDED" name="rails-html-sanitizer (v1.4.2, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
58
- <orderEntry type="library" scope="PROVIDED" name="railties (v6.1.4.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
59
- <orderEntry type="library" scope="PROVIDED" name="rainbow (v3.1.1, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
60
- <orderEntry type="library" scope="PROVIDED" name="rake (v13.0.6, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
61
- <orderEntry type="library" scope="PROVIDED" name="redis (v4.4.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
62
- <orderEntry type="library" scope="PROVIDED" name="regexp_parser (v2.2.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
63
- <orderEntry type="library" scope="PROVIDED" name="rest-client (v2.1.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
64
- <orderEntry type="library" scope="PROVIDED" name="rexml (v3.2.5, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
65
- <orderEntry type="library" scope="PROVIDED" name="rspec (v3.10.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
66
- <orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.10.2, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
67
- <orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.10.2, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
68
- <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.10.2, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
69
- <orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.10.3, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
70
- <orderEntry type="library" scope="PROVIDED" name="rubocop (v1.25.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
71
- <orderEntry type="library" scope="PROVIDED" name="rubocop-ast (v1.15.1, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
72
- <orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.11.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
73
- <orderEntry type="library" scope="PROVIDED" name="sprockets (v4.0.2, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
74
- <orderEntry type="library" scope="PROVIDED" name="sprockets-rails (v3.4.2, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
75
- <orderEntry type="library" scope="PROVIDED" name="thor (v1.2.1, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
76
- <orderEntry type="library" scope="PROVIDED" name="tzinfo (v2.0.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
77
- <orderEntry type="library" scope="PROVIDED" name="unf (v0.1.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
78
- <orderEntry type="library" scope="PROVIDED" name="unf_ext (v0.0.8, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
79
- <orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v2.1.0, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
80
- <orderEntry type="library" scope="PROVIDED" name="websocket-driver (v0.7.5, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
81
- <orderEntry type="library" scope="PROVIDED" name="websocket-extensions (v0.1.5, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
82
- <orderEntry type="library" scope="PROVIDED" name="zeitwerk (v2.5.4, RVM: ruby-2.7.1 [anoubis_sso_server]) [gem]" level="application" />
83
- </component>
84
- </module>
@@ -1,6 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="Rubocop" enabled="false" level="WARNING" enabled_by_default="false" />
5
- </profile>
6
- </component>
data/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/anoubis_sso_server.iml" filepath="$PROJECT_DIR$/.idea/anoubis_sso_server.iml" />
6
- </modules>
7
- </component>
8
- </project>
data/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
- </component>
6
- </project>
data/Gemfile.lock DELETED
@@ -1,217 +0,0 @@
1
- GIT
2
- remote: https://github.com/RA-Company/anoubis.git
3
- revision: 8313be3e61ccd4e94b4ac91a57132a05bd82041c
4
- branch: main
5
- specs:
6
- anoubis (2.0.0)
7
- bcrypt (~> 3.1.16)
8
- mysql2 (~> 0.5.3)
9
- rails (~> 6.1.0)
10
- redis (~> 4.4.0)
11
- rest-client (~> 2.1.0)
12
-
13
- PATH
14
- remote: .
15
- specs:
16
- anoubis_sso_server (0.1.1)
17
- anoubis (~> 2.0.0)
18
-
19
- GEM
20
- remote: https://rubygems.org/
21
- specs:
22
- actioncable (6.1.4.4)
23
- actionpack (= 6.1.4.4)
24
- activesupport (= 6.1.4.4)
25
- nio4r (~> 2.0)
26
- websocket-driver (>= 0.6.1)
27
- actionmailbox (6.1.4.4)
28
- actionpack (= 6.1.4.4)
29
- activejob (= 6.1.4.4)
30
- activerecord (= 6.1.4.4)
31
- activestorage (= 6.1.4.4)
32
- activesupport (= 6.1.4.4)
33
- mail (>= 2.7.1)
34
- actionmailer (6.1.4.4)
35
- actionpack (= 6.1.4.4)
36
- actionview (= 6.1.4.4)
37
- activejob (= 6.1.4.4)
38
- activesupport (= 6.1.4.4)
39
- mail (~> 2.5, >= 2.5.4)
40
- rails-dom-testing (~> 2.0)
41
- actionpack (6.1.4.4)
42
- actionview (= 6.1.4.4)
43
- activesupport (= 6.1.4.4)
44
- rack (~> 2.0, >= 2.0.9)
45
- rack-test (>= 0.6.3)
46
- rails-dom-testing (~> 2.0)
47
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
48
- actiontext (6.1.4.4)
49
- actionpack (= 6.1.4.4)
50
- activerecord (= 6.1.4.4)
51
- activestorage (= 6.1.4.4)
52
- activesupport (= 6.1.4.4)
53
- nokogiri (>= 1.8.5)
54
- actionview (6.1.4.4)
55
- activesupport (= 6.1.4.4)
56
- builder (~> 3.1)
57
- erubi (~> 1.4)
58
- rails-dom-testing (~> 2.0)
59
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
60
- activejob (6.1.4.4)
61
- activesupport (= 6.1.4.4)
62
- globalid (>= 0.3.6)
63
- activemodel (6.1.4.4)
64
- activesupport (= 6.1.4.4)
65
- activerecord (6.1.4.4)
66
- activemodel (= 6.1.4.4)
67
- activesupport (= 6.1.4.4)
68
- activestorage (6.1.4.4)
69
- actionpack (= 6.1.4.4)
70
- activejob (= 6.1.4.4)
71
- activerecord (= 6.1.4.4)
72
- activesupport (= 6.1.4.4)
73
- marcel (~> 1.0.0)
74
- mini_mime (>= 1.1.0)
75
- activesupport (6.1.4.4)
76
- concurrent-ruby (~> 1.0, >= 1.0.2)
77
- i18n (>= 1.6, < 2)
78
- minitest (>= 5.1)
79
- tzinfo (~> 2.0)
80
- zeitwerk (~> 2.3)
81
- ast (2.4.2)
82
- bcrypt (3.1.16)
83
- builder (3.2.4)
84
- concurrent-ruby (1.1.9)
85
- crass (1.0.6)
86
- diff-lcs (1.5.0)
87
- domain_name (0.5.20190701)
88
- unf (>= 0.0.5, < 1.0.0)
89
- erubi (1.10.0)
90
- globalid (1.0.0)
91
- activesupport (>= 5.0)
92
- http-accept (1.7.0)
93
- http-cookie (1.0.4)
94
- domain_name (~> 0.5)
95
- i18n (1.9.1)
96
- concurrent-ruby (~> 1.0)
97
- loofah (2.13.0)
98
- crass (~> 1.0.2)
99
- nokogiri (>= 1.5.9)
100
- mail (2.7.1)
101
- mini_mime (>= 0.1.1)
102
- marcel (1.0.2)
103
- method_source (1.0.0)
104
- mime-types (3.4.1)
105
- mime-types-data (~> 3.2015)
106
- mime-types-data (3.2022.0105)
107
- mini_mime (1.1.2)
108
- mini_portile2 (2.7.1)
109
- minitest (5.15.0)
110
- mysql2 (0.5.3)
111
- netrc (0.11.0)
112
- nio4r (2.5.8)
113
- nokogiri (1.13.1)
114
- mini_portile2 (~> 2.7.0)
115
- racc (~> 1.4)
116
- nokogiri (1.13.1-x86_64-linux)
117
- racc (~> 1.4)
118
- parallel (1.21.0)
119
- parser (3.1.0.0)
120
- ast (~> 2.4.1)
121
- racc (1.6.0)
122
- rack (2.2.3)
123
- rack-test (1.1.0)
124
- rack (>= 1.0, < 3)
125
- rails (6.1.4.4)
126
- actioncable (= 6.1.4.4)
127
- actionmailbox (= 6.1.4.4)
128
- actionmailer (= 6.1.4.4)
129
- actionpack (= 6.1.4.4)
130
- actiontext (= 6.1.4.4)
131
- actionview (= 6.1.4.4)
132
- activejob (= 6.1.4.4)
133
- activemodel (= 6.1.4.4)
134
- activerecord (= 6.1.4.4)
135
- activestorage (= 6.1.4.4)
136
- activesupport (= 6.1.4.4)
137
- bundler (>= 1.15.0)
138
- railties (= 6.1.4.4)
139
- sprockets-rails (>= 2.0.0)
140
- rails-dom-testing (2.0.3)
141
- activesupport (>= 4.2.0)
142
- nokogiri (>= 1.6)
143
- rails-html-sanitizer (1.4.2)
144
- loofah (~> 2.3)
145
- railties (6.1.4.4)
146
- actionpack (= 6.1.4.4)
147
- activesupport (= 6.1.4.4)
148
- method_source
149
- rake (>= 0.13)
150
- thor (~> 1.0)
151
- rainbow (3.1.1)
152
- rake (13.0.6)
153
- redis (4.4.0)
154
- regexp_parser (2.2.0)
155
- rest-client (2.1.0)
156
- http-accept (>= 1.7.0, < 2.0)
157
- http-cookie (>= 1.0.2, < 2.0)
158
- mime-types (>= 1.16, < 4.0)
159
- netrc (~> 0.8)
160
- rexml (3.2.5)
161
- rspec (3.10.0)
162
- rspec-core (~> 3.10.0)
163
- rspec-expectations (~> 3.10.0)
164
- rspec-mocks (~> 3.10.0)
165
- rspec-core (3.10.2)
166
- rspec-support (~> 3.10.0)
167
- rspec-expectations (3.10.2)
168
- diff-lcs (>= 1.2.0, < 2.0)
169
- rspec-support (~> 3.10.0)
170
- rspec-mocks (3.10.2)
171
- diff-lcs (>= 1.2.0, < 2.0)
172
- rspec-support (~> 3.10.0)
173
- rspec-support (3.10.3)
174
- rubocop (1.25.0)
175
- parallel (~> 1.10)
176
- parser (>= 3.1.0.0)
177
- rainbow (>= 2.2.2, < 4.0)
178
- regexp_parser (>= 1.8, < 3.0)
179
- rexml
180
- rubocop-ast (>= 1.15.1, < 2.0)
181
- ruby-progressbar (~> 1.7)
182
- unicode-display_width (>= 1.4.0, < 3.0)
183
- rubocop-ast (1.15.1)
184
- parser (>= 3.0.1.1)
185
- ruby-progressbar (1.11.0)
186
- sprockets (4.0.2)
187
- concurrent-ruby (~> 1.0)
188
- rack (> 1, < 3)
189
- sprockets-rails (3.4.2)
190
- actionpack (>= 5.2)
191
- activesupport (>= 5.2)
192
- sprockets (>= 3.0.0)
193
- thor (1.2.1)
194
- tzinfo (2.0.4)
195
- concurrent-ruby (~> 1.0)
196
- unf (0.1.4)
197
- unf_ext
198
- unf_ext (0.0.8)
199
- unicode-display_width (2.1.0)
200
- websocket-driver (0.7.5)
201
- websocket-extensions (>= 0.1.0)
202
- websocket-extensions (0.1.5)
203
- zeitwerk (2.5.4)
204
-
205
- PLATFORMS
206
- ruby
207
- x86_64-linux
208
-
209
- DEPENDENCIES
210
- anoubis!
211
- anoubis_sso_server!
212
- rake (~> 13.0)
213
- rspec (~> 3.0)
214
- rubocop (~> 1.21)
215
-
216
- BUNDLED WITH
217
- 2.3.6