Changeset 871

Show
Ignore:
Timestamp:
11/06/07 15:01:41 (1 year ago)
Author:
wyca..@gmail.com
Message:

Fixes merb_helpers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/merb_helpers/Rakefile

    r747 r871  
    44PLUGIN = "merb_helpers" 
    55NAME = "merb_helpers" 
    6 VERSION = "0.0.1
    7 AUTHOR = "Your Name
    8 EMAIL = "Your Email
    9 HOMEPAGE = "http://merb-plugins.rubyforge.org/merb_helpers/" 
    10 SUMMARY = "Merb plugin that provides ...
     6VERSION = "0.4.0
     7AUTHOR = "Yehuda Katz
     8EMAIL = "wycats@gmail.com
     9HOMEPAGE = "http://merb.rubyforge.org/" 
     10SUMMARY = "Helper support for merb (similar to the Rails form helpers)
    1111 
    1212spec = Gem::Specification.new do |s| 
     
    2727end 
    2828 
     29spec.add_dependency("merb", ">=0.4") 
     30 
    2931Rake::GemPackageTask.new(spec) do |pkg| 
    3032  pkg.gem_spec = spec