Sha256: a0bf79b72b5fd9fdbd07239742277cda6fd2d147df2e113e87cf735afd8d59ad

Contents?: true

Size: 801 Bytes

Versions: 2

Compression:

Stored size: 801 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "termistat/version"

Gem::Specification.new do |s|
  s.name        = "termistat"
  s.version     = Termistat::VERSION
  s.authors     = ["Solomon White"]
  s.email       = ["rubysolo@gmail.com"]
  s.homepage    = "https://github.com/rubysolo/termistat"
  s.summary     = %q{Terminal status bar}
  s.description = %q{Display status bar overlay for summary information}

  s.rubyforge_project = "termistat"

  s.add_runtime_dependency "ffi-ncurses"
  s.add_development_dependency "rake"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
termistat-0.0.2 termistat.gemspec
termistat-0.0.1 termistat.gemspec