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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ood_appkit/version.rb +1 -1
  3. metadata +28 -34
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d163ac06cf40cc8dea949f1df6874690f96b2989e9b907e8431f628299d00d9
4
- data.tar.gz: fcd62555677e38e455a36bc10b908062b65d3f6b127f5717eae535c229b50d29
3
+ metadata.gz: ec0ba73ed6fe4e22e0fec2ee9b517bbf6c6936901b3fa551d749bdbd37f41750
4
+ data.tar.gz: b886c68b390e7778a202a170ee6c91b3c14e634d503e0fd29819783ea3eeb0b7
5
5
  SHA512:
6
- metadata.gz: 754d47c3c91011814f14afcbab77b59a17a78a14a62821a891ffe3ae20e5dc824acd8113fd5ae6b04f036a35975111457d0c2ec0b5ed29c7e6e01e66aba60747
7
- data.tar.gz: 1ca2ff5da88e8576590cb5c60417d9a3cfb70d76793cd65286db415498fd46951df9c64ae97431c219ec959648c02bcf3cf150f43c677db2422755382cacc87e
6
+ metadata.gz: 81ff7cd9661603e2c5061653de406f7570cdc3ee3c476b6de52b161c541900b738d6064478758a50b997331adb8a5adef2e09aaf10775296144e639f26741214
7
+ data.tar.gz: 51241e4dabb81e0695135bf7fd7dbebb0c4994a481dbfefc0e61fa61d61079d3b3324bca756520d60087ae4ce9798d883e162dea97f3f314760f2ec36a912a15
@@ -2,5 +2,5 @@
2
2
 
3
3
  module OodAppkit
4
4
  # The current version of OodAppkit
5
- VERSION = '2.1.1'
5
+ VERSION = '2.1.4'
6
6
  end
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.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: 2022-08-03 00:00:00.000000000 Z
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.1.2
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/ood_appkit_test.rb
201
- - test/test_helper.rb
202
- - test/dummy/config.ru
203
- - test/dummy/bin/rake
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/public/422.html
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/initializers/inflections.rb
220
- - test/dummy/config/initializers/session_store.rb
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/initializers/mime_types.rb
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/app/helpers/application_helper.rb
228
- - test/dummy/app/views/layouts/application.html.erb
229
- - test/dummy/app/controllers/application_controller.rb
230
- - test/dummy/app/assets/stylesheets/application.css
231
- - test/dummy/app/assets/config/manifest.js
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