Navigation Menu

Skip to content

Commit

Permalink
Remove needless tar.gz generation task
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 15, 2015
1 parent 459a4fd commit 672536c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Rakefile
Expand Up @@ -19,8 +19,6 @@ require "find"
require "fileutils"
require "pathname"
require "erb"
require "rubygems"
require "rubygems/package_task"
require "yard"
require "bundler/gem_helper"
require "rake/extensiontask"
Expand All @@ -42,10 +40,6 @@ end
helper.install
spec = helper.gemspec

Gem::PackageTask.new(spec) do |pkg|
pkg.need_tar_gz = true
end

Packnga::DocumentTask.new(spec) do |task|
task.original_language = "en"
task.translate_language = "ja"
Expand Down

0 comments on commit 672536c

Please sign in to comment.