mtoros-mega_menus 0.4.9 → 0.5.4

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/Manifest CHANGED
File without changes
data/README CHANGED
File without changes
data/Rakefile CHANGED
@@ -5,10 +5,10 @@ require 'rake'
5
5
  begin
6
6
  require 'echoe'
7
7
 
8
- Echoe.new('mega_menus', '0.4.9') do |p|
8
+ Echoe.new('mega_menus', '0.5.4') do |p|
9
9
  p.summary = "Treeview menu Gem for Rails"
10
10
  p.description = "Adds a model, controller to perform the tasks in order to have a treeview menu. To use this gem simply install it and write script/generate menu name_of_the_menu"
11
- p.author = ['Marko Toros', 'Rails Core']
11
+ p.author = ['Marko Toros']
12
12
  p.email = "mtoros@gmail.com"
13
13
  #p.url = ""
14
14
  end
data/lib/mega_menus.rb CHANGED
File without changes
File without changes
File without changes
data/mega_menus.gemspec CHANGED
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{mega_menus}
3
- s.version = "0.4.9"
3
+ s.version = "0.5.4"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
6
- s.authors = ["Marko Toros, Rails Core"]
6
+ s.authors = ["Marko Toros"]
7
7
  s.date = %q{2008-11-10}
8
8
  s.description = %q{Adds a model, controller to perform the tasks in order to have a treeview menu. To use this gem simply install it and write script/generate menu name_of_the_menu}
9
9
  s.email = %q{mtoros@gmail.com}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/test/test_editor.rb CHANGED
File without changes
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mtoros-mega_menus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
- - Marko Toros, Rails Core
7
+ - Marko Toros
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []