sinatra-simple-navigation 3.5.1 → 3.6.0

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