findbug 0.3.4 → 0.3.5

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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Findbug
4
- VERSION = "0.3.4"
4
+ VERSION = "0.3.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: findbug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Soumit Das
@@ -192,6 +192,7 @@ files:
192
192
  - app/views/findbug/performance/index.html.erb
193
193
  - app/views/findbug/performance/show.html.erb
194
194
  - app/views/layouts/findbug/application.html.erb
195
+ - docs/index.html
195
196
  - lib/findbug.rb
196
197
  - lib/findbug/alerts/channels/base.rb
197
198
  - lib/findbug/alerts/channels/discord.rb
@@ -224,11 +225,11 @@ files:
224
225
  - lib/generators/findbug/templates/create_findbug_performance_events.rb
225
226
  - lib/generators/findbug/templates/initializer.rb
226
227
  - sig/findbug.rbs
227
- homepage: https://github.com/ITSSOUMIT/findbug
228
+ homepage: https://findbug.dev
228
229
  licenses:
229
230
  - MIT
230
231
  metadata:
231
- homepage_uri: https://github.com/ITSSOUMIT/findbug
232
+ homepage_uri: https://findbug.dev
232
233
  source_code_uri: https://github.com/ITSSOUMIT/findbug
233
234
  changelog_uri: https://github.com/ITSSOUMIT/findbug/blob/main/CHANGELOG.md
234
235
  rdoc_options: []