Sha256: 2b2a78ea5965b460f808862527c0a6f6f2c3aef49ce898786ace6bb1b4ad9de1

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

=dev_tasks  {<img src="https://badge.fury.io/rb/dev_tasks.png" alt="Gem Version" />}[http://badge.fury.io/rb/dev_tasks]
A ruby gem to aid in the definition of various rake tasks.
 The dev_tasks gem defines a constant DEV

==Installation
The gem can be installed by the single command
 gem install dev_task
 
==Usage
This is an example of a simple usage
 require 'dev_tasks'

==Keys
 DEV[:files][:source]
 DEV[:commands][:add]
   An array of commands to add revision control tracking for files.

==CommandArrays
 DEV[:commands][:add]
   


==Tasks
 [:add] - tracks all untracked git or subversion files defined by DEV[:files][:source]
 :build - tracks all untracked git or subversion files defined by DEV[:files][:source]

 
==License
Copyright 2014 Lou Parslow

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dev_tasks-0.0.164 README