sinatra-simple-navigation 3.3.4 → 3.3.5
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/README.textile +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +36 -37
data/CHANGELOG
CHANGED
data/README.textile
CHANGED
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.3.
|
22
|
+
gemspec.add_dependency('simple-navigation', '>= 3.3.4')
|
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.3.
|
1
|
+
3.3.5
|
metadata
CHANGED
@@ -1,71 +1,70 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: sinatra-simple-navigation
|
3
|
-
version: !ruby/object:Gem::Version
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 3.3.5
|
4
5
|
prerelease:
|
5
|
-
version: 3.3.4
|
6
6
|
platform: ruby
|
7
|
-
authors:
|
7
|
+
authors:
|
8
8
|
- Andi Schacke
|
9
9
|
- Mark J. Titorenko
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
|
14
|
-
|
15
|
-
dependencies:
|
16
|
-
- !ruby/object:Gem::Dependency
|
13
|
+
date: 2011-07-11 00:00:00.000000000 +01:00
|
14
|
+
default_executable:
|
15
|
+
dependencies:
|
16
|
+
- !ruby/object:Gem::Dependency
|
17
17
|
name: simple-navigation
|
18
|
-
|
19
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
18
|
+
requirement: &2152962220 !ruby/object:Gem::Requirement
|
20
19
|
none: false
|
21
|
-
requirements:
|
22
|
-
- -
|
23
|
-
- !ruby/object:Gem::Version
|
24
|
-
version: 3.3.
|
20
|
+
requirements:
|
21
|
+
- - ! '>='
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 3.3.4
|
25
24
|
type: :runtime
|
26
|
-
|
27
|
-
|
25
|
+
prerelease: false
|
26
|
+
version_requirements: *2152962220
|
27
|
+
description: A Sinatra extension to enable creating navigations with the simple-navigation
|
28
|
+
gem. Also works for Padrino. See http://github.com/andi/simple-navigation for more
|
29
|
+
information on simple-navigation.
|
28
30
|
email: andreas.schacke@gmail.com
|
29
31
|
executables: []
|
30
|
-
|
31
32
|
extensions: []
|
32
|
-
|
33
|
-
extra_rdoc_files:
|
33
|
+
extra_rdoc_files:
|
34
34
|
- README.textile
|
35
|
-
files:
|
35
|
+
files:
|
36
36
|
- CHANGELOG
|
37
37
|
- README.textile
|
38
38
|
- Rakefile
|
39
39
|
- VERSION
|
40
40
|
- lib/sinatra/simple-navigation.rb
|
41
41
|
- lib/sinatra/simple_navigation.rb
|
42
|
+
has_rdoc: true
|
42
43
|
homepage: http://github.com/andi/sinatra-simple-navigation
|
43
44
|
licenses: []
|
44
|
-
|
45
45
|
post_install_message:
|
46
|
-
rdoc_options:
|
46
|
+
rdoc_options:
|
47
47
|
- --inline-source
|
48
48
|
- --charset=UTF-8
|
49
|
-
require_paths:
|
49
|
+
require_paths:
|
50
50
|
- lib
|
51
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
51
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
52
52
|
none: false
|
53
|
-
requirements:
|
54
|
-
- -
|
55
|
-
- !ruby/object:Gem::Version
|
56
|
-
version:
|
57
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
53
|
+
requirements:
|
54
|
+
- - ! '>='
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: '0'
|
57
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
58
58
|
none: false
|
59
|
-
requirements:
|
60
|
-
- -
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version:
|
59
|
+
requirements:
|
60
|
+
- - ! '>='
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '0'
|
63
63
|
requirements: []
|
64
|
-
|
65
64
|
rubyforge_project: andi
|
66
|
-
rubygems_version: 1.
|
65
|
+
rubygems_version: 1.6.2
|
67
66
|
signing_key:
|
68
67
|
specification_version: 3
|
69
|
-
summary: A Sinatra extension to enable creating navigations with the simple-navigation
|
68
|
+
summary: A Sinatra extension to enable creating navigations with the simple-navigation
|
69
|
+
gem. Also works for Padrino.
|
70
70
|
test_files: []
|
71
|
-
|