rails-menu-manager 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitlab-ci.yml +12 -32
- data/.rubocop.yml +2 -2
- data/CHANGELOG.md +11 -0
- data/lib/rails_menu_manager/version.rb +1 -1
- data/rails-menu-manager.gemspec +2 -2
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a66020465baf8336edae4c054d31162d9469c359e8beb1904b1af3eb4180ea13
|
4
|
+
data.tar.gz: 17de76c2c9f5ecccbc63fa9370b0b4bcca6e935ea70f552a73b4d0dadc5f712b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: accdfe6956c15c0b5e8ac219d41430c151904f3b7dd807e794ca34c18f2e7d7942796a6bda4ae34af662c181b9e3b21058b2f47041187e6b7e9bd1a1e226ab6e
|
7
|
+
data.tar.gz: 326ac22a5f02bcc3709574b97ee1727bbb8665c7d93b1648828d7a11fb9d9d7c94b0503cfbe9436648b7e8081526040889e2be7652e1955cbec227045fa8bc68
|
data/.gitlab-ci.yml
CHANGED
@@ -30,26 +30,6 @@ build:
|
|
30
30
|
paths:
|
31
31
|
- cache/
|
32
32
|
|
33
|
-
rspec-ruby2.4-rails4.2:
|
34
|
-
<<: *rspec
|
35
|
-
image: ruby:2.4
|
36
|
-
variables:
|
37
|
-
BUNDLER_VERSION: '1.7'
|
38
|
-
RSPEC_RAILS_VERSION: '4.2'
|
39
|
-
|
40
|
-
rspec-ruby2.5-rails4.2:
|
41
|
-
<<: *rspec
|
42
|
-
image: ruby:2.5
|
43
|
-
variables:
|
44
|
-
BUNDLER_VERSION: '1.7'
|
45
|
-
RSPEC_RAILS_VERSION: '4.2'
|
46
|
-
|
47
|
-
rspec-ruby2.4-rails5.0:
|
48
|
-
<<: *rspec
|
49
|
-
image: ruby:2.4
|
50
|
-
variables:
|
51
|
-
RSPEC_RAILS_VERSION: '5.0'
|
52
|
-
|
53
33
|
rspec-ruby2.5-rails5.0:
|
54
34
|
<<: *rspec
|
55
35
|
image: ruby:2.5
|
@@ -62,12 +42,6 @@ rspec-ruby2.6-rails5.0:
|
|
62
42
|
variables:
|
63
43
|
RSPEC_RAILS_VERSION: '5.0'
|
64
44
|
|
65
|
-
rspec-ruby2.4-rails5.1:
|
66
|
-
<<: *rspec
|
67
|
-
image: ruby:2.4
|
68
|
-
variables:
|
69
|
-
RSPEC_RAILS_VERSION: '5.1'
|
70
|
-
|
71
45
|
rspec-ruby2.5-rails5.1:
|
72
46
|
<<: *rspec
|
73
47
|
image: ruby:2.5
|
@@ -80,12 +54,6 @@ rspec-ruby2.6-rails5.1:
|
|
80
54
|
variables:
|
81
55
|
RSPEC_RAILS_VERSION: '5.1'
|
82
56
|
|
83
|
-
rspec-ruby2.4-rails5.2:
|
84
|
-
<<: *rspec
|
85
|
-
image: ruby:2.4
|
86
|
-
variables:
|
87
|
-
RSPEC_RAILS_VERSION: '5.2'
|
88
|
-
|
89
57
|
rspec-ruby2.5-rails5.2:
|
90
58
|
<<: *rspec
|
91
59
|
image: ruby:2.5
|
@@ -122,6 +90,18 @@ rspec-ruby2.6-rails6.1:
|
|
122
90
|
variables:
|
123
91
|
RSPEC_RAILS_VERSION: '6.1'
|
124
92
|
|
93
|
+
rspec-ruby2.7-rails7.0:
|
94
|
+
<<: *rspec
|
95
|
+
image: ruby:2.7
|
96
|
+
variables:
|
97
|
+
RSPEC_RAILS_VERSION: '7.0'
|
98
|
+
|
99
|
+
rspec-ruby3.0-rails7.0:
|
100
|
+
<<: *rspec
|
101
|
+
image: ruby:3.0
|
102
|
+
variables:
|
103
|
+
RSPEC_RAILS_VERSION: '7.0'
|
104
|
+
|
125
105
|
rubocop:
|
126
106
|
stage: codequality
|
127
107
|
image: ruby:2.6
|
data/.rubocop.yml
CHANGED
@@ -2,13 +2,13 @@ require:
|
|
2
2
|
- rubocop-performance
|
3
3
|
|
4
4
|
AllCops:
|
5
|
-
TargetRubyVersion: 2.
|
5
|
+
TargetRubyVersion: 2.5
|
6
6
|
|
7
7
|
Layout/HashAlignment:
|
8
8
|
EnforcedHashRocketStyle: table
|
9
9
|
EnforcedColonStyle: table
|
10
10
|
|
11
|
-
|
11
|
+
Layout/LineLength:
|
12
12
|
Max: 120
|
13
13
|
|
14
14
|
Naming/FileName:
|
data/CHANGELOG.md
CHANGED
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [0.6.0] - 2020-12-21
|
11
|
+
|
12
|
+
### Added
|
13
|
+
|
14
|
+
- support for Rails 7.0
|
15
|
+
|
16
|
+
### Changed
|
17
|
+
|
18
|
+
- set supported ruby versions to >= 2.5.0 (required for rubocop, anyway legacy)
|
19
|
+
- set supported rails versions to >= 5.0.0
|
20
|
+
|
10
21
|
## [0.5.0] - 2020-12-12
|
11
22
|
|
12
23
|
### Added
|
data/rails-menu-manager.gemspec
CHANGED
@@ -19,9 +19,9 @@ Gem::Specification.new do |spec|
|
|
19
19
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
20
20
|
spec.require_paths = ['lib']
|
21
21
|
|
22
|
-
spec.required_ruby_version = '>= 2.
|
22
|
+
spec.required_ruby_version = '>= 2.5.0'
|
23
23
|
|
24
|
-
spec.add_dependency 'railties', '>=
|
24
|
+
spec.add_dependency 'railties', '>= 5.0', '< 7.1'
|
25
25
|
|
26
26
|
spec.add_development_dependency 'bundler'
|
27
27
|
spec.add_development_dependency 'rake'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-menu-manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Florian Schwab
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -16,20 +16,20 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '5.0'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '
|
22
|
+
version: '7.1'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '
|
29
|
+
version: '5.0'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '
|
32
|
+
version: '7.1'
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: bundler
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -134,14 +134,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
134
134
|
requirements:
|
135
135
|
- - ">="
|
136
136
|
- !ruby/object:Gem::Version
|
137
|
-
version: 2.
|
137
|
+
version: 2.5.0
|
138
138
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
139
139
|
requirements:
|
140
140
|
- - ">="
|
141
141
|
- !ruby/object:Gem::Version
|
142
142
|
version: '0'
|
143
143
|
requirements: []
|
144
|
-
rubygems_version: 3.
|
144
|
+
rubygems_version: 3.2.32
|
145
145
|
signing_key:
|
146
146
|
specification_version: 4
|
147
147
|
summary: Simple menu manager for Rails.
|