sinatra-simple-navigation 3.3.0 → 3.3.1

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/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *3.3.1
2
+
3
+ * fixing padrino. Did not register properly (downside: registers twice now in sinatra)
4
+
1
5
  *3.3.0
2
6
 
3
7
  * depends on simple-navigation 3.3.0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.3.0
1
+ 3.3.1
@@ -5,6 +5,7 @@ module Sinatra
5
5
  module SimpleNavigation
6
6
  def self.registered(app)
7
7
  app.helpers ::SimpleNavigation::Helpers
8
+ ::SimpleNavigation.register
8
9
  end
9
10
  end
10
11
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sinatra-simple-navigation
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 3.3.0
5
+ version: 3.3.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Andi Schacke