clay 1.7.3 → 1.7.5
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 +2 -2
- metadata +6 -8
data/src/clay.rb
CHANGED
|
@@ -5,7 +5,7 @@ require 'fileutils'
|
|
|
5
5
|
require 'yaml'
|
|
6
6
|
|
|
7
7
|
module Clay
|
|
8
|
-
VERSION = "1.7.
|
|
8
|
+
VERSION = "1.7.5"
|
|
9
9
|
|
|
10
10
|
def self.init project_name, silent=false
|
|
11
11
|
mute(silent) {
|
|
@@ -104,7 +104,7 @@ class Project
|
|
|
104
104
|
private
|
|
105
105
|
|
|
106
106
|
def init_clay_project?
|
|
107
|
-
`touch #{path(".clay")}` unless File.exists? path(".clay")
|
|
107
|
+
`touch '#{path(".clay")}'` unless File.exists? path(".clay")
|
|
108
108
|
end
|
|
109
109
|
|
|
110
110
|
def layouts_exist?
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clay
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 1
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 7
|
|
9
|
-
-
|
|
10
|
-
version: 1.7.
|
|
9
|
+
- 5
|
|
10
|
+
version: 1.7.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Pavlo Kerestey
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-03
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2011-06-03 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: mustache
|
|
@@ -104,8 +103,7 @@ files:
|
|
|
104
103
|
- src/rack/clay.rb
|
|
105
104
|
- README.md
|
|
106
105
|
- bin/clay
|
|
107
|
-
|
|
108
|
-
homepage: http://github.com/kerestey/clay
|
|
106
|
+
homepage: http://kerestey.github.com/clay
|
|
109
107
|
licenses: []
|
|
110
108
|
|
|
111
109
|
post_install_message:
|
|
@@ -136,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
136
134
|
requirements: []
|
|
137
135
|
|
|
138
136
|
rubyforge_project: clay
|
|
139
|
-
rubygems_version: 1.
|
|
137
|
+
rubygems_version: 1.8.5
|
|
140
138
|
signing_key:
|
|
141
139
|
specification_version: 3
|
|
142
140
|
summary: A lightweight CMS for static websites
|