Сравнение nanoc-4.13.4 с nanoc-4.14.1

/usr/portage/www-apps/nanoc/nanoc-4.14.1.ebuild 2025-11-18 18:18:07.571421222 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
USE_RUBY="ruby32 ruby33"
5

  
6
USE_RUBY="ruby32 ruby33 ruby34"
6 7

  
7 8
RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
8 9

  
......
47 48
	>=dev-ruby/mocha-0.13
48 49
	dev-ruby/minitest
49 50
	dev-ruby/mustache
51
	>=dev-ruby/nokogiri-1.12
50 52
	dev-ruby/pry
51 53
	dev-ruby/rdoc
52 54
	>=dev-ruby/rouge-3.5.1:2
......
84 86
	# Avoid tests for unpackaged or obsolete dependencies
85 87
	rm spec/nanoc/filters/less_spec.rb \
86 88
	   test/filters/test_{erubis,markaby,rainpress}.rb || die
89
	sed -e '/three pluses (TOML)/ s/context/xcontext/' \
90
		-i spec/nanoc/data_sources/filesystem/parser_spec.rb || die
87 91

  
88 92
	# Avoid tests that are specific to haml 6.x which is currently not packaged
89 93
	sed -i -e '/test_filter_\(with_proper_indentation\|error\)/askip "haml 6"' test/filters/test_haml.rb || die
Спасибо!