vimdeck 0.0.5 → 0.0.7

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.
@@ -0,0 +1,87 @@
1
+ ________ ______ ____
2
+ /_ __/ /_ ___ / ____/___ ____/ / /
3
+ / / / __ \/ _ \ / __/ / __ \/ __ / /
4
+ / / / / / / __/ / /___/ / / / /_/ /_/
5
+ /_/ /_/ /_/\___/ /_____/_/ /_/\__,_(_)
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+ slide 19
data/slides.md CHANGED
@@ -17,22 +17,155 @@
17
17
 
18
18
  # Bullets
19
19
 
20
- - First
21
- - Second
22
- - Third
20
+ First
21
+ {~• Second
22
+ Third~}
23
23
 
24
24
 
25
- # Code
25
+ # Bullets
26
+
27
+ {~• First~}
28
+ • Second
29
+ {~• Third~}
30
+
31
+
32
+ # Bullets
33
+
34
+ {~• First
35
+ • Second~}
36
+ • Third
37
+
38
+
39
+ #
40
+
41
+ ```ruby
42
+ # VIMDECK DOES CODE!
43
+
44
+ module Parts
45
+ class foo
46
+ def slide
47
+ "of a"
48
+ end
49
+
50
+ def can
51
+ highlight = "vimdeck"
52
+ end
53
+ end
54
+ end
55
+ ```
56
+
26
57
 
27
- Vimdeck does syntax highlighting too!
58
+ #
28
59
 
29
60
  ```ruby
30
- require 'erb'
61
+ # VIMDECK DOES CODE!
62
+
63
+ {~module Parts
64
+ class foo
65
+ def slide
66
+ "of a"
67
+ end
68
+
69
+ def can
70
+ highlight = ~}"vimdeck"{~
71
+ end
72
+ end
73
+ end~}
74
+ ```
75
+
76
+
77
+ #
78
+
79
+ ```ruby
80
+ # VIMDECK DOES CODE!
81
+
82
+ {~module Parts
83
+ class foo
84
+ def slide
85
+ "of a"
86
+ end
87
+
88
+ def~} can
89
+ {~highlight = "vimdeck"
90
+ end
91
+ end
92
+ end~}
93
+ ```
31
94
 
32
- template = ERB.new('template.erb')
33
95
 
34
- # Compile template
35
- template.result(binding)
96
+ #
97
+
98
+ ```ruby
99
+ # VIMDECK DOES CODE!
100
+
101
+ {~module Parts
102
+ class foo
103
+ def slide
104
+ "of a"
105
+ end
106
+
107
+ def can~}
108
+ highlight {~= "vimdeck"
109
+ end
110
+ end
111
+ end~}
112
+ ```
113
+
114
+
115
+ #
116
+
117
+ ```ruby
118
+ # VIMDECK DOES CODE!
119
+
120
+ {~module~} Parts
121
+ {~class foo
122
+ def slide
123
+ "of a"
124
+ end
125
+
126
+ def can
127
+ highlight = "vimdeck"
128
+ end
129
+ end
130
+ end~}
131
+ ```
132
+
133
+
134
+ #
135
+
136
+ ```ruby
137
+ # VIMDECK DOES CODE!
138
+
139
+ {~module Parts
140
+ class foo
141
+ def slide~}
142
+ "of a"
143
+ {~end
144
+
145
+ def can
146
+ highlight = "vimdeck"
147
+ end
148
+ end
149
+ end~}
150
+ ```
151
+
152
+
153
+ #
154
+
155
+ ```ruby
156
+ # VIMDECK DOES CODE!
157
+
158
+ {~module Parts
159
+ class foo
160
+ def~} slide
161
+ {~"of a"
162
+ end
163
+
164
+ def can
165
+ highlight = "vimdeck"
166
+ end
167
+ end
168
+ end~}
36
169
  ```
37
170
 
38
171
 
data/vimdeck-0.0.5.gem ADDED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vimdeck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -30,15 +30,29 @@ files:
30
30
  - lib/test
31
31
  - lib/vimdeck.rb
32
32
  - presentation/script.vim
33
- - presentation/slide0.md
34
- - presentation/slide1.md
35
- - presentation/slide2.md
36
- - presentation/slide3.md
37
- - presentation/slide4.md
38
- - presentation/slide5.md
33
+ - presentation/slide001.md
34
+ - presentation/slide002.md
35
+ - presentation/slide003.md
36
+ - presentation/slide004.md
37
+ - presentation/slide005.md
38
+ - presentation/slide006.md
39
+ - presentation/slide007.md
40
+ - presentation/slide008.md
41
+ - presentation/slide009.md
42
+ - presentation/slide010.md
43
+ - presentation/slide011.md
44
+ - presentation/slide012.md
45
+ - presentation/slide013.md
46
+ - presentation/slide014.md
47
+ - presentation/slide015.md
48
+ - presentation/slide016.md
49
+ - presentation/slide017.md
50
+ - presentation/slide018.md
51
+ - presentation/slide019.md
39
52
  - README.md
40
53
  - slides.md
41
54
  - VERSION
55
+ - vimdeck-0.0.5.gem
42
56
  - vimdeck.gemspec
43
57
  homepage: http://github.com/tybenz/vimdeck
44
58
  licenses:
@@ -1,94 +0,0 @@
1
- ______ __
2
- / ____/___ ____/ /__
3
- / / / __ \/ __ / _ \
4
- / /___/ /_/ / /_/ / __/
5
- \____/\____/\__,_/\___/
6
-
7
-
8
- Vimdeck does syntax highlighting too!
9
-
10
- require 'erb'
11
-
12
- template = ERB.new('template.erb')
13
-
14
- # Compile template
15
- template.result(binding)
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-