menu_builder.gemspec in menu_builder-0.2.0 vs menu_builder.gemspec in menu_builder-0.2.1
- old
+ new
@@ -3,16 +3,16 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{menu_builder}
- s.version = "0.2.0"
+ s.version = "0.2.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Daniel Lopes"]
- s.date = %q{2010-03-06}
- s.description = %q{ Some helpers for define current tab (or item) of menu in controller and also create the menu in view. }
+ s.date = %q{2010-03-20}
+ s.description = %q{ helper and controller macros to define current menu item and also create the menu in view. }
s.email = %q{danielvlopes@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
@@ -35,10 +35,10 @@
]
s.homepage = %q{http://github.com/danielvlopes/menu_builder}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
- s.summary = %q{Killer solutions for menus and tabs for Rails}
+ s.summary = %q{Killer solution for menus and tabs in Rails}
s.test_files = [
"test/controller_test.rb",
"test/helper_test.rb",
"test/support/controllers.rb",
"test/test_helper.rb"