simple-navigation 2.2.0 → 2.2.1

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.2.1
2
+
3
+ * Corrected URL to API-Doc on rubyforge in README
4
+
1
5
  *2.2.0
2
6
 
3
7
  * Allow Ranges for :level option. Credits to Ying Tsen Hong.
data/README CHANGED
@@ -11,7 +11,7 @@ Documentation:
11
11
  http://wiki.github.com/andi/simple-navigation
12
12
 
13
13
  RDoc:
14
- http://andi.rubyforge.org
14
+ http://andi.rubyforge.org/simple-navigation
15
15
 
16
16
  Online Demo:
17
17
  http://simple-navigation-demo.andischacke.com
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 0
3
2
  :major: 2
4
3
  :minor: 2
4
+ :patch: 1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{simple-navigation}
8
- s.version = "2.2.0"
8
+ s.version = "2.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andi Schacke"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-navigation
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andi Schacke