Sha256: df164c4c9bc969cd1e549e31b66fc773e55bb27c3f545c876f01ede0a923854d
Contents?: true
Size: 572 Bytes
Versions: 1
Compression:
Stored size: 572 Bytes
Contents
Gem::Specification.new do |spec| files = %x{git ls-files} spec.name = "<%= name %>" spec.version = "0.0.1" spec.summary = "<%= name %>" spec.description = "<%= name %>" spec.license = "none chosen yet" # Note: You should set the version explicitly. spec.add_dependency "cabin", ">0" # for logging. apache 2 license spec.files = files spec.require_paths << "lib" spec.bindir = "bin" spec.authors = ["<%= %x{git config --global user.name}.chomp %>"] spec.email = ["<%= %x{git config --global user.email}.chomp %>"] #spec.homepage = "..." end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
batcave-0.0.4 | things/ruby/self/{name}.gemspec.erb |