Skip to content

Commit

Permalink
Merge pull request #331 from ninoseki/v3.7.0
Browse files Browse the repository at this point in the history
v3.7.0
  • Loading branch information
ninoseki authored Sep 3, 2021
2 parents 771d467 + 33b44dd commit 3a70308
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/mihari/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Mihari
VERSION = "3.6.1"
VERSION = "3.7.0"
end
2 changes: 1 addition & 1 deletion lib/mihari/web/public/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/static/favicon.ico"><title>Mihari</title><link href="/static/js/app.8e3e5150.js" rel="preload" as="script"></head><body><noscript><strong>We're sorry but Mihari doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/static/js/app.8e3e5150.js"></script></body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/static/favicon.ico"><title>Mihari</title><link href="/static/js/app.06d5cf1c.js" rel="preload" as="script"></head><body><noscript><strong>We're sorry but Mihari doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/static/js/app.06d5cf1c.js"></script></body></html>
13 changes: 7 additions & 6 deletions lib/mihari/web/public/redoc-static.html

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions lib/mihari/web/public/static/js/app.06d5cf1c.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/mihari/web/public/static/js/app.06d5cf1c.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mihari.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rb-fsevent", "~> 0.11"
spec.add_development_dependency "rerun", "~> 0.13"
spec.add_development_dependency "rspec", "~> 3.10"
spec.add_development_dependency "standard", "~> 1.2"
spec.add_development_dependency "steep", "~> 0.45"
spec.add_development_dependency "standard", "~> 1.3"
spec.add_development_dependency "steep", "~> 0.46"
spec.add_development_dependency "timecop", "~> 0.9"
spec.add_development_dependency "vcr", "~> 6.0"
spec.add_development_dependency "webmock", "~> 3.14"
Expand Down

0 comments on commit 3a70308

Please sign in to comment.