lsegal-tadpole 0.1.6 → 0.1.7
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/LICENSE +1 -1
- data/README.markdown +1 -1
- metadata +4 -3
data/LICENSE
CHANGED
data/README.markdown
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Tadpole: A Small but Extensible Templating Engine for Ruby
|
2
2
|
==========================================================
|
3
3
|
|
4
|
-
_Created by [Loren Segal](http://www.gnuu.org) in
|
4
|
+
_Created by [Loren Segal](http://www.gnuu.org) in 2008-2009_
|
5
5
|
|
6
6
|
Quick How-To's
|
7
7
|
--------------
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lsegal-tadpole
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Loren Segal
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-08-14 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -27,6 +27,7 @@ files:
|
|
27
27
|
- README.markdown
|
28
28
|
has_rdoc: false
|
29
29
|
homepage: http://www.soen.ca
|
30
|
+
licenses:
|
30
31
|
post_install_message:
|
31
32
|
rdoc_options: []
|
32
33
|
|
@@ -47,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
48
|
requirements: []
|
48
49
|
|
49
50
|
rubyforge_project: tadpole
|
50
|
-
rubygems_version: 1.
|
51
|
+
rubygems_version: 1.3.5
|
51
52
|
signing_key:
|
52
53
|
specification_version: 2
|
53
54
|
summary: A Small but Extensible Templating Engine for Ruby
|