Sha256: a1deb0bc921a389281518a64a542561ec21febd952738b493344e75ad130b209

Contents?: true

Size: 1.09 KB

Versions: 8

Compression:

Stored size: 1.09 KB

Contents

# frozen_string_literal: true

require_relative "lib/my_help/version"

Gem::Specification.new do |spec|
  spec.name = "my_help"
  spec.version = MyHelp::VERSION
  spec.authors = ["Shigeto R. Nishiani"]
  spec.email = ["daddygongon@users.noreply.github.com"]
  spec.license       = "MIT"
  spec.summary       = %q{user building help}
  spec.description   = %q{user building help}
  spec.homepage      = 'https://github.com/daddygongon/my_help'
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
  end
  spec.bindir = "exe"
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  # Uncomment to register a new dependency of your gem
  spec.add_development_dependency "rspec"
  spec.add_runtime_dependency "thor"
  spec.add_runtime_dependency "command_line"
  spec.add_runtime_dependency "colorize"
  spec.add_development_dependency "aruba"
  # For more information and examples about making a new gem, checkout our
  # guide at: https://bundler.io/guides/creating_gem.html
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
my_help-1.2.6 my_help.gemspec
my_help-1.2.5 my_help.gemspec
my_help-1.2.4p1 my_help.gemspec
my_help-1.2.4 my_help.gemspec
my_help-1.2.3 my_help.gemspec
my_help-1.2.2 my_help.gemspec
my_help-1.2 my_help.gemspec
my_help-1.1a my_help.gemspec