Sha256: 55e00410ea2e1ac880cd157744f321cc00569012c1045991c82a89baf4631d71

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 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 'core_docs', '>= 0.9.2'
  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.1 irbtools-more.gemspec