ood_appkit 2.1.1 → 2.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 +4 -4
- data/lib/ood_appkit/version.rb +1 -1
- metadata +28 -34
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec0ba73ed6fe4e22e0fec2ee9b517bbf6c6936901b3fa551d749bdbd37f41750
|
|
4
|
+
data.tar.gz: b886c68b390e7778a202a170ee6c91b3c14e634d503e0fd29819783ea3eeb0b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81ff7cd9661603e2c5061653de406f7570cdc3ee3c476b6de52b161c541900b738d6064478758a50b997331adb8a5adef2e09aaf10775296144e639f26741214
|
|
7
|
+
data.tar.gz: 51241e4dabb81e0695135bf7fd7dbebb0c4994a481dbfefc0e61fa61d61079d3b3324bca756520d60087ae4ce9798d883e162dea97f3f314760f2ec36a912a15
|
data/lib/ood_appkit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ood_appkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Franz
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2024-02-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -18,9 +18,6 @@ dependencies:
|
|
|
18
18
|
- - ">="
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
20
|
version: 6.0.0
|
|
21
|
-
- - "<"
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
23
|
-
version: '7'
|
|
24
21
|
type: :runtime
|
|
25
22
|
prerelease: false
|
|
26
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,9 +25,6 @@ dependencies:
|
|
|
28
25
|
- - ">="
|
|
29
26
|
- !ruby/object:Gem::Version
|
|
30
27
|
version: 6.0.0
|
|
31
|
-
- - "<"
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: '7'
|
|
34
28
|
- !ruby/object:Gem::Dependency
|
|
35
29
|
name: ood_core
|
|
36
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -192,43 +186,43 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
192
186
|
- !ruby/object:Gem::Version
|
|
193
187
|
version: '0'
|
|
194
188
|
requirements: []
|
|
195
|
-
rubygems_version: 3.
|
|
189
|
+
rubygems_version: 3.3.26
|
|
196
190
|
signing_key:
|
|
197
191
|
specification_version: 4
|
|
198
192
|
summary: Open OnDemand gem to help build OOD apps and interface with other OOD apps.
|
|
199
193
|
test_files:
|
|
200
|
-
- test/
|
|
201
|
-
- test/
|
|
202
|
-
- test/dummy/config.
|
|
203
|
-
- test/dummy/
|
|
194
|
+
- test/dummy/README.rdoc
|
|
195
|
+
- test/dummy/Rakefile
|
|
196
|
+
- test/dummy/app/assets/config/manifest.js
|
|
197
|
+
- test/dummy/app/assets/javascripts/application.js
|
|
198
|
+
- test/dummy/app/assets/stylesheets/application.css
|
|
199
|
+
- test/dummy/app/controllers/application_controller.rb
|
|
200
|
+
- test/dummy/app/helpers/application_helper.rb
|
|
201
|
+
- test/dummy/app/views/layouts/application.html.erb
|
|
204
202
|
- test/dummy/bin/bundle
|
|
205
203
|
- test/dummy/bin/rails
|
|
206
|
-
- test/dummy/
|
|
207
|
-
- test/dummy/public/500.html
|
|
208
|
-
- test/dummy/public/favicon.ico
|
|
209
|
-
- test/dummy/public/404.html
|
|
210
|
-
- test/dummy/README.rdoc
|
|
211
|
-
- test/dummy/config/locales/en.yml
|
|
212
|
-
- test/dummy/config/environments/test.rb
|
|
213
|
-
- test/dummy/config/environments/production.rb
|
|
214
|
-
- test/dummy/config/environments/development.rb
|
|
215
|
-
- test/dummy/config/database.yml
|
|
204
|
+
- test/dummy/bin/rake
|
|
216
205
|
- test/dummy/config/application.rb
|
|
217
206
|
- test/dummy/config/boot.rb
|
|
207
|
+
- test/dummy/config/database.yml
|
|
218
208
|
- test/dummy/config/environment.rb
|
|
219
|
-
- test/dummy/config/
|
|
220
|
-
- test/dummy/config/
|
|
209
|
+
- test/dummy/config/environments/development.rb
|
|
210
|
+
- test/dummy/config/environments/production.rb
|
|
211
|
+
- test/dummy/config/environments/test.rb
|
|
221
212
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
213
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
214
|
+
- test/dummy/config/initializers/inflections.rb
|
|
215
|
+
- test/dummy/config/initializers/mime_types.rb
|
|
222
216
|
- test/dummy/config/initializers/secret_token.rb
|
|
217
|
+
- test/dummy/config/initializers/session_store.rb
|
|
223
218
|
- test/dummy/config/initializers/wrap_parameters.rb
|
|
224
|
-
- test/dummy/config/
|
|
225
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
219
|
+
- test/dummy/config/locales/en.yml
|
|
226
220
|
- test/dummy/config/routes.rb
|
|
227
|
-
- test/dummy/
|
|
228
|
-
- test/dummy/
|
|
229
|
-
- test/dummy/
|
|
230
|
-
- test/dummy/
|
|
231
|
-
- test/dummy/
|
|
232
|
-
- test/dummy/app/assets/javascripts/application.js
|
|
233
|
-
- test/dummy/Rakefile
|
|
221
|
+
- test/dummy/config.ru
|
|
222
|
+
- test/dummy/public/404.html
|
|
223
|
+
- test/dummy/public/422.html
|
|
224
|
+
- test/dummy/public/500.html
|
|
225
|
+
- test/dummy/public/favicon.ico
|
|
234
226
|
- test/integration/navigation_test.rb
|
|
227
|
+
- test/ood_appkit_test.rb
|
|
228
|
+
- test/test_helper.rb
|