clay 1.4 → 1.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.
Files changed (2) hide show
  1. data/src/clay.rb +1 -1
  2. metadata +6 -6
data/src/clay.rb CHANGED
@@ -6,7 +6,7 @@ require 'fileutils'
6
6
  require 'yaml'
7
7
 
8
8
  module Clay
9
- VERSION = "1.4"
9
+ VERSION = "1.5"
10
10
 
11
11
  def self.init project_name
12
12
  puts "Creating the folder structure... "
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clay
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
5
- prerelease: false
4
+ hash: 5
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
- - 4
9
- version: "1.4"
8
+ - 5
9
+ version: "1.5"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pavlo Kerestey
@@ -104,7 +104,7 @@ files:
104
104
  - README.md
105
105
  - bin/clay
106
106
  has_rdoc: true
107
- homepage: http://kerestey.net/clay
107
+ homepage: http://github.com/kerestey/clay
108
108
  licenses: []
109
109
 
110
110
  post_install_message:
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  requirements: []
136
136
 
137
137
  rubyforge_project: clay
138
- rubygems_version: 1.3.7
138
+ rubygems_version: 1.4.1
139
139
  signing_key:
140
140
  specification_version: 3
141
141
  summary: A very lightweight CMS to automatically form a static website.