Sha256: a0014a52d239995a6fb597efadf4ebed9cdbfe4774cb2d6f44c488a0b01444b9
Contents?: true
Size: 964 Bytes
Versions: 1
Compression:
Stored size: 964 Bytes
Contents
# Noe template for ruby gem libraries (https://github.com/blambeau/noe) - short version # Run 'noe show-spec' and 'noe help show-spec' for additional details. # Don't remove this entry! template-info: name: "!{template_name}" version: 1.1.0 links: source: https://github.com/blambeau/noe/tree/master/templates/ruby documentation: https://github.com/blambeau/noe/blob/master/templates/ruby/README.md # Update to match your own configuration. variables: # A ruby lower case project name. lower: hello_world # A ruby upper case project name. upper: HelloWorld # Project summary (~= 5 lines). summary: | A simple "Hello World" example for Noe's skeleton for Ruby projects # Authors of the project (- {name: Bob, email: bob@gmail.com}, ...) authors: [] # Web links for the project (- http://..., - http://...). links: [] # Gem dependencies. (- {name: ..., version: ..., groups: [...]}, ...) dependencies: []
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
noe-1.1.0 | ./templates/ruby/short.yaml |