help_desk_dashboard 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/help_desk_dashboard.rb +19 -0
- data/lib/help-desk-dashboard/provider_factory.rb +9 -0
- data/lib/help-desk-dashboard/providers/service-desk-plus/8.1/provider.rb +11 -0
- data/lib/help-desk-dashboard/providers/track-it/2003.10.1/navigator.rb +13 -0
- data/lib/help-desk-dashboard/providers/track-it/2003.10.1/parallel_request_scraper.rb +42 -0
- data/lib/help-desk-dashboard/providers/track-it/2003.10.1/provider.rb +27 -0
- data/lib/help-desk-dashboard/providers/track-it/2003.10.1/request_scraper.rb +48 -0
- data/lib/help-desk-dashboard/providers/track-it/2003.10.1/user_operations.rb +40 -0
- data/lib/help-desk-dashboard/providers/track-it/2003.10.1/user_request_scraper.rb +33 -0
- data/lib/help-desk-dashboard/web/config.ru +16 -0
- data/lib/help-desk-dashboard/web/public/bootstrap/css/bootstrap-responsive.css +1109 -0
- data/lib/help-desk-dashboard/web/public/bootstrap/css/bootstrap-responsive.min.css +9 -0
- data/lib/help-desk-dashboard/web/public/bootstrap/css/bootstrap.css +6158 -0
- data/lib/help-desk-dashboard/web/public/bootstrap/css/bootstrap.min.css +9 -0
- data/lib/help-desk-dashboard/web/public/bootstrap/img/glyphicons-halflings-white.png +0 -0
- data/lib/help-desk-dashboard/web/public/bootstrap/img/glyphicons-halflings.png +0 -0
- data/lib/help-desk-dashboard/web/public/bootstrap/js/bootstrap.js +2268 -0
- data/lib/help-desk-dashboard/web/public/bootstrap/js/bootstrap.min.js +6 -0
- data/lib/help-desk-dashboard/web/public/css/app.css +64 -0
- data/lib/help-desk-dashboard/web/public/index.html +16 -0
- data/lib/help-desk-dashboard/web/public/js/app.js +107 -0
- data/lib/help-desk-dashboard/web/public/js/jquery-1.10.1.min.js +6 -0
- data/lib/help-desk-dashboard/web/public/js/moment.min.js +6 -0
- metadata +102 -0
metadata
ADDED
@@ -0,0 +1,102 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: help_desk_dashboard
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Matthew Riley
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2013-06-29 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: json
|
16
|
+
requirement: &70136763279140 !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ~>
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: 1.7.7
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: *70136763279140
|
25
|
+
- !ruby/object:Gem::Dependency
|
26
|
+
name: watir-webdriver
|
27
|
+
requirement: &70136763278660 !ruby/object:Gem::Requirement
|
28
|
+
none: false
|
29
|
+
requirements:
|
30
|
+
- - ~>
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 0.6.4
|
33
|
+
type: :runtime
|
34
|
+
prerelease: false
|
35
|
+
version_requirements: *70136763278660
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
name: rack
|
38
|
+
requirement: &70136763278200 !ruby/object:Gem::Requirement
|
39
|
+
none: false
|
40
|
+
requirements:
|
41
|
+
- - ~>
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: 1.5.2
|
44
|
+
type: :runtime
|
45
|
+
prerelease: false
|
46
|
+
version_requirements: *70136763278200
|
47
|
+
description:
|
48
|
+
email: matthew-github@matthewriley.name
|
49
|
+
executables:
|
50
|
+
- help_desk_dashboard.rb
|
51
|
+
extensions: []
|
52
|
+
extra_rdoc_files: []
|
53
|
+
files:
|
54
|
+
- lib/help-desk-dashboard/provider_factory.rb
|
55
|
+
- lib/help-desk-dashboard/providers/service-desk-plus/8.1/provider.rb
|
56
|
+
- lib/help-desk-dashboard/providers/track-it/2003.10.1/navigator.rb
|
57
|
+
- lib/help-desk-dashboard/providers/track-it/2003.10.1/parallel_request_scraper.rb
|
58
|
+
- lib/help-desk-dashboard/providers/track-it/2003.10.1/provider.rb
|
59
|
+
- lib/help-desk-dashboard/providers/track-it/2003.10.1/request_scraper.rb
|
60
|
+
- lib/help-desk-dashboard/providers/track-it/2003.10.1/user_operations.rb
|
61
|
+
- lib/help-desk-dashboard/providers/track-it/2003.10.1/user_request_scraper.rb
|
62
|
+
- lib/help-desk-dashboard/web/config.ru
|
63
|
+
- lib/help-desk-dashboard/web/public/bootstrap/css/bootstrap-responsive.css
|
64
|
+
- lib/help-desk-dashboard/web/public/bootstrap/css/bootstrap-responsive.min.css
|
65
|
+
- lib/help-desk-dashboard/web/public/bootstrap/css/bootstrap.css
|
66
|
+
- lib/help-desk-dashboard/web/public/bootstrap/css/bootstrap.min.css
|
67
|
+
- lib/help-desk-dashboard/web/public/bootstrap/img/glyphicons-halflings-white.png
|
68
|
+
- lib/help-desk-dashboard/web/public/bootstrap/img/glyphicons-halflings.png
|
69
|
+
- lib/help-desk-dashboard/web/public/bootstrap/js/bootstrap.js
|
70
|
+
- lib/help-desk-dashboard/web/public/bootstrap/js/bootstrap.min.js
|
71
|
+
- lib/help-desk-dashboard/web/public/css/app.css
|
72
|
+
- lib/help-desk-dashboard/web/public/index.html
|
73
|
+
- lib/help-desk-dashboard/web/public/js/app.js
|
74
|
+
- lib/help-desk-dashboard/web/public/js/jquery-1.10.1.min.js
|
75
|
+
- lib/help-desk-dashboard/web/public/js/moment.min.js
|
76
|
+
- !binary |-
|
77
|
+
YmluL2hlbHBfZGVza19kYXNoYm9hcmQucmI=
|
78
|
+
homepage:
|
79
|
+
licenses: []
|
80
|
+
post_install_message:
|
81
|
+
rdoc_options: []
|
82
|
+
require_paths:
|
83
|
+
- lib
|
84
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
85
|
+
none: false
|
86
|
+
requirements:
|
87
|
+
- - ! '>='
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0'
|
90
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
91
|
+
none: false
|
92
|
+
requirements:
|
93
|
+
- - ! '>='
|
94
|
+
- !ruby/object:Gem::Version
|
95
|
+
version: '0'
|
96
|
+
requirements: []
|
97
|
+
rubyforge_project:
|
98
|
+
rubygems_version: 1.8.15
|
99
|
+
signing_key:
|
100
|
+
specification_version: 3
|
101
|
+
summary: Generates a traffic light dashboard to help keep track of help desk requests.
|
102
|
+
test_files: []
|