Skip to content

Commit

Permalink
Updates examples to require rubygems
Browse files Browse the repository at this point in the history
Examples didn't work as required 'rubygem' instead of 'rubygems'
  • Loading branch information
darloboy101 committed Aug 12, 2013
1 parent da8c6b1 commit 0fe391e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/builder_example.rb
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
require 'rubygem'
require 'rubygems'
require 'gepub'
workdir = 'epub/example/'
builder = GEPUB::Builder.new {
Expand Down
2 changes: 1 addition & 1 deletion examples/generate_example.rb
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
require 'rubygem'
require 'rubygems'
require 'gepub'

book = GEPUB::Book.new
Expand Down

0 comments on commit 0fe391e

Please sign in to comment.