Sha256: ad2ce479e822aa56e5fdb5a7e106ac7f78838d83895e63d6aeab91cd45782ac2
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
require_relative 'lib/wrapped_print/version' Gem::Specification.new do |spec| spec.name = "wrapped_print" spec.version = WrappedPrint::VERSION spec.authors = ["Igor Kasyanchuk"] spec.email = ["igorkasyanchuk@gmail.com"] spec.summary = %q{Very simple utility to help your with debugging code and print values to console} spec.description = %q{Very simple utility to help your with debugging code and print values to console} spec.homepage = "https://github.com/igorkasyanchuk/wrapped_print" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") spec.metadata["homepage_uri"] = spec.homepage spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "activesupport" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wrapped_print-0.1.1 | wrapped_print.gemspec |
wrapped_print-0.1.0 | wrapped_print.gemspec |