slide-em-up 0.3.4 → 0.3.5

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/slide-em-up/version.rb +1 -1
  3. metadata +122 -135
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: eca5672113e287031d0dcb0fb5e3f0e05110a8c4
4
+ data.tar.gz: 6de0a68f830aaaeafd3febeb8ad3339ebb784480
5
+ SHA512:
6
+ metadata.gz: d315a464e42d19419aa3e6788cadfe917986253b1c185170bf39ff27bbde32c96d14be73b2267569afb6558df085ab4f4e6026b06a9ccd511f9120a503828533
7
+ data.tar.gz: 948a9038dc3ddf39694b83f8e5276fe7031dfb53ba669745f6d8ac029667cfaaaefc9cc7f1afc224296f8161f7dab5267993cca6e165525e6ad78836a7522be5
@@ -1,3 +1,3 @@
1
1
  module SlideEmUp
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
metadata CHANGED
@@ -1,112 +1,99 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slide-em-up
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.3.4
4
+ version: 0.3.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Bruno Michel
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-01-13 00:00:00.000000000 Z
11
+ date: 2013-11-12 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
- type: :runtime
14
+ name: goliath
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - '='
20
18
  - !ruby/object:Gem::Version
21
- version: '1.0'
19
+ version: 1.0.2
20
+ type: :runtime
22
21
  prerelease: false
23
22
  version_requirements: !ruby/object:Gem::Requirement
24
- none: false
25
23
  requirements:
26
- - - ~>
24
+ - - '='
27
25
  - !ruby/object:Gem::Version
28
- version: '1.0'
29
- name: goliath
26
+ version: 1.0.2
30
27
  - !ruby/object:Gem::Dependency
31
- type: :runtime
28
+ name: redcarpet
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ~>
36
32
  - !ruby/object:Gem::Version
37
33
  version: '2.1'
34
+ type: :runtime
38
35
  prerelease: false
39
36
  version_requirements: !ruby/object:Gem::Requirement
40
- none: false
41
37
  requirements:
42
38
  - - ~>
43
39
  - !ruby/object:Gem::Version
44
40
  version: '2.1'
45
- name: redcarpet
46
41
  - !ruby/object:Gem::Dependency
47
- type: :runtime
42
+ name: erubis
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
45
  - - ~>
52
46
  - !ruby/object:Gem::Version
53
47
  version: '2.7'
48
+ type: :runtime
54
49
  prerelease: false
55
50
  version_requirements: !ruby/object:Gem::Requirement
56
- none: false
57
51
  requirements:
58
52
  - - ~>
59
53
  - !ruby/object:Gem::Version
60
54
  version: '2.7'
61
- name: erubis
62
55
  - !ruby/object:Gem::Dependency
63
- type: :runtime
56
+ name: yajl-ruby
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
59
  - - ~>
68
60
  - !ruby/object:Gem::Version
69
61
  version: '1.1'
62
+ type: :runtime
70
63
  prerelease: false
71
64
  version_requirements: !ruby/object:Gem::Requirement
72
- none: false
73
65
  requirements:
74
66
  - - ~>
75
67
  - !ruby/object:Gem::Version
76
68
  version: '1.1'
77
- name: yajl-ruby
78
69
  - !ruby/object:Gem::Dependency
79
- type: :runtime
70
+ name: pygments.rb
80
71
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
72
  requirements:
83
73
  - - ~>
84
74
  - !ruby/object:Gem::Version
85
75
  version: '0.3'
76
+ type: :runtime
86
77
  prerelease: false
87
78
  version_requirements: !ruby/object:Gem::Requirement
88
- none: false
89
79
  requirements:
90
80
  - - ~>
91
81
  - !ruby/object:Gem::Version
92
82
  version: '0.3'
93
- name: pygments.rb
94
83
  - !ruby/object:Gem::Dependency
95
- type: :development
84
+ name: minitest
96
85
  requirement: !ruby/object:Gem::Requirement
97
- none: false
98
86
  requirements:
99
87
  - - ~>
100
88
  - !ruby/object:Gem::Version
101
89
  version: '2.3'
90
+ type: :development
102
91
  prerelease: false
103
92
  version_requirements: !ruby/object:Gem::Requirement
104
- none: false
105
93
  requirements:
106
94
  - - ~>
107
95
  - !ruby/object:Gem::Version
108
96
  version: '2.3'
109
- name: minitest
110
97
  description: Slide'em up is a presentation tool that displays markdown-formatted slides
111
98
  email: bruno.michel@af83.com
112
99
  executables:
@@ -119,151 +106,151 @@ files:
119
106
  - MIT-LICENSE
120
107
  - README.md
121
108
  - Gemfile
122
- - bin/slide-em-up2pdf
123
109
  - bin/slide-em-up
124
- - lib/slide-em-up.rb
125
- - lib/slide-em-up/markdown.rb
110
+ - bin/slide-em-up2pdf
111
+ - lib/slide-em-up/presentation.rb
126
112
  - lib/slide-em-up/slides_api.rb
113
+ - lib/slide-em-up/markdown.rb
114
+ - lib/slide-em-up/version.rb
127
115
  - lib/slide-em-up/remote_api.rb
128
116
  - lib/slide-em-up/routes.rb
129
- - lib/slide-em-up/presentation.rb
130
- - lib/slide-em-up/version.rb
131
- - themes/shower/index.erb
132
- - themes/shower/js/script.js
133
- - themes/shower/css/fonts.css
134
- - themes/shower/css/reset.css
135
- - themes/shower/css/style.css
117
+ - lib/slide-em-up.rb
136
118
  - themes/shower/images/ribbon.svg
137
- - themes/shower/images/grid.png
138
119
  - themes/shower/images/linen.png
120
+ - themes/shower/images/grid.png
121
+ - themes/shower/css/style.css
122
+ - themes/shower/css/reset.css
123
+ - themes/shower/css/fonts.css
139
124
  - themes/shower/README
125
+ - themes/shower/index.erb
126
+ - themes/shower/js/script.js
127
+ - themes/memories/css/slideshow.css
128
+ - themes/memories/css/theme.css
129
+ - themes/memories/css/fonts.css
130
+ - themes/memories/README
131
+ - themes/memories/index.erb
132
+ - themes/memories/js/prefixfree.min.js
133
+ - themes/memories/js/slideshow.js
134
+ - themes/reveal/css/reset.css
135
+ - themes/reveal/css/main.css
136
+ - themes/reveal/README
137
+ - themes/reveal/index.erb
138
+ - themes/reveal/js/head.min.js
139
+ - themes/reveal/js/reveal.js
140
+ - themes/reveal/js/classList.js
141
+ - themes/io2012/images/google_developers_icon_128.png
142
+ - themes/io2012/images/io2012_logo.png
143
+ - themes/io2012/css/phone.css
144
+ - themes/io2012/css/default.css
145
+ - themes/io2012/css/fonts.css
146
+ - themes/io2012/README
140
147
  - themes/io2012/index.erb
148
+ - themes/io2012/js/modernizr.custom.45394.js
149
+ - themes/io2012/js/slide-controller.js
150
+ - themes/io2012/js/require-1.0.8.min.js
151
+ - themes/io2012/js/order.js
152
+ - themes/io2012/js/polyfills/dataset.min.js
153
+ - themes/io2012/js/polyfills/classList.min.js
154
+ - themes/io2012/js/polyfills/history.min.js
141
155
  - themes/io2012/js/slide-deck.js
142
- - themes/io2012/js/prettify/lang-clj.js
143
- - themes/io2012/js/prettify/lang-apollo.js
144
- - themes/io2012/js/prettify/lang-css.js
145
- - themes/io2012/js/prettify/lang-go.js
146
- - themes/io2012/js/prettify/lang-ml.js
156
+ - themes/io2012/js/hammer.js
157
+ - themes/io2012/js/slides.js
147
158
  - themes/io2012/js/prettify/lang-lua.js
148
- - themes/io2012/js/prettify/prettify.css
149
- - themes/io2012/js/prettify/lang-lisp.js
150
- - themes/io2012/js/prettify/lang-vb.js
159
+ - themes/io2012/js/prettify/lang-css.js
151
160
  - themes/io2012/js/prettify/lang-n.js
152
- - themes/io2012/js/prettify/lang-scala.js
153
- - themes/io2012/js/prettify/lang-wiki.js
154
- - themes/io2012/js/prettify/lang-xq.js
161
+ - themes/io2012/js/prettify/lang-vhdl.js
155
162
  - themes/io2012/js/prettify/lang-yaml.js
163
+ - themes/io2012/js/prettify/lang-lisp.js
156
164
  - themes/io2012/js/prettify/lang-sql.js
157
- - themes/io2012/js/prettify/prettify.js
165
+ - themes/io2012/js/prettify/lang-scala.js
166
+ - themes/io2012/js/prettify/prettify.css
158
167
  - themes/io2012/js/prettify/lang-hs.js
168
+ - themes/io2012/js/prettify/lang-go.js
159
169
  - themes/io2012/js/prettify/lang-proto.js
170
+ - themes/io2012/js/prettify/lang-wiki.js
171
+ - themes/io2012/js/prettify/prettify.js
172
+ - themes/io2012/js/prettify/lang-ml.js
160
173
  - themes/io2012/js/prettify/lang-tex.js
161
- - themes/io2012/js/prettify/lang-vhdl.js
162
- - themes/io2012/js/polyfills/classList.min.js
163
- - themes/io2012/js/polyfills/dataset.min.js
164
- - themes/io2012/js/polyfills/history.min.js
165
- - themes/io2012/js/hammer.js
166
- - themes/io2012/js/slide-controller.js
167
- - themes/io2012/js/order.js
168
- - themes/io2012/js/slides.js
169
- - themes/io2012/js/require-1.0.8.min.js
170
- - themes/io2012/js/modernizr.custom.45394.js
171
- - themes/io2012/css/fonts.css
172
- - themes/io2012/css/phone.css
173
- - themes/io2012/css/default.css
174
- - themes/io2012/images/google_developers_icon_128.png
175
- - themes/io2012/images/io2012_logo.png
176
- - themes/io2012/README
177
- - themes/common/fonts/league_gothic-webfont.ttf
178
- - themes/common/fonts/OpenSans.woff
179
- - themes/common/fonts/Lato-Italic.woff
180
- - themes/common/fonts/OpenSans-Italic.woff
181
- - themes/common/fonts/YanoneKaffeesatz-Regular.woff
174
+ - themes/io2012/js/prettify/lang-xq.js
175
+ - themes/io2012/js/prettify/lang-clj.js
176
+ - themes/io2012/js/prettify/lang-apollo.js
177
+ - themes/io2012/js/prettify/lang-vb.js
178
+ - themes/template/css/reset.css
179
+ - themes/template/README
180
+ - themes/template/index.erb
181
+ - themes/template/js/prefixfree.min.js
182
+ - themes/html5rocks/css/sea_wave.css
183
+ - themes/html5rocks/css/moon.css
184
+ - themes/html5rocks/css/sand.css
185
+ - themes/html5rocks/css/default.css
186
+ - themes/html5rocks/README
187
+ - themes/html5rocks/index.erb
188
+ - themes/html5rocks/js/slides.js
189
+ - themes/common/css/pygments/manni.css
190
+ - themes/common/css/pygments/solarized.css
191
+ - themes/common/css/pygments/colorful.css
192
+ - themes/common/css/pygments/native.css
193
+ - themes/common/fonts/Lato.woff
194
+ - themes/common/fonts/PTSans.Bold.Italic.woff
195
+ - themes/common/fonts/PTSans.woff
196
+ - themes/common/fonts/TargetBlank.otf
197
+ - themes/common/fonts/PTSans.Italic.woff
198
+ - themes/common/fonts/crimson_text_bold.ttf
199
+ - themes/common/fonts/PTSans.Bold.woff
200
+ - themes/common/fonts/OpenSans-BoldItalic.woff
182
201
  - themes/common/fonts/Lato-BoldItalic.woff
202
+ - themes/common/fonts/DroidSansMono.ttf
183
203
  - themes/common/fonts/OpenSans-Bold.woff
184
204
  - themes/common/fonts/PTSans.Narrow.woff
185
- - themes/common/fonts/PTSans.Narrow.Bold.woff
205
+ - themes/common/fonts/Lato-Italic.woff
206
+ - themes/common/fonts/OpenSans-Italic.woff
207
+ - themes/common/fonts/crimson_text_semibold.ttf
208
+ - themes/common/fonts/PTMono.woff
209
+ - themes/common/fonts/league_gothic-webfont.ttf
186
210
  - themes/common/fonts/crimson_text.ttf
187
- - themes/common/fonts/OpenSans-BoldItalic.woff
188
- - themes/common/fonts/DroidSansMono.ttf
189
- - themes/common/fonts/YanoneKaffeesatz-Bold.woff
190
- - themes/common/fonts/TargetBlank.otf
191
- - themes/common/fonts/PTSans.Italic.woff
192
- - themes/common/fonts/PTSans.Bold.woff
193
- - themes/common/fonts/Lato.woff
194
- - themes/common/fonts/Lato-bold.woff
211
+ - themes/common/fonts/PTSans.Narrow.Bold.woff
195
212
  - themes/common/fonts/DroidSansMono.svg
213
+ - themes/common/fonts/OpenSans.woff
196
214
  - themes/common/fonts/TargetBlank.svg
197
- - themes/common/fonts/crimson_text_bold.ttf
198
- - themes/common/fonts/PTSans.woff
199
- - themes/common/fonts/PTMono.woff
200
- - themes/common/fonts/PTSans.Bold.Italic.woff
201
- - themes/common/fonts/crimson_text_semibold.ttf
202
- - themes/common/css/pygments/manni.css
203
- - themes/common/css/pygments/colorful.css
204
- - themes/common/css/pygments/native.css
205
- - themes/common/css/pygments/solarized.css
206
- - themes/template/index.erb
207
- - themes/template/js/prefixfree.min.js
208
- - themes/template/css/reset.css
209
- - themes/template/README
210
- - themes/reveal/index.erb
211
- - themes/reveal/js/head.min.js
212
- - themes/reveal/js/classList.js
213
- - themes/reveal/js/reveal.js
214
- - themes/reveal/css/main.css
215
- - themes/reveal/css/reset.css
216
- - themes/reveal/README
217
- - themes/3d_slideshow/index.erb
218
- - themes/3d_slideshow/js/slideshow.js
219
- - themes/3d_slideshow/css/main.css
220
- - themes/3d_slideshow/css/reset.css
221
- - themes/3d_slideshow/README
222
- - themes/html5rocks/index.erb
223
- - themes/html5rocks/js/slides.js
224
- - themes/html5rocks/css/sand.css
225
- - themes/html5rocks/css/moon.css
226
- - themes/html5rocks/css/default.css
227
- - themes/html5rocks/css/sea_wave.css
228
- - themes/html5rocks/README
229
- - themes/CSSS/index.erb
230
- - themes/CSSS/js/classList.js
231
- - themes/CSSS/js/prefixfree.min.js
232
- - themes/CSSS/js/slideshow.js
215
+ - themes/common/fonts/Lato-bold.woff
216
+ - themes/common/fonts/YanoneKaffeesatz-Regular.woff
217
+ - themes/common/fonts/YanoneKaffeesatz-Bold.woff
218
+ - themes/CSSS/images/rainbow-wood.jpg
233
219
  - themes/CSSS/css/slideshow.css
234
220
  - themes/CSSS/css/theme.css
235
- - themes/CSSS/images/rainbow-wood.jpg
236
221
  - themes/CSSS/README
237
- - themes/memories/index.erb
238
- - themes/memories/js/prefixfree.min.js
239
- - themes/memories/js/slideshow.js
240
- - themes/memories/css/fonts.css
241
- - themes/memories/css/slideshow.css
242
- - themes/memories/css/theme.css
243
- - themes/memories/README
222
+ - themes/CSSS/index.erb
223
+ - themes/CSSS/js/prefixfree.min.js
224
+ - themes/CSSS/js/slideshow.js
225
+ - themes/CSSS/js/classList.js
226
+ - themes/3d_slideshow/css/reset.css
227
+ - themes/3d_slideshow/css/main.css
228
+ - themes/3d_slideshow/README
229
+ - themes/3d_slideshow/index.erb
230
+ - themes/3d_slideshow/js/slideshow.js
244
231
  homepage: http://github.com/nono/slide-em-up
245
- licenses: []
232
+ licenses:
233
+ - MIT
234
+ metadata: {}
246
235
  post_install_message:
247
236
  rdoc_options: []
248
237
  require_paths:
249
238
  - lib
250
239
  required_ruby_version: !ruby/object:Gem::Requirement
251
- none: false
252
240
  requirements:
253
- - - ! '>='
241
+ - - '>='
254
242
  - !ruby/object:Gem::Version
255
243
  version: '0'
256
244
  required_rubygems_version: !ruby/object:Gem::Requirement
257
- none: false
258
245
  requirements:
259
- - - ! '>='
246
+ - - '>='
260
247
  - !ruby/object:Gem::Version
261
248
  version: '0'
262
249
  requirements: []
263
250
  rubyforge_project:
264
- rubygems_version: 1.8.24
251
+ rubygems_version: 2.1.0
265
252
  signing_key:
266
- specification_version: 3
253
+ specification_version: 4
267
254
  summary: Slide'em up is a presentation tool. You write some slides in markdown, choose
268
255
  a style and it displays it in HTML5. With a browser in full-screen, you can make
269
256
  amazing presentations!