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.
Files changed (4) hide show
  1. data/CHANGELOG +4 -0
  2. data/Rakefile +2 -2
  3. data/VERSION +1 -1
  4. metadata +4 -3
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *3.3.4
2
+
3
+ * depends on simple-navigation 3.3.3
4
+
1
5
  *3.3.3
2
6
 
3
7
  * depends on simple-navigation 3.3.2
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.2')
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.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.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-20 00:00:00 Z
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.2
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.