sinatra-simple-navigation 3.4.2 → 3.5.0

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.
Files changed (4) hide show
  1. data/CHANGELOG +4 -0
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. metadata +7 -7
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *3.5.0
2
+
3
+ * depends on simple-navigation 3.5.0
4
+
1
5
  *3.4.2
2
6
 
3
7
  * depends on simple-navigation 3.4.2
data/Rakefile CHANGED
@@ -19,7 +19,7 @@ begin
19
19
  gemspec.homepage = "http://github.com/andi/sinatra-simple-navigation"
20
20
  gemspec.description = "A Sinatra extension to enable creating navigations with the simple-navigation gem. Also works for Padrino. See http://github.com/andi/simple-navigation for more information on simple-navigation."
21
21
  #gemspec.add_development_dependency('rspec', '>= 1.2.8')
22
- gemspec.add_dependency('simple-navigation', '>= 3.4.0')
22
+ gemspec.add_dependency('simple-navigation', '>= 3.5.0')
23
23
  gemspec.authors = ["Andi Schacke", "Mark J. Titorenko"]
24
24
  gemspec.rdoc_options = ["--inline-source", "--charset=UTF-8"]
25
25
  gemspec.files = FileList["[A-Z]*", "{lib,spec}/**/*"] - FileList["**/*.log"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.4.2
1
+ 3.5.0
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
- - 4
9
- - 2
10
- version: 3.4.2
8
+ - 5
9
+ - 0
10
+ version: 3.5.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andi Schacke
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-08-14 00:00:00 +01:00
19
+ date: 2011-08-15 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -27,12 +27,12 @@ dependencies:
27
27
  requirements:
28
28
  - - ">="
29
29
  - !ruby/object:Gem::Version
30
- hash: 23
30
+ hash: 19
31
31
  segments:
32
32
  - 3
33
- - 4
33
+ - 5
34
34
  - 0
35
- version: 3.4.0
35
+ version: 3.5.0
36
36
  type: :runtime
37
37
  version_requirements: *id001
38
38
  description: A Sinatra extension to enable creating navigations with the simple-navigation gem. Also works for Padrino. See http://github.com/andi/simple-navigation for more information on simple-navigation.