sinatra-simple-navigation 3.3.5 → 3.4.0

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 +6 -8
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *3.4.0
2
+
3
+ * depends on simple-navigation 3.4.0
4
+
1
5
  *3.3.5
2
6
 
3
7
  * depends on simple-navigation 3.3.4
data/Rakefile CHANGED
@@ -19,7 +19,7 @@ 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.4')
22
+ gemspec.add_dependency('simple-navigation', '>= 3.4.0')
23
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"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.3.5
1
+ 3.4.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-simple-navigation
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.5
4
+ version: 3.4.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,20 +10,19 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-07-11 00:00:00.000000000 +01:00
14
- default_executable:
13
+ date: 2011-08-05 00:00:00.000000000Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: simple-navigation
18
- requirement: &2152962220 !ruby/object:Gem::Requirement
17
+ requirement: &70347211926540 !ruby/object:Gem::Requirement
19
18
  none: false
20
19
  requirements:
21
20
  - - ! '>='
22
21
  - !ruby/object:Gem::Version
23
- version: 3.3.4
22
+ version: 3.4.0
24
23
  type: :runtime
25
24
  prerelease: false
26
- version_requirements: *2152962220
25
+ version_requirements: *70347211926540
27
26
  description: A Sinatra extension to enable creating navigations with the simple-navigation
28
27
  gem. Also works for Padrino. See http://github.com/andi/simple-navigation for more
29
28
  information on simple-navigation.
@@ -39,7 +38,6 @@ files:
39
38
  - VERSION
40
39
  - lib/sinatra/simple-navigation.rb
41
40
  - lib/sinatra/simple_navigation.rb
42
- has_rdoc: true
43
41
  homepage: http://github.com/andi/sinatra-simple-navigation
44
42
  licenses: []
45
43
  post_install_message:
@@ -62,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
60
  version: '0'
63
61
  requirements: []
64
62
  rubyforge_project: andi
65
- rubygems_version: 1.6.2
63
+ rubygems_version: 1.8.6
66
64
  signing_key:
67
65
  specification_version: 3
68
66
  summary: A Sinatra extension to enable creating navigations with the simple-navigation