Categories: None [Edit]

gem_kit

https://rubygems.org/gems/gem_kit
https://github.com/n-at-han-k/gem_kit
A deprecation is a dated promise: it names its replacement and the version the old name stops existing in. GemKit::Deprecate declares that promise -- `deprecate` for a method, `superseded_by` for a renamed constant -- warns on use naming the caller, and registers the deadline so it can be checked. Built on Gem::Deprecate, so the message format and Gem::Deprecate.skip_during work as they already do. No dependencies beyond RubyGems' own: a library that deprecates a name should not thereby acquire a release toolchain. The checking lives in the gem_kit-release gem, which reads this registry.

Total

Ranking: 190,573 of 196,406
Downloads: 752

Daily

Ranking: 29,919 of 196,374
Downloads: 3

Depended by

RankDownloadsName
63,88817,209brute
117,9126,360gem_kit-release
173,7942,678gem_kit-plugin

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconn-at-han-k