tiny_site 0.1.1 → 0.1.2
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/lib/tiny_site/version.rb +1 -1
- metadata +5 -5
data/lib/tiny_site/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: tiny_site
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.1.
|
|
5
|
+
version: 0.1.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Niko Dittmann
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-02-
|
|
13
|
+
date: 2011-02-28 00:00:00 +01:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -57,7 +57,7 @@ dependencies:
|
|
|
57
57
|
version: "0"
|
|
58
58
|
type: :development
|
|
59
59
|
version_requirements: *id004
|
|
60
|
-
description: A static
|
|
60
|
+
description: A small static site engine with Heroku and Dropbox in mind
|
|
61
61
|
email: mail+git@niko-dittmann.com
|
|
62
62
|
executables: []
|
|
63
63
|
|
|
@@ -69,7 +69,7 @@ files:
|
|
|
69
69
|
- lib/tiny_site/version.rb
|
|
70
70
|
- lib/tiny_site.rb
|
|
71
71
|
has_rdoc: true
|
|
72
|
-
homepage:
|
|
72
|
+
homepage: https://github.com/niko/TinySite
|
|
73
73
|
licenses: []
|
|
74
74
|
|
|
75
75
|
post_install_message:
|
|
@@ -95,6 +95,6 @@ rubyforge_project: "[none]"
|
|
|
95
95
|
rubygems_version: 1.5.0
|
|
96
96
|
signing_key:
|
|
97
97
|
specification_version: 3
|
|
98
|
-
summary: A static
|
|
98
|
+
summary: A small static site engine with Heroku and Dropbox in mind
|
|
99
99
|
test_files: []
|
|
100
100
|
|