Changeset 871
- Timestamp:
- 11/06/07 15:01:41 (1 year ago)
- Files:
-
- plugins/merb_helpers/Rakefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/merb_helpers/Rakefile
r747 r871 4 4 PLUGIN = "merb_helpers" 5 5 NAME = "merb_helpers" 6 VERSION = "0. 0.1"7 AUTHOR = "Y our Name"8 EMAIL = " Your Email"9 HOMEPAGE = "http://merb -plugins.rubyforge.org/merb_helpers/"10 SUMMARY = " Merb plugin that provides ..."6 VERSION = "0.4.0" 7 AUTHOR = "Yehuda Katz" 8 EMAIL = "wycats@gmail.com" 9 HOMEPAGE = "http://merb.rubyforge.org/" 10 SUMMARY = "Helper support for merb (similar to the Rails form helpers)" 11 11 12 12 spec = Gem::Specification.new do |s| … … 27 27 end 28 28 29 spec.add_dependency("merb", ">=0.4") 30 29 31 Rake::GemPackageTask.new(spec) do |pkg| 30 32 pkg.gem_spec = spec
