clay 1.7.2 → 1.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/src/clay.rb +1 -2
  2. metadata +6 -40
data/src/clay.rb CHANGED
@@ -1,12 +1,11 @@
1
1
  require 'rubygems'
2
- require 'bundler/setup'
3
2
  require 'mustache'
4
3
  require 'bluecloth'
5
4
  require 'fileutils'
6
5
  require 'yaml'
7
6
 
8
7
  module Clay
9
- VERSION = "1.7.2"
8
+ VERSION = "1.7.3"
10
9
 
11
10
  def self.init project_name, silent=false
12
11
  mute(silent) {
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: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
- - 2
10
- version: 1.7.2
9
+ - 3
10
+ version: 1.7.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Pavlo Kerestey
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-13 00:00:00 +01:00
18
+ date: 2011-03-20 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -108,41 +108,7 @@ has_rdoc: true
108
108
  homepage: http://github.com/kerestey/clay
109
109
  licenses: []
110
110
 
111
- post_install_message: |
112
- **************************************************
113
-
114
- Dear User, Thank you for installing clay - a lightweight cms for static websites.
115
-
116
- IMPORTANT CHANGES WITH THIS RELEASE (ver. 1.7):
117
- directory public changed to be static Please rename Your project structure
118
- to incorporate this change. This had to be done because of the way some
119
- ruby webservers (like passenger for example) deal with the public directory.
120
- If You want to further use passenger or nginx to serve your site, You can
121
- leave the public directory intact. Just move its contents to the static
122
- directory, so the files will be copied over to the build directory when
123
- forming the site.
124
-
125
- Additionally You can now specify the build directory in config.yaml file
126
- by adding target_dir: "/path/to/the/build/dir". Your site will be
127
- served out of this directory when You run $ clay run
128
-
129
- These Changes will allow to use passenger and putting the built site into
130
- the public directory so they are served by fast webservers like nginx or
131
- apache.
132
-
133
- The users who do not want to change anything, don't worry. All Your data
134
- will stay intact. You have to manually change your config.yaml to actually
135
- make the public directory be the build target location.
136
-
137
- Please be sure to look at the CHANGES to see what might have changed since
138
- the last release:
139
-
140
- https://github.com/kerestey/clay/blob/master/CHANGES.md
141
-
142
- And happy New Year by the way :)
143
-
144
- **************************************************
145
-
111
+ post_install_message:
146
112
  rdoc_options: []
147
113
 
148
114
  require_paths:
@@ -170,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
136
  requirements: []
171
137
 
172
138
  rubyforge_project: clay
173
- rubygems_version: 1.5.0
139
+ rubygems_version: 1.6.2
174
140
  signing_key:
175
141
  specification_version: 3
176
142
  summary: A lightweight CMS for static websites