Sha256: eeb27d33def9c35e3512b0e8e700e7ad7214eadb97a77ca426002ff87abd25ff

Contents?: true

Size: 1.95 KB

Versions: 1

Compression:

Stored size: 1.95 KB

Contents

template-info:
  name: ruby
  version: 1.4.0
  author: Bernard Lambeau <blambeau@gmail.com>
  manifest:
    spec/spec_helper.rb:
      ignore: true
    spec/test___lower__.rb:
      ignore: true
variables:
  lower: noe
  upper: Noe
  version: 1.4.0
  summary: 
    Noe is a simple, general-purpose and extensible skeleton generator from project templates
  description:
    Noe is a tool that generates project skeletons from predefined templates. A template is designed 
    for a specific product (a ruby library, a static or dynamic web site, ...). Noe instantiates 
    templates and helps you maintaining your product via meta-information provided by a .noespec yaml 
    file. In contrast to other tools, Noe is not specific to certain kinds of products. Even if Noe 
    comes bundled with a default template to develop gem libraries, writing your own template is 
    possible and even simple!
  authors: 
    - {name: Bernard Lambeau, email: blambeau@gmail.com}
  links:
    - http://github.com/blambeau/noe
    - http://rubygems.org/gems/noe
    - http://revision-zero.org/noe
  dependencies: 
    - {name: rake,      version: "~> 0.9.2",  groups: [development]}
    - {name: bundler,   version: "~> 1.0",    groups: [development]}
    - {name: rspec,     version: "~> 2.6.0",  groups: [development]}
    - {name: yard,      version: "~> 0.7.2",  groups: [development]}
    - {name: bluecloth, version: "~> 2.1.0",  groups: [development]}
    #
    - {name: wlang,     version: "~> 0.10.1", groups: [development, runtime]}
    - {name: quickl,    version: "~> 0.3.0",  groups: [runtime]}
    - {name: highline,  version: "~> 1.6.0",  groups: [runtime]}
  rake_tasks: 
    spec_test: 
      pattern: spec/unit/**/*_spec.rb
  gemspec: 
    post_install_message: |
      Noe successfully installed!
      
      What's next?
        - 'noe help install' for configuration and default templates
        - 'noe prepare --template=ruby hello_world'
      
      Thank you for using Noe, enjoy!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noe-1.4.0 noe.noespec