Skip to content

Commit

Permalink
Remove needless Packnga dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 7, 2024
1 parent ec1561a commit ce2099b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

require "rubygems"
require "bundler/gem_helper"
require "packnga"

base_dir = File.join(File.dirname(__FILE__))

Expand All @@ -26,14 +24,6 @@ end
helper.install
spec = helper.gemspec

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

Packnga::ReleaseTask.new(spec) do
end

# desc "Run tests"
# task :test do
# ruby("test/run-test.rb")
Expand Down
2 changes: 0 additions & 2 deletions jekyll-jupyter-notebook.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,5 @@ Gem::Specification.new do |spec|

spec.add_development_dependency("bundler")
spec.add_development_dependency("rake")
spec.add_development_dependency("test-unit")
spec.add_development_dependency("packnga")
spec.add_development_dependency("kramdown")
end

0 comments on commit ce2099b

Please sign in to comment.