Sha256: ed8a6ac9671de5e155a93b7b9ab349e32288a27e17df51be6a1259f42c75139a
Contents?: true
Size: 652 Bytes
Versions: 1
Compression:
Stored size: 652 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "tmuxite/version" Gem::Specification.new do |s| s.name = "tmuxite" s.version = Tmuxite::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Chris Lerum"] s.email = ["chris.lerum@gmail.com"] s.homepage = "" s.summary = %q{tbd} s.description = %q{tbd} s.rubyforge_project = "tmuxite" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tmuxite-0.0.1 | tmuxite.gemspec |