masina 0.1.8 → 0.1.9

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: ab518f24ddc4886bc22ae303c3e1f1e2538498a9821cd6ec9a6c763da8fb6e87
4
- data.tar.gz: e488c4185370b1ff3522f71ae377c7f074b87066281b15f3a30d892cc362ee0b
3
+ metadata.gz: 16ee757186b8302d5994040eefdcfcb4488d4b939a71cf0ddd9d82d518d42dd3
4
+ data.tar.gz: 530e5d0481dd6da34043155ac3614947e598a3151de681b2e9cb2ebd5149b8ae
5
5
  SHA512:
6
- metadata.gz: 5da8ac1bb7d4f1e96f7de13b052adfca19fe5bcd6d8ab16f3ef51443a4ec7353fee0b5be6b94df69dd5689a3e09965322ac1b6578153933c153e9b4418936bf2
7
- data.tar.gz: 8e0e9dd65a3e9c7d4d42d6ad9719174d69bb084791af12c8b881bc90f35ee09e7b688475dd1fa95b31bea527f4959fd1868308a1e77dd6336576f48f6434318d
6
+ metadata.gz: a1caff0340b3ee0079d767d02fc8dcd4b30f4386a2167fe68d5a57a27c1fb543b31005b860f12785716621810349d1693b2744c1c5e89d1d55647887f1b3339b
7
+ data.tar.gz: c9335e7442f36c82221eb4b0a90f40d3d296f22b2010142dca46ee83d0fef694b562d18028833cdbf677a5076647cca4e663a02a8000f4e09c112bf449f70938
@@ -0,0 +1,12 @@
1
+ # These are supported funding model platforms
2
+
3
+ github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4
+ patreon: # Replace with a single Patreon username
5
+ open_collective: # Replace with a single Open Collective username
6
+ ko_fi: # Replace with a single Ko-fi username
7
+ tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8
+ community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ liberapay: # Replace with a single Liberapay username
10
+ issuehunt: # Replace with a single IssueHunt username
11
+ otechie: # Replace with a single Otechie username
12
+ custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
@@ -0,0 +1,38 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Describe the bug**
11
+ A clear and concise description of what the bug is.
12
+
13
+ **To Reproduce**
14
+ Steps to reproduce the behavior:
15
+ 1. Go to '...'
16
+ 2. Click on '....'
17
+ 3. Scroll down to '....'
18
+ 4. See error
19
+
20
+ **Expected behavior**
21
+ A clear and concise description of what you expected to happen.
22
+
23
+ **Screenshots**
24
+ If applicable, add screenshots to help explain your problem.
25
+
26
+ **Desktop (please complete the following information):**
27
+ - OS: [e.g. iOS]
28
+ - Browser [e.g. chrome, safari]
29
+ - Version [e.g. 22]
30
+
31
+ **Smartphone (please complete the following information):**
32
+ - Device: [e.g. iPhone6]
33
+ - OS: [e.g. iOS8.1]
34
+ - Browser [e.g. stock browser, safari]
35
+ - Version [e.g. 22]
36
+
37
+ **Additional context**
38
+ Add any other context about the problem here.
@@ -0,0 +1,10 @@
1
+ ---
2
+ name: Custom issue template
3
+ about: Describe this issue template's purpose here.
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: Feature request
3
+ about: Suggest an idea for this project
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Is your feature request related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
+
13
+ **Describe the solution you'd like**
14
+ A clear and concise description of what you want to happen.
15
+
16
+ **Describe alternatives you've considered**
17
+ A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+ **Additional context**
20
+ Add any other context or screenshots about the feature request here.
@@ -0,0 +1,20 @@
1
+ name: Ruby
2
+
3
+ on: [push]
4
+
5
+ jobs:
6
+ build:
7
+
8
+ runs-on: ubuntu-latest
9
+
10
+ steps:
11
+ - uses: actions/checkout@v1
12
+ - name: Set up Ruby 2.6
13
+ uses: actions/setup-ruby@v1
14
+ with:
15
+ ruby-version: 2.6.x
16
+ - name: Build and test with Rake
17
+ run: |
18
+ gem install bundler
19
+ bundle install --jobs 4 --retry 3
20
+ bundle exec rake
@@ -1,7 +1,4 @@
1
1
  AllCops:
2
2
  TargetRubyVersion: 2.6
3
3
  Exclude:
4
- - "bin/*"
5
-
6
- #Style/ExpandPathArguments:
7
- # Enabled: false
4
+ - "bin/*"
@@ -1,79 +1,66 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- masina (0.1.8)
5
- rails (~> 6.0)
4
+ masina (0.1.9)
5
+ rails (~> 5.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (6.0.0)
11
- actionpack (= 6.0.0)
10
+ actioncable (5.2.4.1)
11
+ actionpack (= 5.2.4.1)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (>= 0.6.1)
14
- actionmailbox (6.0.0)
15
- actionpack (= 6.0.0)
16
- activejob (= 6.0.0)
17
- activerecord (= 6.0.0)
18
- activestorage (= 6.0.0)
19
- activesupport (= 6.0.0)
20
- mail (>= 2.7.1)
21
- actionmailer (6.0.0)
22
- actionpack (= 6.0.0)
23
- actionview (= 6.0.0)
24
- activejob (= 6.0.0)
14
+ actionmailer (5.2.4.1)
15
+ actionpack (= 5.2.4.1)
16
+ actionview (= 5.2.4.1)
17
+ activejob (= 5.2.4.1)
25
18
  mail (~> 2.5, >= 2.5.4)
26
19
  rails-dom-testing (~> 2.0)
27
- actionpack (6.0.0)
28
- actionview (= 6.0.0)
29
- activesupport (= 6.0.0)
30
- rack (~> 2.0)
20
+ actionpack (5.2.4.1)
21
+ actionview (= 5.2.4.1)
22
+ activesupport (= 5.2.4.1)
23
+ rack (~> 2.0, >= 2.0.8)
31
24
  rack-test (>= 0.6.3)
32
25
  rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
34
- actiontext (6.0.0)
35
- actionpack (= 6.0.0)
36
- activerecord (= 6.0.0)
37
- activestorage (= 6.0.0)
38
- activesupport (= 6.0.0)
39
- nokogiri (>= 1.8.5)
40
- actionview (6.0.0)
41
- activesupport (= 6.0.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (5.2.4.1)
28
+ activesupport (= 5.2.4.1)
42
29
  builder (~> 3.1)
43
30
  erubi (~> 1.4)
44
31
  rails-dom-testing (~> 2.0)
45
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
- activejob (6.0.0)
47
- activesupport (= 6.0.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ activejob (5.2.4.1)
34
+ activesupport (= 5.2.4.1)
48
35
  globalid (>= 0.3.6)
49
- activemodel (6.0.0)
50
- activesupport (= 6.0.0)
51
- activerecord (6.0.0)
52
- activemodel (= 6.0.0)
53
- activesupport (= 6.0.0)
54
- activestorage (6.0.0)
55
- actionpack (= 6.0.0)
56
- activejob (= 6.0.0)
57
- activerecord (= 6.0.0)
36
+ activemodel (5.2.4.1)
37
+ activesupport (= 5.2.4.1)
38
+ activerecord (5.2.4.1)
39
+ activemodel (= 5.2.4.1)
40
+ activesupport (= 5.2.4.1)
41
+ arel (>= 9.0)
42
+ activestorage (5.2.4.1)
43
+ actionpack (= 5.2.4.1)
44
+ activerecord (= 5.2.4.1)
58
45
  marcel (~> 0.3.1)
59
- activesupport (6.0.0)
46
+ activesupport (5.2.4.1)
60
47
  concurrent-ruby (~> 1.0, >= 1.0.2)
61
48
  i18n (>= 0.7, < 2)
62
49
  minitest (~> 5.1)
63
50
  tzinfo (~> 1.1)
64
- zeitwerk (~> 2.1, >= 2.1.8)
51
+ arel (9.0.0)
65
52
  ast (2.4.0)
66
- builder (3.2.3)
53
+ builder (3.2.4)
67
54
  concurrent-ruby (1.1.5)
68
- crass (1.0.4)
55
+ crass (1.0.6)
69
56
  diff-lcs (1.3)
70
57
  erubi (1.9.0)
71
58
  globalid (0.4.2)
72
59
  activesupport (>= 4.2.0)
73
- i18n (1.7.0)
60
+ i18n (1.8.2)
74
61
  concurrent-ruby (~> 1.0)
75
- jaro_winkler (1.5.3)
76
- loofah (2.3.0)
62
+ jaro_winkler (1.5.4)
63
+ loofah (2.4.0)
77
64
  crass (~> 1.0.2)
78
65
  nokogiri (>= 1.5.9)
79
66
  mail (2.7.1)
@@ -81,64 +68,62 @@ GEM
81
68
  marcel (0.3.3)
82
69
  mimemagic (~> 0.3.2)
83
70
  method_source (0.9.2)
84
- mimemagic (0.3.3)
71
+ mimemagic (0.3.4)
85
72
  mini_mime (1.0.2)
86
73
  mini_portile2 (2.4.0)
87
- minitest (5.12.2)
74
+ minitest (5.14.0)
88
75
  nio4r (2.5.2)
89
- nokogiri (1.10.4)
76
+ nokogiri (1.10.7)
90
77
  mini_portile2 (~> 2.4.0)
91
- parallel (1.18.0)
92
- parser (2.6.5.0)
78
+ parallel (1.19.1)
79
+ parser (2.7.0.2)
93
80
  ast (~> 2.4.0)
94
- rack (2.0.7)
81
+ rack (2.1.2)
95
82
  rack-test (1.1.0)
96
83
  rack (>= 1.0, < 3)
97
- rails (6.0.0)
98
- actioncable (= 6.0.0)
99
- actionmailbox (= 6.0.0)
100
- actionmailer (= 6.0.0)
101
- actionpack (= 6.0.0)
102
- actiontext (= 6.0.0)
103
- actionview (= 6.0.0)
104
- activejob (= 6.0.0)
105
- activemodel (= 6.0.0)
106
- activerecord (= 6.0.0)
107
- activestorage (= 6.0.0)
108
- activesupport (= 6.0.0)
84
+ rails (5.2.4.1)
85
+ actioncable (= 5.2.4.1)
86
+ actionmailer (= 5.2.4.1)
87
+ actionpack (= 5.2.4.1)
88
+ actionview (= 5.2.4.1)
89
+ activejob (= 5.2.4.1)
90
+ activemodel (= 5.2.4.1)
91
+ activerecord (= 5.2.4.1)
92
+ activestorage (= 5.2.4.1)
93
+ activesupport (= 5.2.4.1)
109
94
  bundler (>= 1.3.0)
110
- railties (= 6.0.0)
95
+ railties (= 5.2.4.1)
111
96
  sprockets-rails (>= 2.0.0)
112
97
  rails-dom-testing (2.0.3)
113
98
  activesupport (>= 4.2.0)
114
99
  nokogiri (>= 1.6)
115
100
  rails-html-sanitizer (1.3.0)
116
101
  loofah (~> 2.3)
117
- railties (6.0.0)
118
- actionpack (= 6.0.0)
119
- activesupport (= 6.0.0)
102
+ railties (5.2.4.1)
103
+ actionpack (= 5.2.4.1)
104
+ activesupport (= 5.2.4.1)
120
105
  method_source
121
106
  rake (>= 0.8.7)
122
- thor (>= 0.20.3, < 2.0)
107
+ thor (>= 0.19.0, < 2.0)
123
108
  rainbow (3.0.0)
124
- rake (10.5.0)
109
+ rake (13.0.1)
125
110
  rspec (3.9.0)
126
111
  rspec-core (~> 3.9.0)
127
112
  rspec-expectations (~> 3.9.0)
128
113
  rspec-mocks (~> 3.9.0)
129
- rspec-core (3.9.0)
130
- rspec-support (~> 3.9.0)
114
+ rspec-core (3.9.1)
115
+ rspec-support (~> 3.9.1)
131
116
  rspec-expectations (3.9.0)
132
117
  diff-lcs (>= 1.2.0, < 2.0)
133
118
  rspec-support (~> 3.9.0)
134
- rspec-mocks (3.9.0)
119
+ rspec-mocks (3.9.1)
135
120
  diff-lcs (>= 1.2.0, < 2.0)
136
121
  rspec-support (~> 3.9.0)
137
- rspec-support (3.9.0)
138
- rubocop (0.74.0)
122
+ rspec-support (3.9.2)
123
+ rubocop (0.79.0)
139
124
  jaro_winkler (~> 1.5.1)
140
125
  parallel (~> 1.10)
141
- parser (>= 2.6)
126
+ parser (>= 2.7.0.1)
142
127
  rainbow (>= 2.2.2, < 4.0)
143
128
  ruby-progressbar (~> 1.7)
144
129
  unicode-display_width (>= 1.4.0, < 1.7)
@@ -150,25 +135,24 @@ GEM
150
135
  actionpack (>= 4.0)
151
136
  activesupport (>= 4.0)
152
137
  sprockets (>= 3.0.0)
153
- thor (0.20.3)
138
+ thor (1.0.1)
154
139
  thread_safe (0.3.6)
155
- tzinfo (1.2.5)
140
+ tzinfo (1.2.6)
156
141
  thread_safe (~> 0.1)
157
- unicode-display_width (1.6.0)
142
+ unicode-display_width (1.6.1)
158
143
  websocket-driver (0.7.1)
159
144
  websocket-extensions (>= 0.1.0)
160
145
  websocket-extensions (0.1.4)
161
- zeitwerk (2.2.0)
162
146
 
163
147
  PLATFORMS
164
148
  ruby
165
149
 
166
150
  DEPENDENCIES
167
- bundler (~> 2.0)
151
+ bundler
168
152
  masina!
169
- rake (~> 10.0)
170
- rspec (~> 3.0)
171
- rubocop (~> 0.74.0)
153
+ rake
154
+ rspec
155
+ rubocop
172
156
 
173
157
  BUNDLED WITH
174
- 2.0.2
158
+ 2.1.4
data/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Masina
2
2
 
3
+ [![wercker status](https://app.wercker.com/status/635b247adc51981ebe5a8266d512debb/s/master "wercker status")](https://app.wercker.com/project/byKey/635b247adc51981ebe5a8266d512debb)
4
+ [![Build Status](https://travis-ci.org/popac/masina.svg?branch=master)](https://travis-ci.org/popac/masina)
5
+ [![CodeFactor](https://www.codefactor.io/repository/github/popac/masina/badge)](https://www.codefactor.io/repository/github/popac/masina)
6
+ [![Coverage Status](https://coveralls.io/repos/github/popac/masina/badge.svg?branch=master)](https://coveralls.io/github/popac/masina?branch=master)
7
+ [![Gem Version](https://badge.fury.io/rb/masina.svg)](https://badge.fury.io/rb/masina)
8
+
3
9
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/masina`. To experiment with that code, run `bin/console` for an interactive prompt.
4
10
 
5
11
  TODO: Delete this and the text above, and describe your gem
@@ -0,0 +1,21 @@
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ Use this section to tell people about which versions of your project are
6
+ currently being supported with security updates.
7
+
8
+ | Version | Supported |
9
+ | ------- | ------------------ |
10
+ | 5.1.x | :white_check_mark: |
11
+ | 5.0.x | :x: |
12
+ | 4.0.x | :white_check_mark: |
13
+ | < 4.0 | :x: |
14
+
15
+ ## Reporting a Vulnerability
16
+
17
+ Use this section to tell people how to report a vulnerability.
18
+
19
+ Tell them where to go, how often they can expect to get an update on a
20
+ reported vulnerability, what to expect if the vulnerability is accepted or
21
+ declined, etc.
@@ -3,12 +3,5 @@
3
3
  require "bundler/setup"
4
4
  require "masina"
5
5
 
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
6
  require "irb"
14
7
  IRB.start(__FILE__)
data/bin/setup CHANGED
@@ -4,5 +4,3 @@ IFS=$'\n\t'
4
4
  set -vx
5
5
 
6
6
  bundle install
7
-
8
- # Do any other automated setup that you need to do here
@@ -1,4 +1,5 @@
1
1
  require 'masina/version'
2
+ require 'rails'
2
3
 
3
4
  module Masina
4
5
  class Error < StandardError; end
@@ -1,3 +1,3 @@
1
1
  module Masina
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
@@ -12,24 +12,24 @@ Gem::Specification.new do |spec|
12
12
  spec.description = 'Useful Rails Patterns Generators'
13
13
  spec.homepage = 'https://github.com/popac/masina'
14
14
 
15
- # spec.metadata['allowed_push_host'] = 'https://rubygems.org'
16
-
17
15
  spec.metadata['homepage_uri'] = spec.homepage
18
16
  spec.metadata['source_code_uri'] = 'https://github.com/popac/masina'
19
17
  spec.metadata['changelog_uri'] = 'https://github.com/popac/masina/blob/master/CHANGELOG.md'
20
18
 
21
19
  # Specify which files should be added to the gem when it is released.
22
20
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
23
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
24
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
21
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
22
+ `git ls-files -z`.split("\x0").reject do |f|
23
+ f.match(%r{^(test|spec|features)/})
24
+ end
25
25
  end
26
26
  spec.bindir = 'exe'
27
27
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
28
  spec.require_paths = ['lib']
29
29
 
30
- spec.add_development_dependency 'bundler', '~> 2.0'
31
- spec.add_development_dependency 'rake', '~> 10.0'
32
- spec.add_development_dependency 'rspec', '~> 3.0'
33
- spec.add_development_dependency 'rubocop', '~> 0.74.0'
34
- spec.add_runtime_dependency 'rails', '~> 6.0'
30
+ spec.add_development_dependency 'bundler'
31
+ spec.add_development_dependency 'rake'
32
+ spec.add_development_dependency 'rspec'
33
+ spec.add_development_dependency 'rubocop'
34
+ spec.add_runtime_dependency 'rails', '~> 5.0'
35
35
  end
metadata CHANGED
@@ -1,85 +1,85 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: masina
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksandar Popovic
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-14 00:00:00.000000000 Z
11
+ date: 2020-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '2.0'
19
+ version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '2.0'
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '10.0'
33
+ version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '10.0'
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '3.0'
47
+ version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '3.0'
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rubocop
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: 0.74.0
61
+ version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: 0.74.0
68
+ version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rails
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '6.0'
75
+ version: '5.0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '6.0'
82
+ version: '5.0'
83
83
  description: Useful Rails Patterns Generators
84
84
  email:
85
85
  - aleksandar.popovic.popac@gmail.com
@@ -87,7 +87,12 @@ executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
+ - ".github/FUNDING.yml"
91
+ - ".github/ISSUE_TEMPLATE/bug_report.md"
92
+ - ".github/ISSUE_TEMPLATE/custom.md"
93
+ - ".github/ISSUE_TEMPLATE/feature_request.md"
90
94
  - ".github/workflows/gempush.yml"
95
+ - ".github/workflows/ruby.yml"
91
96
  - ".gitignore"
92
97
  - ".rspec"
93
98
  - ".rubocop.yml"
@@ -98,6 +103,7 @@ files:
98
103
  - Gemfile.lock
99
104
  - README.md
100
105
  - Rakefile
106
+ - SECURITY.md
101
107
  - bin/console
102
108
  - bin/setup
103
109
  - lib/generators/masina/policy/USAGE