ruby_powerpoint 0.0.1 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -19,9 +19,9 @@ RubyPowerpoint can simply parse a PowerPoint file(pptx) by extractng text from e
19
19
 
20
20
  require 'powerpint'
21
21
  deck = RubyPowerpoint::Presentation.new "specs/fixtures/sample.ppts"
22
- slide = deck.slides[0]
23
-
24
- puts slde.content # => ["Prsentation Header", "Presentation Notes...", "12"]
22
+ deck.slides.each do |slide|
23
+ puts slide.content # => ["Prsentation Header", "Presentation Notes...", "12"]
24
+ end
25
25
 
26
26
 
27
27
  == Contributing
@@ -1,3 +1,3 @@
1
1
  module RubyPowerpoint
2
- VERSION = "0.0.1"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_powerpoint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: