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.
Files changed (3) hide show
  1. data/LICENSE +1 -1
  2. data/README.markdown +1 -1
  3. metadata +4 -3
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2008 Loren Segal
1
+ Copyright (c) 2008, 2009 Loren Segal
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person
4
4
  obtaining a copy of this software and associated documentation
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 2008_
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.6
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-07-20 00:00:00 -07:00
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.2.0
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