Skip to content

Commit

Permalink
Follow Packnga API change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 6, 2017
1 parent 4037b4d commit 2619f3d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- mode: ruby; coding: utf-8 -*-
# -*- ruby -*-
#
# Copyright (C) 2014 Kouhei Sutou <kou@clear-code.com>
# Copyright (C) 2014-2017 Kouhei Sutou <kou@clear-code.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -34,7 +34,9 @@ end
helper.install
spec = helper.gemspec

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

Packnga::ReleaseTask.new(spec) do
Expand Down

0 comments on commit 2619f3d

Please sign in to comment.