simple-navigation 2.5.2 → 2.5.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *2.5.3
2
+
3
+ * removed depreciated railtie_name from simple_navigation/railtie. Credits to Markus Schirp.
4
+
1
5
  *2.5.2
2
6
 
3
7
  * added Rails3 generator for navigation_config.rb. Thanks to Josep Jaume Rey.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 2
3
3
  :minor: 5
4
- :patch: 2
4
+ :patch: 3
@@ -1,9 +1,7 @@
1
1
  module SimpleNavigation
2
2
  class Railtie < Rails::Railtie
3
- railtie_name :simple_navigation
4
-
5
3
  initializer "simple_navigation.init_rails" do |app|
6
4
  SimpleNavigation::Initializer::Rails3.run
7
5
  end
8
6
  end
9
- end
7
+ end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 5
8
- - 2
9
- version: 2.5.2
8
+ - 3
9
+ version: 2.5.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andi Schacke
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-23 00:00:00 +02:00
17
+ date: 2010-04-30 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency