Skip to content

Commit

Permalink
preparing a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkasyanchuk committed May 2, 2022
1 parent e223b65 commit 717a14a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails_performance (1.0.1)
rails_performance (1.0.2)
rails
redis
redis-namespace
Expand Down Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/rails_performance/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module RailsPerformance
VERSION = '1.0.1'
VERSION = '1.0.2'
SCHEMA = '1.0.1'
end

0 comments on commit 717a14a

Please sign in to comment.