vimdeck 0.2.6 → 0.2.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,97 @@
1
+ _________ ___ ____
2
+ / ___/ __ \/ _ \/ __/
3
+ / /__/ /_/ / // / _/
4
+ \___/\____/____/___/
5
+
6
+ module Parts
7
+ class foo
8
+ def slide
9
+ "of a"
10
+ end
11
+
12
+ def can
13
+ highlight = "vimdeck"
14
+ end
15
+ end
16
+ end
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
+
95
+
96
+
97
+ slide 014
@@ -0,0 +1,95 @@
1
+ _________ ___ ____ ___ ______ ___
2
+ / ___/ __ \/ _ \/ __/ / _ \_ __/ |_ |
3
+ / /__/ /_/ / // / _/ / ___// / / __/
4
+ \___/\____/____/___/ /_/ /_/ /____/
5
+
6
+ (function( window, $, undefined ) {
7
+ $( '.hello' ).on( 'click', function sayHello() {
8
+ alert( 'Why, hello there!' );
9
+ });
10
+ })( window, jQuery );
11
+
12
+ <body>
13
+ <a href="#" class="hello">Hello!</a>
14
+ </body>
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
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ slide 015
@@ -0,0 +1,95 @@
1
+ _________ ___ ____ ___ ______ ___
2
+ / ___/ __ \/ _ \/ __/ / _ \_ __/ |_ |
3
+ / /__/ /_/ / // / _/ / ___// / / __/
4
+ \___/\____/____/___/ /_/ /_/ /____/
5
+
6
+ (function( window, $, undefined ) {
7
+ $( '.hello' ).on( 'click', function sayHello() {
8
+ alert( 'Why, hello there!' );
9
+ });
10
+ })( window, jQuery );
11
+
12
+ <body>
13
+ <a href="#" class="hello">Hello!</a>
14
+ </body>
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
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ slide 016
@@ -0,0 +1,95 @@
1
+ _________ ___ ____ ___ ______ ___
2
+ / ___/ __ \/ _ \/ __/ / _ \_ __/ |_ |
3
+ / /__/ /_/ / // / _/ / ___// / / __/
4
+ \___/\____/____/___/ /_/ /_/ /____/
5
+
6
+ (function( window, $, undefined ) {
7
+ $( '.hello' ).on( 'click', function sayHello() {
8
+ alert( 'Why, hello there!' );
9
+ });
10
+ })( window, jQuery );
11
+
12
+ <body>
13
+ <a href="#" class="hello">Hello!</a>
14
+ </body>
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
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ slide 017
@@ -0,0 +1,95 @@
1
+ _________ ___ ____ ___ ______ ___
2
+ / ___/ __ \/ _ \/ __/ / _ \_ __/ |_ |
3
+ / /__/ /_/ / // / _/ / ___// / / __/
4
+ \___/\____/____/___/ /_/ /_/ /____/
5
+
6
+ (function( window, $, undefined ) {
7
+ $( '.hello' ).on( 'click', function sayHello() {
8
+ alert( 'Why, hello there!' );
9
+ });
10
+ })( window, jQuery );
11
+
12
+ <body>
13
+ <a href="#" class="hello">Hello!</a>
14
+ </body>
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
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ slide 018
@@ -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 019
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.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Benziger
@@ -73,6 +73,26 @@ files:
73
73
  - img/vim.png
74
74
  - lib/templates/script.vim.erb
75
75
  - lib/vimdeck.rb
76
+ - presentation/script.vim
77
+ - presentation/slide001.md
78
+ - presentation/slide002.md
79
+ - presentation/slide003.md
80
+ - presentation/slide004.md
81
+ - presentation/slide005.md
82
+ - presentation/slide006.md
83
+ - presentation/slide007.md
84
+ - presentation/slide008.md
85
+ - presentation/slide009.md
86
+ - presentation/slide010.md
87
+ - presentation/slide011.md
88
+ - presentation/slide012.md
89
+ - presentation/slide013.md
90
+ - presentation/slide014.md
91
+ - presentation/slide015.md
92
+ - presentation/slide016.md
93
+ - presentation/slide017.md
94
+ - presentation/slide018.md
95
+ - presentation/slide019.md
76
96
  - slides.md
77
97
  - vimdeck.gemspec
78
98
  homepage: http://github.com/tybenz/vimdeck