signum 0.4.11 → 0.4.12

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: signum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.11
4
+ version: 0.4.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom de Grunt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-22 00:00:00.000000000 Z
11
+ date: 2024-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg
@@ -158,10 +158,15 @@ executables: []
158
158
  extensions: []
159
159
  extra_rdoc_files: []
160
160
  files:
161
+ - ".github/workflows/gem-push.yml"
162
+ - ".gitignore"
163
+ - Gemfile
164
+ - Gemfile.lock
161
165
  - MIT-LICENSE
162
166
  - README.md
163
167
  - Rakefile
164
168
  - app/assets/config/signum_manifest.js
169
+ - app/assets/images/.keep
165
170
  - app/assets/stylesheets/signum/application.css
166
171
  - app/components/signum/notification/component.css
167
172
  - app/components/signum/notification/component.html.slim
@@ -190,6 +195,8 @@ files:
190
195
  - app/mailers/signum/application_mailer.rb
191
196
  - app/models/signum/application_record.rb
192
197
  - app/models/signum/signal.rb
198
+ - bin/importmap
199
+ - bin/rails
193
200
  - config/importmap.rb
194
201
  - config/routes.rb
195
202
  - db/migrate/20201125175035_create_signum_signals.rb
@@ -204,6 +211,11 @@ files:
204
211
  - lib/signum/engine.rb
205
212
  - lib/signum/version.rb
206
213
  - lib/tasks/signum_tasks.rake
214
+ - package.json
215
+ - signum.gemspec
216
+ - vendor/javascript/@hotwired--stimulus.js
217
+ - webpack.config.js
218
+ - yarn.lock
207
219
  homepage: https://github.com/entdec/signum
208
220
  licenses:
209
221
  - MIT