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.
- data/src/clay.rb +1 -1
- metadata +4 -3
data/src/clay.rb
CHANGED
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:
|
|
4
|
+
hash: 9
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 7
|
|
9
|
-
|
|
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
|
|
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
|