tkh_menus 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.2.2
6
+
7
+ * Removed automatic blog link from menu navbar partial.
8
+
9
+
5
10
  ## 0.2.1
6
11
 
7
12
  * Navbar menu items are not downcased anymore
@@ -18,10 +18,6 @@
18
18
  <% end %>
19
19
  <% end -%>
20
20
 
21
- <% if Page.for_blog.published.count >= 1 %>
22
- <%= content_tag :li, link_to('blog', blog_path) %>
23
- <% end -%>
24
-
25
21
  <% if Menu.orphans.count >= 1 %>
26
22
  <% Menu.orphans.ordered.each do |menu| %>
27
23
  <% if menu.has_children? %>
@@ -1,3 +1,3 @@
1
1
  module TkhMenus
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_menus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-17 00:00:00.000000000 Z
12
+ date: 2013-01-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -171,7 +171,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
171
171
  version: '0'
172
172
  segments:
173
173
  - 0
174
- hash: -2822789325055606849
174
+ hash: 3342123741814739327
175
175
  required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  none: false
177
177
  requirements:
@@ -180,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
180
180
  version: '0'
181
181
  segments:
182
182
  - 0
183
- hash: -2822789325055606849
183
+ hash: 3342123741814739327
184
184
  requirements: []
185
185
  rubyforge_project:
186
186
  rubygems_version: 1.8.23