Skip to content

Commit

Permalink
Correct ERB to erb
Browse files Browse the repository at this point in the history
  • Loading branch information
qnm committed Sep 5, 2012
1 parent 306845e commit 0ccdf41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/gemspec.rb
@@ -1,4 +1,4 @@
require 'ERB' require 'erb'


task 'gemspec' do task 'gemspec' do
gemspec_template = IO.read('display_case.gemspec.erb') gemspec_template = IO.read('display_case.gemspec.erb')
Expand All @@ -7,4 +7,4 @@
gemspec = ERB.new(gemspec_template).result(binding) gemspec = ERB.new(gemspec_template).result(binding)
gemspec_file.puts gemspec gemspec_file.puts gemspec
end end
end end

0 comments on commit 0ccdf41

Please sign in to comment.