Sha256: acd00372b7713f9229ab6dfa244755935a1b75966094843bc5a356924fa2b911

Contents?: true

Size: 936 Bytes

Versions: 4

Compression:

Stored size: 936 Bytes

Contents

# frozen_string_literal: true

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "hanami/webconsole/version"

Gem::Specification.new do |spec|
  spec.name          = "hanami-webconsole"
  spec.version       = Hanami::Webconsole::VERSION
  spec.authors       = ["Luca Guidi"]
  spec.email         = ["me@lucaguidi.com"]
  spec.summary       = "Hanami webconsole"
  spec.description   = "Hanami webconsole for development"
  spec.homepage      = "http://hanamirb.org"
  spec.license       = "MIT"
  spec.required_ruby_version = ">= 3.1"

  spec.files = `git ls-files -- lib/* CHANGELOG.md LICENSE.md README.md hanami-webconsole.gemspec`.split($INPUT_RECORD_SEPARATOR)
  spec.require_paths = ["lib"]

  spec.metadata["allowed_push_host"] = "https://rubygems.org"

  spec.add_dependency "better_errors", "~> 2.10", ">= 2.10.1"
  spec.add_dependency "binding_of_caller", "~> 1.0"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hanami-webconsole-2.2.0 hanami-webconsole.gemspec
hanami-webconsole-2.2.0.rc1 hanami-webconsole.gemspec
hanami-webconsole-2.2.0.beta2 hanami-webconsole.gemspec
hanami-webconsole-2.2.0.beta1 hanami-webconsole.gemspec