sinatra-simple-navigation 3.3.1 → 3.3.2

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 +3 -3
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *3.3.2
2
+
3
+ * depends on simple-navigation 3.3.1
4
+
1
5
  *3.3.1
2
6
 
3
7
  * fixing padrino. Did not register properly (downside: registers twice now in sinatra)
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.3.0')
23
+ gemspec.add_dependency('simple-navigation', '>= 3.3.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.3.1
1
+ 3.3.2
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.1
5
+ version: 3.3.2
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-14 00:00:00 Z
13
+ date: 2011-06-19 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.0
23
+ version: 3.3.1
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.