Sha256: 779c0a1383e495c63060fb1507543c59d7e4ee3716eee530bb04c3c9ec488ce5
Contents?: true
Size: 896 Bytes
Versions: 3
Compression:
Stored size: 896 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.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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hanami-webconsole-2.1.0 | hanami-webconsole.gemspec |
hanami-webconsole-2.1.0.rc3 | hanami-webconsole.gemspec |
hanami-webconsole-2.1.0.rc2 | hanami-webconsole.gemspec |