simple-navigation 4.4.0 → 4.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66e6c73b8c96a17a4730125ae741fc1f11f3c9495578cafdb2795223a251614c
4
- data.tar.gz: 2b7e406ee541892f12e459eb2218a382f4f3ac26b89f11c382dfa92424146312
3
+ metadata.gz: 928ca1b86e5df9d0d9e5d100b5490855a22d9eec7a9b6bf09e8d33b37a882574
4
+ data.tar.gz: 55827efb254fa331d2467e87b27ae3673e04489e3790b89470346022bbe7a77e
5
5
  SHA512:
6
- metadata.gz: 252b910e666cd652c25bc42823c3366d4d7f88b541684d6123b4644bcb121657ea22b59415c8333ffa0e69eff6586f2bee75c754426899ab4b8895f9e66a2814
7
- data.tar.gz: c4b8fa52310cda2c367e24e88c0366d49d6cbfff41443be5c50092445a80fe14f27f014df47e08e19b4c75cf8d55d55678e606df9a7f2866feb7ea6d1f2e7859
6
+ metadata.gz: ff9c68aa67a27d65cab0462b09893e3394e584f43f0c33be5abe40a6c80543ec0f4bf57fffa206d3ec9ba9a2ebc03a1750b19532f3e994652f5e2caeb715387a
7
+ data.tar.gz: 848213275482447b8017c576887eb7c5c9061ce3e5d54c2d57f2f0a1323c7b2c382979352c59cee3e0d024edc15947a967604af2107dbea51ecaa09ad991d5fa
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.4.2
data/CHANGELOG.md CHANGED
@@ -1,19 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.4.1
4
+
5
+ * Removes the link to the online demo from the README. Credits to tosbourn.
6
+ * Adds ostruct as explicit runtime dep to silence warnings with ruby 3.4.x. Credits to SebouChu.
7
+
3
8
  ## 4.4.0
4
9
 
5
- * add options rendering to json renderer. Credits to Mikhail Kytyzov.
10
+ * Add options rendering to json renderer. Credits to Mikhail Kytyzov.
6
11
 
7
12
  ## 4.3.0
8
13
 
9
- * removed warnings from rspec. Thanks mgrunberg.
10
- * add compatibility with rails 6.1. Credits to mgrunberg.
11
- * run specs against 6.1. Credits to mgrunberg.
14
+ * Removed warnings from rspec. Thanks mgrunberg.
15
+ * Add compatibility with rails 6.1. Credits to mgrunberg.
16
+ * Run specs against 6.1. Credits to mgrunberg.
12
17
 
13
18
  ## 4.2.0
14
19
 
15
- * improvements to generator template. Credits to mgrunberg.
16
- * be able to run 'rake spec:rails-6-0-stable'. Credits to mgrunberg.
20
+ * Improvements to generator template. Credits to mgrunberg.
21
+ * Be able to run 'rake spec:rails-6-0-stable'. Credits to mgrunberg.
17
22
 
18
23
  ## 4.1.0
19
24
 
data/README.md CHANGED
@@ -17,11 +17,9 @@ You can consult the project's RDoc on [RubyDoc.info](http://rubydoc.info/github/
17
17
 
18
18
  If you need to generate the RDoc files locally, check out the repository and simply call the `rake rdoc` in the project's folder.
19
19
 
20
- ## Online Demo
20
+ ## Demo
21
21
 
22
- You can try simple-navigation with the [online demo](http://simple-navigation-demo.codeplant.ch).
23
-
24
- The source code of this online demo is [available on Github](http://github.com/codeplant/simple-navigation-demo).
22
+ Demo source code is [available on Github](http://github.com/codeplant/simple-navigation-demo).
25
23
 
26
24
  ## Feedback and Questions
27
25
 
@@ -60,4 +58,4 @@ In this situation `/Users/username/.rubies/ruby-2.2.3/bin/rake` is the command y
60
58
 
61
59
  ## License
62
60
 
63
- Copyright (c) 2022 codeplant GmbH, released under the MIT license
61
+ Copyright (c) 2026 codeplant GmbH, released under the MIT license
@@ -1,3 +1,3 @@
1
1
  module SimpleNavigation
2
- VERSION = '4.4.0'
2
+ VERSION = '4.4.1'
3
3
  end
@@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
28
28
  spec.rdoc_options = ['--inline-source', '--charset=UTF-8']
29
29
 
30
30
  spec.add_runtime_dependency 'activesupport', '>= 2.3.2'
31
+ spec.add_runtime_dependency 'ostruct'
31
32
 
32
33
  spec.add_development_dependency 'bundler'
33
34
  spec.add_development_dependency 'capybara'
metadata CHANGED
@@ -1,16 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-navigation
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.0
4
+ version: 4.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andi Schacke
8
8
  - Mark J. Titorenko
9
9
  - Simon Courtois
10
- autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2022-05-24 00:00:00.000000000 Z
12
+ date: 1980-01-02 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: activesupport
@@ -26,6 +25,20 @@ dependencies:
26
25
  - - ">="
27
26
  - !ruby/object:Gem::Version
28
27
  version: 2.3.2
28
+ - !ruby/object:Gem::Dependency
29
+ name: ostruct
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ type: :runtime
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
29
42
  - !ruby/object:Gem::Dependency
30
43
  name: bundler
31
44
  requirement: !ruby/object:Gem::Requirement
@@ -164,6 +177,7 @@ extra_rdoc_files: []
164
177
  files:
165
178
  - ".gitignore"
166
179
  - ".rspec"
180
+ - ".ruby-version"
167
181
  - ".travis.yml"
168
182
  - CHANGELOG.md
169
183
  - Gemfile
@@ -242,7 +256,6 @@ homepage: http://github.com/codeplant/simple-navigation
242
256
  licenses:
243
257
  - MIT
244
258
  metadata: {}
245
- post_install_message:
246
259
  rdoc_options:
247
260
  - "--inline-source"
248
261
  - "--charset=UTF-8"
@@ -259,8 +272,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
259
272
  - !ruby/object:Gem::Version
260
273
  version: '0'
261
274
  requirements: []
262
- rubygems_version: 3.2.3
263
- signing_key:
275
+ rubygems_version: 3.6.7
264
276
  specification_version: 4
265
277
  summary: simple-navigation is a ruby library for creating navigations (with multiple
266
278
  levels) for your Rails, Sinatra or Padrino application.