ltdtemplate 0.1.4 → 0.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 (4) hide show
  1. data/.yardopts +1 -1
  2. data/HISTORY.txt +3 -0
  3. data/ltdtemplate.gemspec +1 -1
  4. metadata +2 -2
data/.yardopts CHANGED
@@ -1,4 +1,4 @@
1
1
  --tag copyright:Copyright
2
2
  --tag license:License
3
3
  -
4
- HISTORY.txt TEMPLATE_MANUAL.html
4
+ HISTORY.txt RESOURCES.txt TEMPLATE_MANUAL.html
data/HISTORY.txt CHANGED
@@ -1,3 +1,6 @@
1
+ 2013-07-24 Version 0.1.5
2
+ Added RESOURCES.txt to .yardopts. OOPS!
3
+
1
4
  2013-07-24 Version 0.1.4
2
5
  Added String.html (HTML encoding) and String.pcte (percent encoding)
3
6
  methods. Added RESOURCES.txt describing resource usage/limits.
data/ltdtemplate.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "ltdtemplate"
3
- s.version = "0.1.4"
3
+ s.version = "0.1.5"
4
4
  s.date = "2013-07-24"
5
5
  s.authors = ["Brian Katzung"]
6
6
  s.email = ["briank@kappacs.com"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brian Katzung