Sha256: 9bfceedea59ff4b63a6e76a3878e66ec862e75b820c0c780cc6d14866ca1cf14
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 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.summary = 'irbtools-more adds bond and looksee to IRB.' s.description = 'irbtools-more adds bond and looksee to IRB (Gems that use core extensions). Simply put a require "irbtools/more" in the .irbrc file in your home directory to get started.' s.email = 'mail@janlelis.de' s.files = %w[ lib/irbtools/more.rb lib/irbtools/more/version.rb lib/bond/completions/irbtools.rb irbtools-more.gemspec ] s.extra_rdoc_files = %w[ README.md CHANGELOG-MORE.txt MIT-LICENSE.txt ] s.license = 'MIT' s.required_ruby_version = '~> 2.0' s.add_dependency 'irbtools', '~> 2.0' s.add_dependency 'bond', '~> 0.5' s.add_dependency 'looksee' , '~> 4.0' s.add_dependency 'binding_of_caller', '~> 0.7' s.add_dependency 'did_you_mean', '~> 1.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
irbtools-more-2.2.0 | irbtools-more.gemspec |