showoff 0.17.2 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
data/views/stats.erb CHANGED
@@ -16,13 +16,13 @@
16
16
  });
17
17
  </script>
18
18
 
19
- <h1>Viewing Statistics</h1>
20
- <p id="stray"><span class="label"></span> of your audience is not viewing the same slide you are.</p>
21
- <p id="idle"><span class="label"></span> of your audience is idle.</p>
22
- <h2>Slides currently being viewed:</h2>
23
- <div id="viewers">No data to display.</div>
24
- <h2>Elapsed time spent on each slide:</h2>
25
- <div id="elapsed">No data to display.</div>
19
+ <h1><%= I18n.t('stats.title') %></h1>
20
+ <p id="stray"><span class="label"></span> <%= I18n.t('stats.stray') %></p>
21
+ <p id="idle"><span class="label"></span> <%= I18n.t('stats.idle') %></p>
22
+ <h2><%= I18n.t('stats.current') %></h2>
23
+ <div id="viewers"><%= I18n.t('stats.nodata') %></div>
24
+ <h2><%= I18n.t('stats.elapsed') %></h2>
25
+ <div id="elapsed"><%= I18n.t('stats.nodata') %></div>
26
26
  </div>
27
27
 
28
28
  <div id="all">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: showoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.2
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Chacon
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-03-23 00:00:00.000000000 Z
12
+ date: 2017-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sinatra
@@ -137,6 +137,34 @@ dependencies:
137
137
  - - ">="
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
+ - !ruby/object:Gem::Dependency
141
+ name: i18n
142
+ requirement: !ruby/object:Gem::Requirement
143
+ requirements:
144
+ - - ">="
145
+ - !ruby/object:Gem::Version
146
+ version: '0'
147
+ type: :runtime
148
+ prerelease: false
149
+ version_requirements: !ruby/object:Gem::Requirement
150
+ requirements:
151
+ - - ">="
152
+ - !ruby/object:Gem::Version
153
+ version: '0'
154
+ - !ruby/object:Gem::Dependency
155
+ name: iso-639
156
+ requirement: !ruby/object:Gem::Requirement
157
+ requirements:
158
+ - - ">="
159
+ - !ruby/object:Gem::Version
160
+ version: '0'
161
+ type: :runtime
162
+ prerelease: false
163
+ version_requirements: !ruby/object:Gem::Requirement
164
+ requirements:
165
+ - - ">="
166
+ - !ruby/object:Gem::Version
167
+ version: '0'
140
168
  - !ruby/object:Gem::Dependency
141
169
  name: sinatra-websocket
142
170
  requirement: !ruby/object:Gem::Requirement
@@ -376,8 +404,17 @@ files:
376
404
  - public/js/mermaid-6.0.0-min.js
377
405
  - public/js/presenter.js
378
406
  - public/js/showoff.js
407
+ - public/js/simpleStrings-0.0.1.js
379
408
  - public/js/zoomline-0.0.1.js
380
409
  - public/unsupported.html
410
+ - locales/README.md
411
+ - locales/de.yml
412
+ - locales/en.yml
413
+ - locales/es.yml
414
+ - locales/fr.yml
415
+ - locales/ja.yml
416
+ - locales/nl.yml
417
+ - locales/pt.yml
381
418
  homepage: https://puppetlabs.github.io/showoff
382
419
  licenses:
383
420
  - MIT