Sha256: e9ba5740e335bd4767a93f6fbde8f94c278cd6e98afa4c993160db3b832a345e
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
# -*- encoding: utf-8 -*- require File.dirname(__FILE__) + "/lib/irbtools/more/version" Gem::Specification.new do |s| s.name = 'irbtools-more' s.version = Irbtools::More::VERSION s.homepage = 'https://github.com/janlelis/irbtools' s.authors = ["Jan Lelis"] s.email = ["hi@ruby.consulting"] s.summary = "irbtools-more not necessary anymore: Everything's now in core irbtools." s.description = "irbtools-more not necessary anymore: looksee is now part of core irbtools and the other extensions have been removed (bond) or left optional (binding_of_caller)." s.files = %w[ lib/irbtools/more.rb lib/irbtools/more/version.rb irbtools-more.gemspec ] s.extra_rdoc_files = %w[ README.md CHANGELOG-MORE.md MIT-LICENSE.txt ] s.metadata = { "rubygems_mfa_required" => "true" } s.license = 'MIT' s.required_ruby_version = '>= 3.0', '< 4.0' s.add_dependency 'irbtools', '~> 4.0' s.post_install_message = "Notice (2022-12-29): irbtools-more is not necessary anymore. You can switch to just irbtools." end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
irbtools-more-3.0.0 | irbtools-more.gemspec |