briefing 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -12,7 +12,7 @@ you can show it as a beautiful slides in your web browser.
12
12
 
13
13
  ## Installation
14
14
 
15
- Install Ruby on ahead, then execute:
15
+ Install Ruby and RubyGems on ahead, then execute:
16
16
 
17
17
  $ sudo gem install briefing
18
18
 
@@ -20,7 +20,7 @@ Install Ruby on ahead, then execute:
20
20
 
21
21
  $ briefing slides.md
22
22
 
23
- Open [http://localhost:4567/](http://localhost:4567/) in a web browser.
23
+ Open [http://localhost:4567/](http://localhost:4567/) in your web browser.
24
24
 
25
25
  ## Syntax
26
26
 
@@ -31,6 +31,9 @@ module Briefing
31
31
  buffer << line
32
32
  end
33
33
  }
34
+ if buffer.length > 0
35
+ @sections << buffer.join("")
36
+ end
34
37
  @options = DEFAULTS.merge(YAML.load(@sections.shift))
35
38
  end
36
39
  end
@@ -1,3 +1,3 @@
1
1
  module Briefing
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: briefing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: