vimdeck 0.2.9 → 0.3.0
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.
- checksums.yaml +4 -4
- data/Gemfile +2 -2
- data/Gemfile.lock +7 -7
- data/README.md +2 -2
- data/VERSION +1 -1
- data/bin/vimdeck-without-ascii-art +110 -0
- data/lib/vimdeck.rb +1 -1
- data/presentation/script.vim +51 -0
- data/presentation/slide001.md +92 -91
- data/presentation/slide002.md +106 -89
- data/presentation/slide003.md +90 -0
- data/presentation/slide004.md +90 -0
- data/presentation/slide005.md +91 -0
- data/presentation/slide006.md +91 -0
- data/presentation/slide007.md +91 -0
- data/presentation/slide008.md +97 -0
- data/presentation/slide009.md +97 -0
- data/presentation/slide010.md +97 -0
- data/presentation/slide011.md +97 -0
- data/presentation/slide012.md +97 -0
- data/presentation/slide013.md +97 -0
- data/presentation/slide014.md +97 -0
- data/presentation/slide015.md +95 -0
- data/presentation/slide016.md +95 -0
- data/presentation/slide017.md +95 -0
- data/presentation/slide018.md +95 -0
- data/presentation/slide019.md +87 -0
- data/vimdeck-without-ascii-art.gemspec +25 -0
- data/vimdeck.gemspec +2 -2
- metadata +25 -6
@@ -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
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
lib = File.expand_path File.join(File.dirname(__FILE__), 'lib')
|
3
|
+
$:.unshift lib unless $:.include?(lib)
|
4
|
+
|
5
|
+
require 'bundler'
|
6
|
+
require 'rake'
|
7
|
+
|
8
|
+
Gem::Specification.new do |s|
|
9
|
+
s.name = 'vimdeck-without-ascii-art'
|
10
|
+
s.version = File.read('VERSION').strip
|
11
|
+
s.date = '2013-09-18'
|
12
|
+
s.summary = 'VIMDECK'
|
13
|
+
s.description = 'VIM as a presentation tool'
|
14
|
+
s.authors = ["Tyler Benziger"]
|
15
|
+
s.email = 'tabenziger@gmail.com'
|
16
|
+
s.files = ['bin/vimdeck']
|
17
|
+
s.homepage = 'http://github.com/tybenz/vimdeck'
|
18
|
+
s.license = 'MIT'
|
19
|
+
s.require_paths = ['lib']
|
20
|
+
s.files = FileList['**/**/*'].exclude /.git|.svn|.DS_Store/
|
21
|
+
s.bindir = 'bin'
|
22
|
+
s.executables = ['vimdeck-without-ascii-art']
|
23
|
+
s.add_runtime_dependency 'artii', '~>2.0.4'
|
24
|
+
s.add_runtime_dependency 'redcarpet', '~>3.1.2'
|
25
|
+
end
|
data/vimdeck.gemspec
CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|
20
20
|
s.files = FileList['**/**/*'].exclude /.git|.svn|.DS_Store/
|
21
21
|
s.bindir = 'bin'
|
22
22
|
s.executables = ['vimdeck']
|
23
|
-
s.add_runtime_dependency 'artii', '~>2.
|
24
|
-
s.add_runtime_dependency '
|
23
|
+
s.add_runtime_dependency 'artii', '~>2.1.1'
|
24
|
+
s.add_runtime_dependency 'rasciiart', '~>0.0.9'
|
25
25
|
s.add_runtime_dependency 'redcarpet', '~>3.1.2'
|
26
26
|
end
|
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.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tyler Benziger
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 2.
|
19
|
+
version: 2.1.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 2.
|
26
|
+
version: 2.1.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
|
-
name:
|
28
|
+
name: rasciiart
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - ~>
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.0.
|
33
|
+
version: 0.0.9
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ~>
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.0.
|
40
|
+
version: 0.0.9
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: redcarpet
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,6 +66,7 @@ files:
|
|
66
66
|
- Rakefile
|
67
67
|
- VERSION
|
68
68
|
- bin/vimdeck
|
69
|
+
- bin/vimdeck-without-ascii-art
|
69
70
|
- img/demo1.png
|
70
71
|
- img/demo2.png
|
71
72
|
- img/demo3.png
|
@@ -76,7 +77,25 @@ files:
|
|
76
77
|
- presentation/script.vim
|
77
78
|
- presentation/slide001.md
|
78
79
|
- presentation/slide002.md
|
80
|
+
- presentation/slide003.md
|
81
|
+
- presentation/slide004.md
|
82
|
+
- presentation/slide005.md
|
83
|
+
- presentation/slide006.md
|
84
|
+
- presentation/slide007.md
|
85
|
+
- presentation/slide008.md
|
86
|
+
- presentation/slide009.md
|
87
|
+
- presentation/slide010.md
|
88
|
+
- presentation/slide011.md
|
89
|
+
- presentation/slide012.md
|
90
|
+
- presentation/slide013.md
|
91
|
+
- presentation/slide014.md
|
92
|
+
- presentation/slide015.md
|
93
|
+
- presentation/slide016.md
|
94
|
+
- presentation/slide017.md
|
95
|
+
- presentation/slide018.md
|
96
|
+
- presentation/slide019.md
|
79
97
|
- slides.md
|
98
|
+
- vimdeck-without-ascii-art.gemspec
|
80
99
|
- vimdeck.gemspec
|
81
100
|
homepage: http://github.com/tybenz/vimdeck
|
82
101
|
licenses:
|