sinatra-simple-navigation 3.4.0 → 3.4.1

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