sinatra-simple-navigation 3.0.0 → 3.0.1

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 +13 -6
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *3.0.1
2
+
3
+ * depends on new simple-navigation 3.0.1
4
+
1
5
  *3.0.0
2
6
 
3
7
  * depends on new simple-navigation 3.0.0
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.0.0')
23
+ gemspec.add_dependency('simple-navigation', '>= 3.0.1')
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.0.0
1
+ 3.0.1
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-simple-navigation
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 5
4
5
  prerelease: false
5
6
  segments:
6
7
  - 3
7
8
  - 0
8
- - 0
9
- version: 3.0.0
9
+ - 1
10
+ version: 3.0.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Andi Schacke
@@ -14,21 +15,23 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-09-28 00:00:00 +02:00
18
+ date: 2010-10-26 00:00:00 +02:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: simple-navigation
22
23
  prerelease: false
23
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
24
26
  requirements:
25
27
  - - ">="
26
28
  - !ruby/object:Gem::Version
29
+ hash: 5
27
30
  segments:
28
31
  - 3
29
32
  - 0
30
- - 0
31
- version: 3.0.0
33
+ - 1
34
+ version: 3.0.1
32
35
  type: :runtime
33
36
  version_requirements: *id001
34
37
  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.
@@ -57,23 +60,27 @@ rdoc_options:
57
60
  require_paths:
58
61
  - lib
59
62
  required_ruby_version: !ruby/object:Gem::Requirement
63
+ none: false
60
64
  requirements:
61
65
  - - ">="
62
66
  - !ruby/object:Gem::Version
67
+ hash: 3
63
68
  segments:
64
69
  - 0
65
70
  version: "0"
66
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
+ none: false
67
73
  requirements:
68
74
  - - ">="
69
75
  - !ruby/object:Gem::Version
76
+ hash: 3
70
77
  segments:
71
78
  - 0
72
79
  version: "0"
73
80
  requirements: []
74
81
 
75
82
  rubyforge_project: andi
76
- rubygems_version: 1.3.6
83
+ rubygems_version: 1.3.7
77
84
  signing_key:
78
85
  specification_version: 3
79
86
  summary: A Sinatra extension to enable creating navigations with the simple-navigation gem. Also works for Padrino.