semantic_navigation 0.0.2 → 0.0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- ### 0.0.2 / Unknown
1
+ ### 0.0.2 / December 30th, 2011
2
2
 
3
3
  * Definition of default render options (active_class and show_ids)
4
4
  * Definition of the private render options to each menu item
@@ -1,3 +1,3 @@
1
1
  module SemanticNavigation
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.2.1"
3
3
  end
@@ -36,13 +36,6 @@ SemanticNavigation::Configuration.run do |config|
36
36
  #Define bread crumb classes
37
37
  #config.breadcrumb_classes = "breadcrumb"
38
38
 
39
- #That's how you can create your userbar menu
40
- #config.userbar do |userbar|
41
- # userbar.signin :controller => :session, :action => :signin, :if => current_user.nil?
42
- # userbar.signout :controller => :session, :action => :signout, :if => !current_user.nil?
43
- #end
44
- #so you can use the helper 'render_userbar_menu' to render it.
45
-
46
39
  #That's the creation of the `navigation` menu
47
40
  #config.navigation {|n|
48
41
  # n.dashboard 'Dashboard', :controller => :dashboard, :action => :index do |d|
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic_navigation
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 69
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 2
10
- version: 0.0.2
10
+ - 1
11
+ version: 0.0.2.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Sergey Gribovski