presechute 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -5,4 +5,27 @@ based presentation ready and waiting for you!
5
5
 
6
6
  ## Usage
7
7
 
8
- `$presechute new [name]`
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
@@ -1,3 +1,3 @@
1
1
  module Presechute
2
- VERSION = "0.1"
2
+ VERSION = "0.1.1"
3
3
  end
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: '0.1'
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-05-29 00:00:00.000000000 Z
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: &70193418249600 !ruby/object:Gem::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: *70193418249600
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: []
Binary file
Binary file