flammarion 0.1.4pre → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. data/Readme.md +1 -1
  2. data/lib/flammarion/version.rb +1 -1
  3. data/lib/html/build/fonts/Lora-Bold.ttf +0 -0
  4. data/lib/html/build/fonts/Lora-BoldItalic.ttf +0 -0
  5. data/lib/html/build/fonts/Lora-Italic.ttf +0 -0
  6. data/lib/html/build/fonts/Lora-Regular.ttf +0 -0
  7. data/lib/html/build/fonts/Lora/OFL.txt +93 -0
  8. data/lib/html/build/fonts/SourceSansPro-Black.ttf +0 -0
  9. data/lib/html/build/fonts/SourceSansPro-BlackItalic.ttf +0 -0
  10. data/lib/html/build/fonts/SourceSansPro-Bold.ttf +0 -0
  11. data/lib/html/build/fonts/SourceSansPro-BoldItalic.ttf +0 -0
  12. data/lib/html/build/fonts/SourceSansPro-ExtraLight.ttf +0 -0
  13. data/lib/html/build/fonts/SourceSansPro-ExtraLightItalic.ttf +0 -0
  14. data/lib/html/build/fonts/SourceSansPro-Italic.ttf +0 -0
  15. data/lib/html/build/fonts/SourceSansPro-Light.ttf +0 -0
  16. data/lib/html/build/fonts/SourceSansPro-LightItalic.ttf +0 -0
  17. data/lib/html/build/fonts/SourceSansPro-Regular.ttf +0 -0
  18. data/lib/html/build/fonts/SourceSansPro-Semibold.ttf +0 -0
  19. data/lib/html/build/fonts/SourceSansPro-SemiboldItalic.ttf +0 -0
  20. data/lib/html/build/fonts/SourceSansPro/OFL.txt +92 -0
  21. data/lib/html/build/index.html +1 -1
  22. data/lib/html/build/javascripts/all.js +35 -27
  23. data/lib/html/build/javascripts/input.js +35 -27
  24. data/lib/html/build/stylesheets/all.css +276 -156
  25. data/lib/html/build/stylesheets/ansi_colors.css +16 -46
  26. data/lib/html/build/stylesheets/buttons.css +64 -60
  27. data/lib/html/build/stylesheets/code.css +1 -1
  28. data/lib/html/build/stylesheets/dialog.css +2 -2
  29. data/lib/html/build/stylesheets/engraving.css +11 -10
  30. data/lib/html/build/stylesheets/google_fonts.css +145 -0
  31. data/lib/html/build/stylesheets/plot.css +8 -8
  32. data/lib/html/build/stylesheets/scrollbar.css +15 -15
  33. data/lib/html/build/stylesheets/searchbar.css +3 -3
  34. data/lib/html/build/stylesheets/status.css +7 -7
  35. data/lib/html/build/stylesheets/table.css +4 -4
  36. data/lib/html/source/fonts/Lora-Bold.ttf +0 -0
  37. data/lib/html/source/fonts/Lora-BoldItalic.ttf +0 -0
  38. data/lib/html/source/fonts/Lora-Italic.ttf +0 -0
  39. data/lib/html/source/fonts/Lora-Regular.ttf +0 -0
  40. data/lib/html/source/fonts/Lora/OFL.txt +93 -0
  41. data/lib/html/source/fonts/SourceSansPro-Black.ttf +0 -0
  42. data/lib/html/source/fonts/SourceSansPro-BlackItalic.ttf +0 -0
  43. data/lib/html/source/fonts/SourceSansPro-Bold.ttf +0 -0
  44. data/lib/html/source/fonts/SourceSansPro-BoldItalic.ttf +0 -0
  45. data/lib/html/source/fonts/SourceSansPro-ExtraLight.ttf +0 -0
  46. data/lib/html/source/fonts/SourceSansPro-ExtraLightItalic.ttf +0 -0
  47. data/lib/html/source/fonts/SourceSansPro-Italic.ttf +0 -0
  48. data/lib/html/source/fonts/SourceSansPro-Light.ttf +0 -0
  49. data/lib/html/source/fonts/SourceSansPro-LightItalic.ttf +0 -0
  50. data/lib/html/source/fonts/SourceSansPro-Regular.ttf +0 -0
  51. data/lib/html/source/fonts/SourceSansPro-Semibold.ttf +0 -0
  52. data/lib/html/source/fonts/SourceSansPro-SemiboldItalic.ttf +0 -0
  53. data/lib/html/source/fonts/SourceSansPro/OFL.txt +92 -0
  54. data/lib/html/source/index.html.slim +0 -4
  55. data/lib/html/source/javascripts/input.coffee +24 -19
  56. data/lib/html/source/stylesheets/buttons.styl +6 -7
  57. data/lib/html/source/stylesheets/colors.styl +2 -1
  58. data/lib/html/source/stylesheets/engraving.styl +4 -4
  59. data/lib/html/source/stylesheets/google_fonts.css +144 -0
  60. data/lib/html/source/stylesheets/markdown.styl +0 -1
  61. data/lib/html/source/stylesheets/mixins.styl +18 -0
  62. data/lib/html/source/stylesheets/status.styl +1 -0
  63. metadata +59 -5
@@ -11,10 +11,6 @@ html
11
11
  meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"
12
12
  meta[name="viewport" content="width=device-width, initial-scale=1.0"]
13
13
  title Flammarion
14
- link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'
15
- link href='https://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'
16
- link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,600,300' rel='stylesheet' type='text/css'
17
- link href='https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic' rel='stylesheet' type='text/css'
18
14
  = stylesheet_link_tag("all")
19
15
  = javascript_include_tag("all")
20
16
  javascript:
@@ -37,26 +37,29 @@ $.extend WSClient.prototype.actions,
37
37
  if data.value
38
38
  element[0].value = data.value
39
39
 
40
+ accept = (data) =>
41
+ @__parent.send({
42
+ id:data.id
43
+ action:'callback'
44
+ source:'input'
45
+ text: element[0].value
46
+ original_msg:data
47
+ })
48
+ if data.once
49
+ replaceText = @__parent.escape("#{element[0].value}\n")
50
+ replaceText = "#{data.label}#{replaceText}" if data.keep_label
51
+ element.replaceWith(replaceText)
52
+ if data.history
53
+ history = element.data('history') || []
54
+ history.push element[0].value
55
+ element.data('history', history)
56
+ element.data('history-index', history.length)
57
+ if data.autoclear
58
+ element[0].value = ""
59
+
40
60
  element.change =>
41
- unless element.hasClass("unclicked")
42
- @__parent.send({
43
- id:data.id
44
- action:'callback'
45
- source:'input'
46
- text: element[0].value
47
- original_msg:data
48
- })
49
- if data.once
50
- replaceText = @__parent.escape("#{element[0].value}\n")
51
- replaceText = "#{data.label}#{replaceText}" if data.keep_label
52
- element.replaceWith(replaceText)
53
- if data.history
54
- history = element.data('history') || []
55
- history.push element[0].value
56
- element.data('history', history)
57
- element.data('history-index', history.length)
58
- if data.autoclear
59
- element[0].value = ""
61
+ unless element.hasClass("unclicked") or data.enter_only
62
+ accept(data)
60
63
 
61
64
  offset_history = (e, amt) =>
62
65
  history = element.data('history') || []
@@ -69,6 +72,8 @@ $.extend WSClient.prototype.actions,
69
72
  element.keydown (e) =>
70
73
  offset_history(e, -1) if e.which is 38 and data.history
71
74
  offset_history(e, +1) if e.which is 40 and data.history
75
+ if e.which is 13 and data.enter_only
76
+ accept(data)
72
77
 
73
78
  target.append(element)
74
79
 
@@ -14,16 +14,17 @@ buttony(raised = false)
14
14
  margin-bottom 0.5em
15
15
  user-select none
16
16
  if raised and $enable-gradients
17
- background-linear-gradient top, lighten($bg-color, 10%), 40%, darken($bg-color, 10%), 100%
17
+ button-gradient $bg-color
18
18
 
19
19
  &:hover
20
+ color darken($fg-color, 0%)
20
21
  background-color $highlight
21
22
  if raised and $enable-gradients
22
- background-linear-gradient top, lighten($highlight, 10%), 40%, darken($highlight, 10%), 100%
23
+ button-gradient $highlight
23
24
  &:active
24
25
  background-color $active-highlight
25
26
  if raised and $enable-gradients
26
- background-linear-gradient top, darken($highlight, 10%), 40%, lighten($highlight, 10%), 100%
27
+ button-gradient $highlight, true
27
28
 
28
29
  & > .label-icon-left
29
30
  float left
@@ -68,15 +69,13 @@ input:focus::-webkit-input-placeholder
68
69
  height 1em
69
70
  border $normal-border
70
71
  margin-right 0.5em
71
- if $enable-gradients
72
- background-linear-gradient top, lighten($bg-color, 10%), 40%, darken($bg-color, 10%), 100%
72
+ button-gradient $bg-color
73
73
  &.checked:before
74
74
  content "X"
75
75
  font-weight 900
76
76
  color activate($bg-color, 40%)
77
77
  text-align center
78
- if $enable-gradients
79
- background-linear-gradient top, darken($highlight, 10%), 40%, lighten($highlight, 10%), 100%
78
+ button-gradient $highlight, true
80
79
  &:hover
81
80
  background-color $highlight
82
81
 
@@ -6,7 +6,8 @@ activate(color, ammount)
6
6
 
7
7
  // $bg-color = #120018
8
8
  // $bg-color = #383e40
9
- $bg-color = #eee
9
+ // $bg-color = #eee
10
+ $bg-color = rgb(29, 31, 33)
10
11
 
11
12
  if dark($bg-color)
12
13
  $fg-color = #eee
@@ -27,11 +27,11 @@ html
27
27
 
28
28
  a
29
29
  text-decoration none
30
- p &
30
+ color $fg-highlight
31
+ &:hover
32
+ color $fg-active-highlight
33
+ p &, .markdown &
31
34
  text-decoration underline
32
- color $fg-highlight
33
- &:hover
34
- color $fg-active-highlight
35
35
 
36
36
  .hidden
37
37
  display none
@@ -0,0 +1,144 @@
1
+ /* cyrillic */
2
+ @font-face {
3
+ font-family: 'Lora';
4
+ font-style: normal;
5
+ font-weight: 400;
6
+ src: local('Lora'), local('Lora-Regular'), url('../fonts/Lora-Regular.ttf') format('truetype');
7
+ unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
8
+ }
9
+ /* latin-ext */
10
+ @font-face {
11
+ font-family: 'Lora';
12
+ font-style: normal;
13
+ font-weight: 400;
14
+ src: local('Lora'), local('Lora-Regular'), url('../fonts/Lora-Regular.ttf') format('truetype');
15
+ unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
16
+ }
17
+ /* latin */
18
+ @font-face {
19
+ font-family: 'Lora';
20
+ font-style: normal;
21
+ font-weight: 400;
22
+ src: local('Lora'), local('Lora-Regular'), url('../fonts/Lora-Regular.ttf') format('truetype');
23
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
24
+ }
25
+ /* cyrillic */
26
+ @font-face {
27
+ font-family: 'Lora';
28
+ font-style: normal;
29
+ font-weight: 700;
30
+ src: local('Lora Bold'), local('Lora-Bold'), url('../fonts/Lora-Bold.ttf') format('truetype');
31
+ unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
32
+ }
33
+ /* latin-ext */
34
+ @font-face {
35
+ font-family: 'Lora';
36
+ font-style: normal;
37
+ font-weight: 700;
38
+ src: local('Lora Bold'), local('Lora-Bold'), url('../fonts/Lora-Bold.ttf') format('truetype');
39
+ unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
40
+ }
41
+ /* latin */
42
+ @font-face {
43
+ font-family: 'Lora';
44
+ font-style: normal;
45
+ font-weight: 700;
46
+ src: local('Lora Bold'), local('Lora-Bold'), url('../fonts/Lora-Bold.ttf') format('truetype');
47
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
48
+ }
49
+ /* vietnamese */
50
+ @font-face {
51
+ font-family: 'Source Sans Pro';
52
+ font-style: normal;
53
+ font-weight: 400;
54
+ src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
55
+ unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
56
+ }
57
+ /* latin-ext */
58
+ @font-face {
59
+ font-family: 'Source Sans Pro';
60
+ font-style: normal;
61
+ font-weight: 400;
62
+ src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
63
+ unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
64
+ }
65
+ /* latin */
66
+ @font-face {
67
+ font-family: 'Source Sans Pro';
68
+ font-style: normal;
69
+ font-weight: 400;
70
+ src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
71
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
72
+ }
73
+ /* vietnamese */
74
+ @font-face {
75
+ font-family: 'Source Sans Pro';
76
+ font-style: normal;
77
+ font-weight: 700;
78
+ src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
79
+ unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
80
+ }
81
+ /* latin-ext */
82
+ @font-face {
83
+ font-family: 'Source Sans Pro';
84
+ font-style: normal;
85
+ font-weight: 700;
86
+ src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
87
+ unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
88
+ }
89
+ /* latin */
90
+ @font-face {
91
+ font-family: 'Source Sans Pro';
92
+ font-style: normal;
93
+ font-weight: 700;
94
+ src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
95
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
96
+ }
97
+ /* vietnamese */
98
+ @font-face {
99
+ font-family: 'Source Sans Pro';
100
+ font-style: italic;
101
+ font-weight: 400;
102
+ src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
103
+ unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
104
+ }
105
+ /* latin-ext */
106
+ @font-face {
107
+ font-family: 'Source Sans Pro';
108
+ font-style: italic;
109
+ font-weight: 400;
110
+ src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
111
+ unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
112
+ }
113
+ /* latin */
114
+ @font-face {
115
+ font-family: 'Source Sans Pro';
116
+ font-style: italic;
117
+ font-weight: 400;
118
+ src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
119
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
120
+ }
121
+ /* vietnamese */
122
+ @font-face {
123
+ font-family: 'Source Sans Pro';
124
+ font-style: italic;
125
+ font-weight: 700;
126
+ src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
127
+ unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
128
+ }
129
+ /* latin-ext */
130
+ @font-face {
131
+ font-family: 'Source Sans Pro';
132
+ font-style: italic;
133
+ font-weight: 700;
134
+ src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
135
+ unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
136
+ }
137
+ /* latin */
138
+ @font-face {
139
+ font-family: 'Source Sans Pro';
140
+ font-style: italic;
141
+ font-weight: 700;
142
+ src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
143
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
144
+ }
@@ -1,7 +1,6 @@
1
1
  .markdown
2
2
  white-space normal
3
3
  font-family 'Source Sans Pro'
4
- // font-family serif
5
4
  max-width 45em
6
5
  margin auto
7
6
 
@@ -22,3 +22,21 @@ box-shadow-inset(ammount = 2)
22
22
  drop-shadow(ammount = 2)
23
23
  if $enable-gradients
24
24
  box-shadow 2px 2px 4px 2px darken($bg-color, 20%)
25
+
26
+ button-gradient(bcolor, reverse = false)
27
+ if $enable-gradients
28
+ start = lighten(bcolor, 10%)
29
+ end = darken(bcolor, 10%)
30
+ if reverse
31
+ tmp = end
32
+ end = start
33
+ start = tmp
34
+
35
+ if dark($bg-color)
36
+ gstart = 0%
37
+ gend = 20%
38
+ else
39
+ gstart = 40%
40
+ gend = 100%
41
+
42
+ background-linear-gradient top, start, gstart, end, gend
@@ -13,6 +13,7 @@
13
13
  text-overflow ellipsis
14
14
  user-select none
15
15
  if $enable-gradients
16
+
16
17
  background-linear-gradient top, lighten($status-bg-color, 10%), 10%, darken($status-bg-color, 10%), 100%
17
18
  &:before
18
19
  color #781111
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flammarion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4pre
5
- prerelease: 5
4
+ version: 0.1.4
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Zach Capalbo
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-22 00:00:00.000000000 Z
12
+ date: 2016-01-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubame
@@ -139,6 +139,22 @@ dependencies:
139
139
  - - ! '>='
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0'
142
+ - !ruby/object:Gem::Dependency
143
+ name: websocket
144
+ requirement: !ruby/object:Gem::Requirement
145
+ none: false
146
+ requirements:
147
+ - - ! '>='
148
+ - !ruby/object:Gem::Version
149
+ version: '0'
150
+ type: :runtime
151
+ prerelease: false
152
+ version_requirements: !ruby/object:Gem::Requirement
153
+ none: false
154
+ requirements:
155
+ - - ! '>='
156
+ - !ruby/object:Gem::Version
157
+ version: '0'
142
158
  - !ruby/object:Gem::Dependency
143
159
  name: bundler
144
160
  requirement: !ruby/object:Gem::Requirement
@@ -211,6 +227,7 @@ files:
211
227
  - lib/html/source/stylesheets/mixins.styl
212
228
  - lib/html/source/stylesheets/colors.styl
213
229
  - lib/html/source/stylesheets/code.styl
230
+ - lib/html/source/stylesheets/google_fonts.css
214
231
  - lib/html/source/stylesheets/font-awesome/HELP-US-OUT.txt
215
232
  - lib/html/source/stylesheets/font-awesome/css/font-awesome.min.css
216
233
  - lib/html/source/stylesheets/font-awesome/css/font-awesome.css
@@ -242,10 +259,28 @@ files:
242
259
  - lib/html/source/javascripts/status.coffee
243
260
  - lib/html/source/javascripts/map.coffee
244
261
  - lib/html/source/javascripts/querystring.coffee
262
+ - lib/html/source/fonts/SourceSansPro-ExtraLight.ttf
263
+ - lib/html/source/fonts/Lora-Regular.ttf
264
+ - lib/html/source/fonts/Lora-Italic.ttf
265
+ - lib/html/source/fonts/SourceSansPro-ExtraLightItalic.ttf
245
266
  - lib/html/source/fonts/fontawesome-webfont.eot
267
+ - lib/html/source/fonts/Lora-BoldItalic.ttf
268
+ - lib/html/source/fonts/SourceSansPro-Light.ttf
269
+ - lib/html/source/fonts/SourceSansPro-BlackItalic.ttf
270
+ - lib/html/source/fonts/SourceSansPro-LightItalic.ttf
246
271
  - lib/html/source/fonts/fontawesome-webfont.woff2
272
+ - lib/html/source/fonts/Lora-Bold.ttf
273
+ - lib/html/source/fonts/SourceSansPro/OFL.txt
247
274
  - lib/html/source/fonts/fontawesome-webfont.ttf
275
+ - lib/html/source/fonts/SourceSansPro-BoldItalic.ttf
276
+ - lib/html/source/fonts/Lora/OFL.txt
277
+ - lib/html/source/fonts/SourceSansPro-Black.ttf
278
+ - lib/html/source/fonts/SourceSansPro-Bold.ttf
279
+ - lib/html/source/fonts/SourceSansPro-Italic.ttf
280
+ - lib/html/source/fonts/SourceSansPro-SemiboldItalic.ttf
281
+ - lib/html/source/fonts/SourceSansPro-Regular.ttf
248
282
  - lib/html/source/fonts/fontawesome-webfont.woff
283
+ - lib/html/source/fonts/SourceSansPro-Semibold.ttf
249
284
  - lib/html/source/fonts/FontAwesome.otf
250
285
  - lib/html/source/fonts/fontawesome-webfont.svg
251
286
  - lib/html/config.rb
@@ -263,6 +298,7 @@ files:
263
298
  - lib/html/build/stylesheets/plot.css
264
299
  - lib/html/build/stylesheets/status.css
265
300
  - lib/html/build/stylesheets/ansi_colors.css
301
+ - lib/html/build/stylesheets/google_fonts.css
266
302
  - lib/html/build/stylesheets/font-awesome/HELP-US-OUT.txt
267
303
  - lib/html/build/stylesheets/font-awesome/css/font-awesome.min.css
268
304
  - lib/html/build/stylesheets/font-awesome/css/font-awesome.css
@@ -294,10 +330,28 @@ files:
294
330
  - lib/html/build/javascripts/actions.js
295
331
  - lib/html/build/javascripts/input.js
296
332
  - lib/html/build/javascripts/querystring.js
333
+ - lib/html/build/fonts/SourceSansPro-ExtraLight.ttf
334
+ - lib/html/build/fonts/Lora-Regular.ttf
335
+ - lib/html/build/fonts/Lora-Italic.ttf
336
+ - lib/html/build/fonts/SourceSansPro-ExtraLightItalic.ttf
297
337
  - lib/html/build/fonts/fontawesome-webfont.eot
338
+ - lib/html/build/fonts/Lora-BoldItalic.ttf
339
+ - lib/html/build/fonts/SourceSansPro-Light.ttf
340
+ - lib/html/build/fonts/SourceSansPro-BlackItalic.ttf
341
+ - lib/html/build/fonts/SourceSansPro-LightItalic.ttf
298
342
  - lib/html/build/fonts/fontawesome-webfont.woff2
343
+ - lib/html/build/fonts/Lora-Bold.ttf
344
+ - lib/html/build/fonts/SourceSansPro/OFL.txt
299
345
  - lib/html/build/fonts/fontawesome-webfont.ttf
346
+ - lib/html/build/fonts/SourceSansPro-BoldItalic.ttf
347
+ - lib/html/build/fonts/Lora/OFL.txt
348
+ - lib/html/build/fonts/SourceSansPro-Black.ttf
349
+ - lib/html/build/fonts/SourceSansPro-Bold.ttf
350
+ - lib/html/build/fonts/SourceSansPro-Italic.ttf
351
+ - lib/html/build/fonts/SourceSansPro-SemiboldItalic.ttf
352
+ - lib/html/build/fonts/SourceSansPro-Regular.ttf
300
353
  - lib/html/build/fonts/fontawesome-webfont.woff
354
+ - lib/html/build/fonts/SourceSansPro-Semibold.ttf
301
355
  - lib/html/build/fonts/FontAwesome.otf
302
356
  - lib/html/build/fonts/fontawesome-webfont.svg
303
357
  - lib/html/Gemfile
@@ -333,9 +387,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
333
387
  required_rubygems_version: !ruby/object:Gem::Requirement
334
388
  none: false
335
389
  requirements:
336
- - - ! '>'
390
+ - - ! '>='
337
391
  - !ruby/object:Gem::Version
338
- version: 1.3.1
392
+ version: '0'
339
393
  requirements: []
340
394
  rubyforge_project:
341
395
  rubygems_version: 1.8.23