menu_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 CHANGED
@@ -1,5 +1,9 @@
1
1
  *SVN*
2
2
 
3
+ *0.0.5* (June 22nd, 2008)
4
+
5
+ * Remove log files from gems
6
+
3
7
  *0.0.4* (June 1st, 2008)
4
8
 
5
9
  * Remove dependency on set_or_append
data/README CHANGED
@@ -102,4 +102,3 @@ To run against a specific version of Rails:
102
102
  == Dependencies
103
103
 
104
104
  * Rails 2.0 or later
105
- * set_or_append[http://wiki.pluginaweek.org/Set_or_append]
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'rake/gempackagetask'
4
4
  require 'rake/contrib/sshpublisher'
5
5
 
6
6
  PKG_NAME = 'menu_helper'
7
- PKG_VERSION = '0.0.4'
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 a menubar'
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 = 'menu_helper'
40
40
  s.has_rdoc = true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: menu_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Pfeifer
@@ -9,7 +9,7 @@ autorequire: menu_helper
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-06-01 00:00:00 -04:00
12
+ date: 2008-06-22 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -36,7 +36,6 @@ files:
36
36
  - test/app_root/config
37
37
  - test/app_root/config/routes.rb
38
38
  - test/app_root/log
39
- - test/app_root/log/in_memory.log
40
39
  - test/test_helper.rb
41
40
  - test/unit
42
41
  - test/unit/menu_bar_test.rb
@@ -1 +0,0 @@
1
- # Logfile created on Sun May 11 12:49:09 -0400 2008