table_helper 0.0.4 → 0.0.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.
- data/CHANGELOG +4 -0
- data/Rakefile +2 -2
- metadata +2 -2
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
|
@@ -4,7 +4,7 @@ require 'rake/gempackagetask'
|
|
|
4
4
|
require 'rake/contrib/sshpublisher'
|
|
5
5
|
|
|
6
6
|
PKG_NAME = 'table_helper'
|
|
7
|
-
PKG_VERSION = '0.0.
|
|
7
|
+
PKG_VERSION = '0.0.5'
|
|
8
8
|
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
|
|
9
9
|
RUBY_FORGE_PROJECT = 'pluginaweek'
|
|
10
10
|
|
|
@@ -34,7 +34,7 @@ spec = Gem::Specification.new do |s|
|
|
|
34
34
|
s.platform = Gem::Platform::RUBY
|
|
35
35
|
s.summary = 'Adds a helper method for generating HTML tables from collections'
|
|
36
36
|
|
|
37
|
-
s.files = FileList['{lib,test}/**/*'].to_a + %w(CHANGELOG init.rb MIT-LICENSE Rakefile README)
|
|
37
|
+
s.files = FileList['{lib,test}/**/*'].to_a - FileList['test/app_root/log/*'].to_a + %w(CHANGELOG init.rb MIT-LICENSE Rakefile README)
|
|
38
38
|
s.require_path = 'lib'
|
|
39
39
|
s.autorequire = 'table_helper'
|
|
40
40
|
s.has_rdoc = true
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: table_helper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aaron Pfeifer
|
|
@@ -9,7 +9,7 @@ autorequire: table_helper
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-06-
|
|
12
|
+
date: 2008-06-22 00:00:00 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|