clay 1.7 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/src/clay.rb +1 -1
  2. metadata +4 -3
data/src/clay.rb CHANGED
@@ -6,7 +6,7 @@ require 'fileutils'
6
6
  require 'yaml'
7
7
 
8
8
  module Clay
9
- VERSION = "1.7"
9
+ VERSION = "1.7.1"
10
10
 
11
11
  def self.init project_name, silent=false
12
12
  mute(silent) {
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clay
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
- version: "1.7"
9
+ - 1
10
+ version: 1.7.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Pavlo Kerestey
@@ -122,7 +123,7 @@ post_install_message: |
122
123
  forming the site.
123
124
 
124
125
  Additionally You can now specify the build directory in config.yaml file
125
- by adding build_directory: "/path/to/the/build/dir". Your site will be
126
+ by adding target_dir: "/path/to/the/build/dir". Your site will be
126
127
  served out of this directory when You run $ clay run
127
128
 
128
129
  These Changes will allow to use passenger and putting the built site into