skeletor 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +10 -1
  2. data/lib/skeletor/version.rb +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -1,7 +1,16 @@
1
1
  Skeletor
2
2
  ========
3
3
 
4
- Skeletor is a Ruby Library for setting up quick project skeletons based on code templates.
4
+ Skeletor is a Ruby Library for setting up quick project skeletons based on code templates. It uses YAML templates to specify a directory structure of files and
5
+ folders, a list of includes to pull and any tasks to run. It also contains built in templates
6
+
7
+ Installation
8
+ ------------
9
+
10
+ gem install skeletor
11
+
12
+ Usage
13
+ -----
5
14
 
6
15
  Contributing to Skeletor
7
16
  ------------------------
@@ -1,3 +1,3 @@
1
1
  module Skeletor
2
- VERSION="0.6.1"
2
+ VERSION="0.6.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 1
9
- version: 0.6.1
8
+ - 2
9
+ version: 0.6.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Will McKenzie
@@ -30,7 +30,7 @@ dependencies:
30
30
  version: "0"
31
31
  type: :runtime
32
32
  version_requirements: *id001
33
- description: Skeletor is a Ruby Gem for creating skeleton directory structures based on a YAML template.
33
+ description: Skeletor is a command line gem for creating project skeletons based on a YAML template. It will create files and folders, including pulling in specified includes, and run tasks to set up your project.
34
34
  email:
35
35
  - will@oinutter.co.uk
36
36
  executables: