Skip to content

Commit

Permalink
Fix spec name.
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Nov 5, 2010
1 parent 337b6bf commit b27eeff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/joe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def gemspec
def build
gemspec if File.exist?("%s.erb" % spec_file)

gem("build", "joe.gemspec")
gem("build", spec_file)

if pkg(gem_file)
status :created, gem_file
Expand Down Expand Up @@ -89,4 +89,4 @@ def git_archive
system("git archive --prefix=#{spec.name}-#{spec.version}/ " +
"--format=tar HEAD | gzip > #{archive_file}")
end
end
end

0 comments on commit b27eeff

Please sign in to comment.