Skip to content

Commit

Permalink
. preparing for 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andi committed Jun 19, 2011
1 parent 0f465e4 commit 6b635d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
*3.3.1

* bugfix in sinatra adapter. Use Rack::Request#scheme instead of Rack::Request#protocol. Credits to Matthew Gast.

*3.3.0

* add a new method active_navigation_item_key which returns the symbol for the currently selected navigation item in a similar way to active_navigation_item_name does for the name (useful for CSS class styling for eg.)
Expand Down
4 changes: 2 additions & 2 deletions simple-navigation.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{simple-navigation}
s.version = "3.3.0"
s.version = "3.3.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Andi Schacke}]
s.date = %q{2011-06-14}
s.date = %q{2011-06-19}
s.description = %q{With the simple-navigation gem installed you can easily create multilevel navigations for your Rails, Sinatra or Padrino applications. The navigation is defined in a single configuration file. It supports automatic as well as explicit highlighting of the currently active navigation through regular expressions.}
s.email = %q{andreas.schacke@gmail.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit 6b635d6

Please sign in to comment.