Sha256: 815264d5fcdf27b3790c5b6776172b5549b41b9c98f567a0625ce7aa2c97e4fe
Contents?: true
Size: 684 Bytes
Versions: 1
Compression:
Stored size: 684 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/brash/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Joshua Lane"] gem.email = ["lane.joshlane@gmail.com"] gem.description = %q{Build bash commands with Ruby} gem.summary = %q{Build bash commands with Ruby} gem.homepage = "http://github.com/lanej/brash" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "brash" gem.require_paths = ["lib"] gem.version = Brash::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brash-0.0.1 | brash.gemspec |