sinatra-simple-navigation 3.7.0 → 3.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 361e50d8b5b911aafb014289374d5470bc259e2a
4
+ data.tar.gz: e6a955216cb3922c7c1118db201e06ff173dd8c3
5
+ SHA512:
6
+ metadata.gz: 30dd5438bcef01ea5e09ac4989d1e50a758b62ae66b3ca105dbd2bb54af3d0d59ed0e1c775fa78f416d6422f4d1769ec7b5c2e01a5ceda47bd6f036623e02128
7
+ data.tar.gz: 97573fe8a8a47f5208b19d5e9d584cc9aa87d8a93704e47c841a71588cc8d823b9104a95ac5d4585631d8dd79fa9ee267c0853b85ab65552a6dacd413eb66636
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *3.7.1
2
+
3
+ * pins down dependency on simple-navigation >= 3.12 and < 4.0
4
+
1
5
  *3.7.0
2
6
 
3
7
  * depends on simple-navigation 3.12.0
@@ -1,5 +1,5 @@
1
1
  module Sinatra
2
2
  module SimpleNavigation
3
- VERSION = '3.7.0'
3
+ VERSION = '3.7.1'
4
4
  end
5
5
  end
@@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
26
26
 
27
27
  spec.rdoc_options = ['--inline-source', '--charset=UTF-8']
28
28
 
29
- spec.add_runtime_dependency('simple-navigation', '>= 3.12.0')
29
+ spec.add_runtime_dependency('simple-navigation', '~> 3.12')
30
30
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-simple-navigation
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.0
5
- prerelease:
4
+ version: 3.7.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Andi Schacke
@@ -10,24 +9,22 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2014-02-25 00:00:00.000000000 Z
12
+ date: 2015-04-08 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: simple-navigation
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
- - - ! '>='
18
+ - - "~>"
21
19
  - !ruby/object:Gem::Version
22
- version: 3.12.0
20
+ version: '3.12'
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
- - - ! '>='
25
+ - - "~>"
29
26
  - !ruby/object:Gem::Version
30
- version: 3.12.0
27
+ version: '3.12'
31
28
  description: A Sinatra extension to enable creating navigations with the simple-navigation
32
29
  gem. Also works for Padrino. See http://github.com/codeplant/simple-navigation for
33
30
  more information on simple-navigation.
@@ -37,7 +34,7 @@ executables: []
37
34
  extensions: []
38
35
  extra_rdoc_files: []
39
36
  files:
40
- - .gitignore
37
+ - ".gitignore"
41
38
  - CHANGELOG
42
39
  - Gemfile
43
40
  - LICENSE
@@ -50,29 +47,28 @@ files:
50
47
  homepage: http://github.com/codeplant/sinatra-simple-navigation
51
48
  licenses:
52
49
  - MIT
50
+ metadata: {}
53
51
  post_install_message:
54
52
  rdoc_options:
55
- - --inline-source
56
- - --charset=UTF-8
53
+ - "--inline-source"
54
+ - "--charset=UTF-8"
57
55
  require_paths:
58
56
  - lib
59
57
  required_ruby_version: !ruby/object:Gem::Requirement
60
- none: false
61
58
  requirements:
62
- - - ! '>='
59
+ - - ">="
63
60
  - !ruby/object:Gem::Version
64
61
  version: '0'
65
62
  required_rubygems_version: !ruby/object:Gem::Requirement
66
- none: false
67
63
  requirements:
68
- - - ! '>='
64
+ - - ">="
69
65
  - !ruby/object:Gem::Version
70
66
  version: '0'
71
67
  requirements: []
72
68
  rubyforge_project:
73
- rubygems_version: 1.8.24
69
+ rubygems_version: 2.2.2
74
70
  signing_key:
75
- specification_version: 3
71
+ specification_version: 4
76
72
  summary: A Sinatra extension to enable creating navigations with the simple-navigation
77
73
  gem. Also works for Padrino.
78
74
  test_files: []