sinatra-simple-navigation 3.3.3 → 3.3.4
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/Rakefile +2 -2
- data/VERSION +1 -1
- metadata +4 -3
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
@@ -19,8 +19,8 @@ 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.
|
23
|
-
gemspec.authors = ["Andi Schacke"]
|
22
|
+
gemspec.add_dependency('simple-navigation', '>= 3.3.3')
|
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"]
|
26
26
|
gemspec.rubyforge_project = 'andi'
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.4
|
metadata
CHANGED
@@ -2,15 +2,16 @@
|
|
2
2
|
name: sinatra-simple-navigation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 3.3.
|
5
|
+
version: 3.3.4
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Andi Schacke
|
9
|
+
- Mark J. Titorenko
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
13
|
|
13
|
-
date: 2011-06-
|
14
|
+
date: 2011-06-29 00:00:00 Z
|
14
15
|
dependencies:
|
15
16
|
- !ruby/object:Gem::Dependency
|
16
17
|
name: simple-navigation
|
@@ -20,7 +21,7 @@ dependencies:
|
|
20
21
|
requirements:
|
21
22
|
- - ">="
|
22
23
|
- !ruby/object:Gem::Version
|
23
|
-
version: 3.3.
|
24
|
+
version: 3.3.3
|
24
25
|
type: :runtime
|
25
26
|
version_requirements: *id001
|
26
27
|
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.
|