sinatra-simple-navigation 3.2.1 → 3.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +5 -23
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
@@ -20,7 +20,7 @@ begin
|
|
20
20
|
gemspec.homepage = "http://github.com/andi/sinatra-simple-navigation"
|
21
21
|
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."
|
22
22
|
#gemspec.add_development_dependency('rspec', '>= 1.2.8')
|
23
|
-
gemspec.add_dependency('simple-navigation', '>= 3.
|
23
|
+
gemspec.add_dependency('simple-navigation', '>= 3.3.0')
|
24
24
|
gemspec.authors = ["Andi Schacke"]
|
25
25
|
gemspec.rdoc_options = ["--inline-source", "--charset=UTF-8"]
|
26
26
|
gemspec.files = FileList["[A-Z]*", "{lib,spec}/**/*"] - FileList["**/*.log"]
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.3.0
|
metadata
CHANGED
@@ -1,13 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sinatra-simple-navigation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
6
|
-
segments:
|
7
|
-
- 3
|
8
|
-
- 2
|
9
|
-
- 1
|
10
|
-
version: 3.2.1
|
4
|
+
prerelease:
|
5
|
+
version: 3.3.0
|
11
6
|
platform: ruby
|
12
7
|
authors:
|
13
8
|
- Andi Schacke
|
@@ -15,8 +10,7 @@ autorequire:
|
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
12
|
|
18
|
-
date: 2011-
|
19
|
-
default_executable:
|
13
|
+
date: 2011-06-14 00:00:00 Z
|
20
14
|
dependencies:
|
21
15
|
- !ruby/object:Gem::Dependency
|
22
16
|
name: simple-navigation
|
@@ -26,12 +20,7 @@ dependencies:
|
|
26
20
|
requirements:
|
27
21
|
- - ">="
|
28
22
|
- !ruby/object:Gem::Version
|
29
|
-
|
30
|
-
segments:
|
31
|
-
- 3
|
32
|
-
- 1
|
33
|
-
- 0
|
34
|
-
version: 3.1.0
|
23
|
+
version: 3.3.0
|
35
24
|
type: :runtime
|
36
25
|
version_requirements: *id001
|
37
26
|
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.
|
@@ -49,7 +38,6 @@ files:
|
|
49
38
|
- VERSION
|
50
39
|
- lib/sinatra/simple-navigation.rb
|
51
40
|
- lib/sinatra/simple_navigation.rb
|
52
|
-
has_rdoc: true
|
53
41
|
homepage: http://github.com/andi/sinatra-simple-navigation
|
54
42
|
licenses: []
|
55
43
|
|
@@ -64,23 +52,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
64
52
|
requirements:
|
65
53
|
- - ">="
|
66
54
|
- !ruby/object:Gem::Version
|
67
|
-
hash: 3
|
68
|
-
segments:
|
69
|
-
- 0
|
70
55
|
version: "0"
|
71
56
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
72
57
|
none: false
|
73
58
|
requirements:
|
74
59
|
- - ">="
|
75
60
|
- !ruby/object:Gem::Version
|
76
|
-
hash: 3
|
77
|
-
segments:
|
78
|
-
- 0
|
79
61
|
version: "0"
|
80
62
|
requirements: []
|
81
63
|
|
82
64
|
rubyforge_project: andi
|
83
|
-
rubygems_version: 1.
|
65
|
+
rubygems_version: 1.8.5
|
84
66
|
signing_key:
|
85
67
|
specification_version: 3
|
86
68
|
summary: A Sinatra extension to enable creating navigations with the simple-navigation gem. Also works for Padrino.
|