Sha256: a34603efd0d9ef376598a2cd9887a28f55c0b3d2569e5c7c314f0c7408574f4b
Contents?: true
Size: 905 Bytes
Versions: 1
Compression:
Stored size: 905 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'hanami-runner/info' Gem::Specification.new do |spec| spec.name = "hanami-runner" spec.version = HanamiRunner::Info::VERSION spec.authors = ["apontini"] spec.email = ["alberto.pontini@gmail.com"] spec.description = %q{Adds the run command to Hanami CLI allowing to execute ruby code via CLI (much like Rails 'runner' command)} spec.summary = %q{Adds the run command to Hanami CLI allowing to execute ruby code via CLI (much like Rails 'runner' command)} spec.homepage = "https://github.com/apontini/hanami-runner" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.require_paths = ["lib"] spec.add_dependency "hanami", "~> 1.3" spec.add_development_dependency "bundler", ">= 1.3.5" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hanami-runner-0.6.0 | hanami_runner.gemspec |