Skip to content

Commit

Permalink
Move var closer to usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tkareine committed Dec 15, 2012
1 parent 4d7c908 commit 225f2e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ require 'rake/clean'
require 'shellwords'

require_relative 'lib/jekyll/minibundle/version'
gem_name = 'jekyll-minibundle'

namespace :gem do
gem_name = 'jekyll-minibundle'

CLEAN.include "#{gem_name}-*.gem"

desc 'Package the software as a gem'
Expand Down

0 comments on commit 225f2e1

Please sign in to comment.