Sha256: 8d0d7f8a529493d7231193becfe14eae1b3a543b9608b1470633604de45135c6
Contents?: true
Size: 1.06 KB
Versions: 5
Compression:
Stored size: 1.06 KB
Contents
require_relative 'lib/wassup/version' Gem::Specification.new do |spec| spec.name = "wassup" spec.version = Wassup::VERSION spec.authors = ["Josh Holtz"] spec.email = ["me@joshholtz.com"] spec.summary = %q{A scriptable terminal dashboard} spec.description = %q{A scriptable terminal dashboard} spec.homepage = "https://github.com/joshdholtz/wassup" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/joshdholtz/wassup" spec.add_runtime_dependency 'curses' # 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(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end spec.bindir = "bin" spec.executables = ["wassup"] spec.require_paths = ["lib"] end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
wassup-0.2.1 | wassup.gemspec |
wassup-0.2.0 | wassup.gemspec |
wassup-0.1.2 | wassup.gemspec |
wassup-0.1.1 | wassup.gemspec |
wassup-0.1.0 | wassup.gemspec |