vue_delayed_job_dashboard 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ %h1 Error
2
+ %p= @message
@@ -0,0 +1 @@
1
+ %job-list
@@ -0,0 +1,16 @@
1
+ !!!
2
+ %html
3
+ %head
4
+ %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}
5
+ %meta{:content => "width=device-width,initial-scale=1.0", :name => "viewport"}
6
+ %link{:href => "http://fonts.googleapis.com/css?family=Ubuntu", :rel => "stylesheet", :type => "text/css"}
7
+ %title Delayed Job Dashboard
8
+ :css
9
+ body {
10
+ font-family: 'Ubuntu', serif;
11
+ }
12
+ %body
13
+ #main
14
+ = yield
15
+
16
+ %script{src: "bundle.js", type: "text/javascript"}
@@ -0,0 +1 @@
1
+ %job-list
@@ -0,0 +1 @@
1
+ %job-list
@@ -0,0 +1,2 @@
1
+ require "vue_delayed_job_dashboard/version"
2
+ require "vue_delayed_job_dashboard/web/app"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vue_delayed_job_dashboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Long Nguyen
@@ -58,7 +58,25 @@ email:
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
- files: []
61
+ files:
62
+ - README.md
63
+ - Rakefile
64
+ - lib/vue_delayed_job_dashboard.rb
65
+ - lib/vue_delayed_job_dashboard/version.rb
66
+ - lib/vue_delayed_job_dashboard/web/app.rb
67
+ - lib/vue_delayed_job_dashboard/web/priv/App.vue
68
+ - lib/vue_delayed_job_dashboard/web/priv/JobsList.vue
69
+ - lib/vue_delayed_job_dashboard/web/priv/app.js
70
+ - lib/vue_delayed_job_dashboard/web/public/b02bdc1b846fd65473922f5f62832108.ttf
71
+ - lib/vue_delayed_job_dashboard/web/public/bundle.js
72
+ - lib/vue_delayed_job_dashboard/web/public/d2f69a92faa6fe990d2e613c358be705.woff
73
+ - lib/vue_delayed_job_dashboard/web/views/enqueued.haml
74
+ - lib/vue_delayed_job_dashboard/web/views/error.haml
75
+ - lib/vue_delayed_job_dashboard/web/views/failed.haml
76
+ - lib/vue_delayed_job_dashboard/web/views/layout.haml
77
+ - lib/vue_delayed_job_dashboard/web/views/overview.haml
78
+ - lib/vue_delayed_job_dashboard/web/views/pending.haml
79
+ - lib/vue_delayed_job_dashboard/web/views/working.haml
62
80
  homepage: https://github.com/kimquy/delayed_job_dashboard
63
81
  licenses:
64
82
  - MIT