ltdtemplate 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.
Files changed (4) hide show
  1. data/.yardopts +4 -0
  2. data/HISTORY.txt +4 -0
  3. data/ltdtemplate.gemspec +3 -3
  4. metadata +4 -3
data/.yardopts ADDED
@@ -0,0 +1,4 @@
1
+ --tag copyright:Copyright
2
+ --tag license:License
3
+ -
4
+ HISTORY.txt TEMPLATE_MANUAL.html
data/HISTORY.txt CHANGED
@@ -1,3 +1,7 @@
1
+ 2013-07-13 Version 0.1.2
2
+ Added .yardopts to gemspec. Still trying to get the hang of Ruby
3
+ packaging.
4
+
1
5
  2013-07-12 Version 0.1.1
2
6
  Added Gemfile
3
7
 
data/ltdtemplate.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "ltdtemplate"
3
- s.version = "0.1.1"
4
- s.date = "2013-07-12"
3
+ s.version = "0.1.2"
4
+ s.date = "2013-07-13"
5
5
  s.authors = ["Brian Katzung"]
6
6
  s.email = ["briank@kappacs.com"]
7
7
  s.homepage = "http://rubygems.org/gems/ltdtemplate"
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.license = "MIT"
11
11
 
12
12
  s.files = Dir.glob("lib/**/*") +
13
- %w{ltdtemplate.gemspec Gemfile HISTORY.txt TEMPLATE_MANUAL.html}
13
+ %w{ltdtemplate.gemspec Gemfile .yardopts HISTORY.txt TEMPLATE_MANUAL.html}
14
14
  s.test_files = Dir.glob("test/**/[0-9]*.rb")
15
15
  s.require_path = 'lib'
16
16
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brian Katzung
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2013-07-12 00:00:00 -05:00
17
+ date: 2013-07-13 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -44,6 +44,7 @@ files:
44
44
  - lib/ltdtemplate.rb
45
45
  - ltdtemplate.gemspec
46
46
  - Gemfile
47
+ - .yardopts
47
48
  - HISTORY.txt
48
49
  - TEMPLATE_MANUAL.html
49
50
  - test/00class.rb