Skip to content

Commit

Permalink
fix undefine method error when running rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
eitoball committed Jul 25, 2013
1 parent 779b318 commit 41cb4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -32,7 +32,6 @@ HOE = Hoe.spec 'nokogiri' do

self.extra_rdoc_files = FileList['*.rdoc','ext/nokogiri/*.c']

self.licenses = ['MIT']

self.clean_globs += [
'nokogiri.gemspec',
Expand Down Expand Up @@ -69,6 +68,7 @@ HOE = Hoe.spec 'nokogiri' do

self.testlib = :minitest
end
HOE.spec.licenses = ['MIT']

# ----------------------------------------

Expand Down

0 comments on commit 41cb4fb

Please sign in to comment.