Sha256: d5d35e1d4f6a4c3c81ccf89566d08f1008b80b451783e686e9b5043dd37d3301

Contents?: true

Size: 856 Bytes

Versions: 1

Compression:

Stored size: 856 Bytes

Contents

require File.expand_path("../lib/hack_tree/version", __FILE__)

Gem::Specification.new do |s|
  s.name = "hack_tree"
  s.version = HackTree::VERSION
  s.authors = ["Alex Fortuna"]
  s.email = ["alex.r@askit.org"]
  s.homepage = "http://github.com/dadooda/hack_tree"

  # Copy these from class's description, adjust markup.
  s.summary = %q{Organize and share your console hacks}
  # TODO: Proper text.
  s.description = %q{HackTree lets you organize and share your console hacks in an effective and uniform way. Blah-blah-blah.}
  # end of s.description=

  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"]

  s.add_development_dependency "rspec"
  s.add_development_dependency "yard"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hack_tree-0.1.1 hack_tree.gemspec