Skip to content

Commit

Permalink
[change] remove dependency to 'abstract' gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kwatch committed Mar 21, 2011
1 parent a0441cc commit 47994bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion erubis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec = Gem::Specification.new do |s|
s.executables = ['erubis']
s.bindir = 'bin'
s.test_file = 'test/test.rb'
s.add_dependency('abstract', ['>= 1.0.0'])
#s.add_dependency('abstract', ['>= 1.0.0'])
end

# Quick fix for Ruby 1.8.3 / YAML bug (thanks to Ross Bamford)
Expand Down
2 changes: 1 addition & 1 deletion lib/erubis/converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## $Copyright$
##

require 'abstract'
require 'erubis/util'

module Erubis

Expand Down
2 changes: 1 addition & 1 deletion lib/erubis/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## $Copyright$
##

require 'abstract'
require 'erubis/util'

module Erubis

Expand Down

0 comments on commit 47994bf

Please sign in to comment.