sinatra-simple-navigation 3.3.2 → 3.3.3
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/Rakefile +1 -5
- data/VERSION +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
require 'rake'
|
2
2
|
require 'rspec/core/rake_task'
|
3
|
-
require 'rake/rdoctask'
|
4
3
|
|
5
4
|
desc 'Default: run specs.'
|
6
5
|
task :default => :spec
|
@@ -20,16 +19,13 @@ begin
|
|
20
19
|
gemspec.homepage = "http://github.com/andi/sinatra-simple-navigation"
|
21
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."
|
22
21
|
#gemspec.add_development_dependency('rspec', '>= 1.2.8')
|
23
|
-
gemspec.add_dependency('simple-navigation', '>= 3.3.
|
22
|
+
gemspec.add_dependency('simple-navigation', '>= 3.3.2')
|
24
23
|
gemspec.authors = ["Andi Schacke"]
|
25
24
|
gemspec.rdoc_options = ["--inline-source", "--charset=UTF-8"]
|
26
25
|
gemspec.files = FileList["[A-Z]*", "{lib,spec}/**/*"] - FileList["**/*.log"]
|
27
26
|
gemspec.rubyforge_project = 'andi'
|
28
27
|
end
|
29
28
|
Jeweler::GemcutterTasks.new
|
30
|
-
Jeweler::RubyforgeTasks.new do |rubyforge|
|
31
|
-
rubyforge.doc_task = "rdoc"
|
32
|
-
end
|
33
29
|
rescue LoadError => e
|
34
30
|
puts "Jeweler not available (#{e}). Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
35
31
|
end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.3
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: sinatra-simple-navigation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 3.3.
|
5
|
+
version: 3.3.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Andi Schacke
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-06-
|
13
|
+
date: 2011-06-20 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: simple-navigation
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 3.3.
|
23
|
+
version: 3.3.2
|
24
24
|
type: :runtime
|
25
25
|
version_requirements: *id001
|
26
26
|
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.
|