rails_nav 2.7.0 → 2.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/rails_nav.rb +2 -2
  2. data/rails_nav.gemspec +1 -1
  3. metadata +1 -1
@@ -7,7 +7,7 @@
7
7
  ##
8
8
  #
9
9
  def Nav.version()
10
- '2.7.0'
10
+ '2.8.0'
11
11
  end
12
12
 
13
13
  def Nav.dependencies
@@ -360,7 +360,7 @@
360
360
  end
361
361
 
362
362
  begin
363
- require 'stringx'
363
+ require 'stringex'
364
364
  rescue LoadError
365
365
  end
366
366
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification::new do |spec|
5
5
  spec.name = "rails_nav"
6
- spec.version = "2.7.0"
6
+ spec.version = "2.8.0"
7
7
  spec.platform = Gem::Platform::RUBY
8
8
  spec.summary = "rails_nav"
9
9
  spec.description = "declarative navigation for rails applications"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_nav
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.8.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: