From 717a14a8fd04400821c173cb6d6dde0d93521b54 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 2 May 2022 18:43:41 +0300 Subject: [PATCH] preparing a new release --- CHANGES.md | 4 ++++ Gemfile.lock | 28 ++++++++++++++-------------- README.md | 1 + lib/rails_performance/version.rb | 2 +- 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6f98e38..7a907d3 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ - Unreleased ... +- 1.0.2 + - Add home button link customization https://github.com/igorkasyanchuk/rails_performance/pull/36 + - Fix navbar toggle https://github.com/igorkasyanchuk/rails_performance/pull/38 + 1.0.1 - Rake task integration: respect enabled setting https://github.com/igorkasyanchuk/rails_performance/pull/30 diff --git a/Gemfile.lock b/Gemfile.lock index 15b8bcd..8f2cbd7 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rails_performance (1.0.1) + rails_performance (1.0.2) rails redis redis-namespace @@ -99,8 +99,8 @@ GEM dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 1.0, >= 1.0.2) erubi (1.10.0) - globalid (0.4.2) - activesupport (>= 4.2.0) + globalid (1.0.0) + activesupport (>= 5.0) grape (1.5.3) activesupport builder @@ -114,12 +114,12 @@ GEM i18n (1.8.10) concurrent-ruby (~> 1.0) json (2.3.0) - loofah (2.9.1) + loofah (2.17.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) - marcel (1.0.1) + marcel (1.0.2) method_source (0.9.2) mimemagic (0.4.3) nokogiri (~> 1) @@ -131,7 +131,7 @@ GEM ruby2_keywords (~> 0.0.1) mustermann-grape (1.0.1) mustermann (>= 1.0.0) - nio4r (2.5.7) + nio4r (2.5.8) nokogiri (1.11.2) mini_portile2 (~> 2.5.0) racc (~> 1.4) @@ -167,7 +167,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.2) loofah (~> 2.3) railties (6.1.3.1) actionpack (= 6.1.3.1) @@ -177,7 +177,7 @@ GEM thor (~> 1.0) rake (13.0.3) redis (4.1.3) - redis-namespace (1.8.1) + redis-namespace (1.8.2) redis (>= 3.0.4) ruby2_keywords (0.0.4) sidekiq (5.2.7) @@ -190,18 +190,18 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sprockets (4.0.2) + sprockets (4.0.3) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.2) - actionpack (>= 4.0) - activesupport (>= 4.0) + sprockets-rails (3.4.2) + actionpack (>= 5.2) + activesupport (>= 5.2) sprockets (>= 3.0.0) sqlite3 (1.4.2) - thor (1.1.0) + thor (1.2.1) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - websocket-driver (0.7.3) + websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) zeitwerk (2.4.2) diff --git a/README.md b/README.md index 6e1115c..ec0f3d9 100755 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ If "schema" how records are stored i Redis is changed, and this is a breacking c - https://github.com/jules2689 - https://github.com/PedroAugustoRamalhoDuarte - https://github.com/haffla +- https://github.com/D1ceWard ## License diff --git a/lib/rails_performance/version.rb b/lib/rails_performance/version.rb index c2d39a9..e0ee86d 100755 --- a/lib/rails_performance/version.rb +++ b/lib/rails_performance/version.rb @@ -1,4 +1,4 @@ module RailsPerformance - VERSION = '1.0.1' + VERSION = '1.0.2' SCHEMA = '1.0.1' end \ No newline at end of file