rush_job 0.3.0 → 0.3.2
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/README.md +1 -1
- data/app/controllers/rush_job/rush_jobs_controller.rb +8 -0
- data/app/views/layouts/rush_job/application.html.erb +5 -0
- data/config/locales/en.yml +1 -0
- data/lib/rush_job/version.rb +1 -1
- data/vendor/stylesheets/rush_job/bootstrap.css +12273 -0
- metadata +3 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rush_job
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JavaKoala
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-08-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionview
|
@@ -313,6 +313,7 @@ files:
|
|
313
313
|
- lib/rush_job/engine.rb
|
314
314
|
- lib/rush_job/version.rb
|
315
315
|
- lib/tasks/rush_job_tasks.rake
|
316
|
+
- vendor/stylesheets/rush_job/bootstrap.css
|
316
317
|
homepage: https://github.com/JavaKoala/rush_job
|
317
318
|
licenses:
|
318
319
|
- MIT
|