pkgsrc/devel/ruby-zeitwerk/distinfo
taca a2d3ec0f33 devel/ruby-zeitwerk: update to 2.4.2
2.4.2 (27 November 2020)

* Implements Zeitwerk::Loader#on_load, which allows you to configure
  blocks of code to be executed after a certain class or module have
  been loaded:

	# config/environments/development.rb
	loader.on_load("SomeApiClient") do
	  SomeApiClient.endpoint = "https://api.dev"

	# config/environments/production.rb
	loader.on_load("SomeApiClient") do
	  SomeApiClient.endpoint = "https://api.prod"
	end

  See the documentation for further details.

2.4.1 (29 October 2020)

* Use __send__ instead of send internally.
2021-01-11 13:33:22 +00:00

6 lines
395 B
Text

$NetBSD: distinfo,v 1.4 2021/01/11 13:33:22 taca Exp $
SHA1 (zeitwerk-2.4.2.gem) = 4f8421387fc3286370c4627ef842c04db65462dc
RMD160 (zeitwerk-2.4.2.gem) = ba334825f4eac316eb66ba84efa4461bbde938f3
SHA512 (zeitwerk-2.4.2.gem) = d475b8dbc37f4feadeba283d2ec0865023a1871a5a237ac71f3abd92c92b747120aa95dbc0863d4ff9daddfdf4e1c6ae857382cbefe8e9dae1aa24a719de0c59
Size (zeitwerk-2.4.2.gem) = 26624 bytes