navigator 5.2.0 → 5.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4cb2486689d1549cb94c1969ef760b88f481040f8b2855ae4397f141c9599d90
4
- data.tar.gz: d16f75595a7ada8161d13afcf5e89fe65f81f1f8d9d33f46f37932d7843202fe
3
+ metadata.gz: f81186e8bbc2b5ad99a1eddfe119a81ceb021dd3cd351e9a947fdaf0117f1ef2
4
+ data.tar.gz: a27ba45c42c90b1d3172408cf556e625ee9fd074cf6805d30b09991e8d2a7156
5
5
  SHA512:
6
- metadata.gz: f86cfd94a880d76f7fbd22562f68404a95acd5024d18b889bcf64de17db79f9c984a5d81d926962a5ec13efe67c1ee79144a4220c38746cb2c8a1b675a882fc5
7
- data.tar.gz: ad0864289c48bebf564d32dae0d9e92996a0481f018a687d4a4ab4dd0a3a970920146bf518a2d7a7f7e005c7b94d7bc4373e0b2415908d9979eb3540ba2efedb
6
+ metadata.gz: ad2c26a68136cae8c41e886dfad9be27f0f54531a6d1cddb5cd913da8c4e3b7aff371f7f80c773a556857ad985eecd8c4ee239ac3f2414ccbb00169b3de20575
7
+ data.tar.gz: 1aadf187d6222d1ca58c790aa30ff5788bd669af56be46eaf60b66b530031a611f4981792e4baabf3ece2787cf7cc3d829af727ed037e03a08c7c230ac187ecc
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -150,7 +150,7 @@ additional liability.
150
150
 
151
151
  END OF TERMS AND CONDITIONS
152
152
 
153
- Copyright link:https://www.alchemists.io[Alchemists].
153
+ Copyright 2012 link:https://www.alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
154
154
 
155
155
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
156
156
  compliance with the License. You may obtain a link:https://www.apache.org/licenses/LICENSE-2.0[copy]
@@ -53,8 +53,6 @@ used menu elements.
53
53
 
54
54
  == Setup
55
55
 
56
- === Production
57
-
58
56
  To install, run:
59
57
 
60
58
  ....
@@ -67,22 +65,6 @@ Add the following to your Gemfile:
67
65
  gem "navigator"
68
66
  ....
69
67
 
70
- === Development
71
-
72
- To contribute, run:
73
-
74
- ....
75
- git clone https://github.com/bkuhlmann/navigator.git
76
- cd navigator
77
- bin/setup
78
- ....
79
-
80
- You can also use the IRB console for direct access to all objects:
81
-
82
- ....
83
- bin/console
84
- ....
85
-
86
68
  == Usage
87
69
 
88
70
  The following are examples using the navigation view helper:
@@ -451,6 +433,22 @@ Assuming either the `Addresses` or `Emails` menu item was clicked, the `Profile`
451
433
  would be active due to the regular expression (i.e. `/^profile.+/) matching one of the the
452
434
  `profile/` paths.
453
435
 
436
+ == Development
437
+
438
+ To contribute, run:
439
+
440
+ ....
441
+ git clone https://github.com/bkuhlmann/navigator.git
442
+ cd navigator
443
+ bin/setup
444
+ ....
445
+
446
+ You can also use the IRB console for direct access to all objects:
447
+
448
+ ....
449
+ bin/console
450
+ ....
451
+
454
452
  == Tests
455
453
 
456
454
  To test, run:
@@ -5,7 +5,7 @@ module Navigator
5
5
  module Identity
6
6
  NAME = "navigator"
7
7
  LABEL = "Navigator"
8
- VERSION = "5.2.0"
8
+ VERSION = "5.3.0"
9
9
  VERSION_LABEL = "#{LABEL} #{VERSION}"
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: navigator
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.0
4
+ version: 5.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -28,7 +28,7 @@ cert_chain:
28
28
  2XV8FRa7/JimI07sPLC13eLY3xd/aYTi85Z782KIA4j0G8XEEWAX0ouBhlXPocZv
29
29
  QWc=
30
30
  -----END CERTIFICATE-----
31
- date: 2020-07-23 00:00:00.000000000 Z
31
+ date: 2020-10-18 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: rails
@@ -204,14 +204,14 @@ dependencies:
204
204
  requirements:
205
205
  - - "~>"
206
206
  - !ruby/object:Gem::Version
207
- version: '0.83'
207
+ version: '0.89'
208
208
  type: :development
209
209
  prerelease: false
210
210
  version_requirements: !ruby/object:Gem::Requirement
211
211
  requirements:
212
212
  - - "~>"
213
213
  - !ruby/object:Gem::Version
214
- version: '0.83'
214
+ version: '0.89'
215
215
  - !ruby/object:Gem::Dependency
216
216
  name: rubocop-performance
217
217
  requirement: !ruby/object:Gem::Requirement
@@ -260,14 +260,14 @@ dependencies:
260
260
  requirements:
261
261
  - - "~>"
262
262
  - !ruby/object:Gem::Version
263
- version: '0.18'
263
+ version: '0.19'
264
264
  type: :development
265
265
  prerelease: false
266
266
  version_requirements: !ruby/object:Gem::Requirement
267
267
  requirements:
268
268
  - - "~>"
269
269
  - !ruby/object:Gem::Version
270
- version: '0.18'
270
+ version: '0.19'
271
271
  description:
272
272
  email:
273
273
  - brooke@alchemists.io
metadata.gz.sig CHANGED
Binary file