presechute 0.1 → 0.1.1
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.
- data/README.md +24 -1
- data/lib/presechute/version.rb +1 -1
- data/pkg/presechute-0.2.gem +0 -0
- metadata +4 -6
- data/pkg/preseshoot-0.1.gem +0 -0
- data/pkg/preseshoot-0.2.gem +0 -0
data/README.md
CHANGED
|
@@ -5,4 +5,27 @@ based presentation ready and waiting for you!
|
|
|
5
5
|
|
|
6
6
|
## Usage
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
To create a brand new presentation start in the directory in which you'd like
|
|
9
|
+
to create it, and do the following:
|
|
10
|
+
|
|
11
|
+
$ gem install presechute
|
|
12
|
+
$ presechute new [name]
|
|
13
|
+
$ cd [name]
|
|
14
|
+
$ bundle install
|
|
15
|
+
$ bundle exec guard
|
|
16
|
+
|
|
17
|
+
If you prefer to compile manually and avoid `guard-slim` simply call
|
|
18
|
+
`$slimrb <name>.slim -p -o <name>.html` when you'd like to view your results.
|
|
19
|
+
|
|
20
|
+
From within the presentation directory edit the `<name>.slim` file. Upon saving
|
|
21
|
+
`guard-slim` will automatically create a new new `<name>.html` that you can view
|
|
22
|
+
in your browser to examine your work.
|
|
23
|
+
|
|
24
|
+
To publish to Github pages follow the instructions produced by the new command,
|
|
25
|
+
specifically:
|
|
26
|
+
|
|
27
|
+
Remember to create a Github repo and add a remote and push your branches via:
|
|
28
|
+
|
|
29
|
+
$git remote add origin git@github.com:username/tech_talk_presi.git
|
|
30
|
+
$git push -u origin master
|
|
31
|
+
$git push -u origin gh-pages
|
data/lib/presechute/version.rb
CHANGED
data/pkg/presechute-0.2.gem
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: presechute
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-06-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70242046903660 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70242046903660
|
|
25
25
|
description: Tool to generate a new deck.js/slim/github based presentation
|
|
26
26
|
email:
|
|
27
27
|
- dave@highgroove.com
|
|
@@ -44,8 +44,6 @@ files:
|
|
|
44
44
|
- lib/templates/Rakefile
|
|
45
45
|
- lib/templates/presechute.slim
|
|
46
46
|
- pkg/presechute-0.2.gem
|
|
47
|
-
- pkg/preseshoot-0.1.gem
|
|
48
|
-
- pkg/preseshoot-0.2.gem
|
|
49
47
|
- presechute.gemspec
|
|
50
48
|
homepage: http://github.com/daveworth/presechute
|
|
51
49
|
licenses: []
|
data/pkg/preseshoot-0.1.gem
DELETED
|
Binary file
|
data/pkg/preseshoot-0.2.gem
DELETED
|
Binary file
|