Sha256: ce631786ad46ed851634937e8bf38e1c2d04b0114fae1841bd1010facdd142e5

Contents?: true

Size: 1.63 KB

Versions: 18

Compression:

Stored size: 1.63 KB

Contents

# frozen_string_literal: true

require_relative "lib/minato_error_handler/version"

Gem::Specification.new do |spec|
  spec.name = "minato_error_handler"
  spec.version = MinatoErrorHandler::VERSION
  spec.authors = ["Ferreri"]
  spec.email = ["contato@ferreri.co"]

  spec.summary = "Error reporting for Minato Rails Apps."
  spec.homepage = "https://gitlab.com/ferreri/minato/minato_error_handler"
  spec.license = "MIT"
  spec.required_ruby_version = ">= 2.6.0"

  spec.metadata["homepage_uri"] = spec.homepage
  spec.metadata["source_code_uri"] = "https://gitlab.com/ferreri/minato/minato_error_handler"
  spec.metadata["changelog_uri"] = "https://gitlab.com/ferreri/minato/minato_error_handler/-/blob/main/CHANGELOG.md?ref_type=heads"
  # rubocop:disable Gemspec/RequireMFA
  spec.metadata["rubygems_mfa_required"] = "false"
  # rubocop:enable Gemspec/RequireMFA

  # Specify which files should be added to the gem when it is released.
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
  spec.files = Dir.chdir(__dir__) do
    `git ls-files -z`.split("\x0").reject do |f|
      (File.expand_path(f) == __FILE__) ||
        f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor Gemfile])
    end
  end
  spec.bindir = "exe"
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "rails", ">= 7.0.4"

  # Uncomment to register a new dependency of your gem
  # spec.add_dependency "example-gem", "~> 1.0"

  # For more information and examples about making a new gem, check out our
  # guide at: https://bundler.io/guides/creating_gem.html
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
minato_error_handler-0.1.10 minato_error_handler.gemspec
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/minato_error_handler-0.1.9.pre.1/minato_error_handler.gemspec
minato_error_handler-0.1.9.pre.1 minato_error_handler.gemspec
minato_error_handler-0.1.8 minato_error_handler.gemspec
minato_error_handler-0.1.7 minato_error_handler.gemspec
minato_error_handler-0.1.6 minato_error_handler.gemspec
minato_error_handler-0.1.5 minato_error_handler.gemspec
minato_error_handler-0.1.4 minato_error_handler.gemspec
minato_error_handler-0.1.3 minato_error_handler.gemspec
minato_error_handler-0.1.2.pre.9 minato_error_handler.gemspec
minato_error_handler-0.1.2.pre.8 minato_error_handler.gemspec
minato_error_handler-0.1.2.pre.7 minato_error_handler.gemspec
minato_error_handler-0.1.2.pre.6 minato_error_handler.gemspec
minato_error_handler-0.1.2.pre.5 minato_error_handler.gemspec
minato_error_handler-0.1.2.pre.4 minato_error_handler.gemspec
minato_error_handler-0.1.2.pre.3 minato_error_handler.gemspec
minato_error_handler-0.1.2.pre.2 minato_error_handler.gemspec
minato_error_handler-0.1.2.pre.1 minato_error_handler.gemspec