Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Bump 0.2.1 and archive
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Mar 13, 2024
1 parent 0747528 commit 77566dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master

## 0.2.1 (2024-03-12) 🪦

- This gem has been merged into `anycable` and `anycable-rails` gems.

## 0.2.0 (2023-07-25)

- Changed **anycable-rails** dependency to **anycable-rails-core**.
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

# Anycable Rails JWT

> [!NOTE]
> This gem has been merged into `anycable` and `anycable-rails` gems since AnyCable v1.5.
AnyCable Rails helpers for [JWT-based identification](https://docs.anycable.io/anycable-go/jwt_identification).

## Installation
Expand Down
2 changes: 1 addition & 1 deletion anycable-rails-jwt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.required_ruby_version = ">= 2.7"

s.add_dependency "anycable-rails-core", "~> 1.1"
s.add_dependency "anycable-rails-core", "~> 1.1", "< 1.5.0"
s.add_dependency "jwt", "~> 2.2"

s.add_development_dependency "bundler", ">= 1.15"
Expand Down
2 changes: 1 addition & 1 deletion lib/anycable/rails/jwt/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module AnyCable
module Rails
module JWT # :nodoc:
VERSION = "0.2.0"
VERSION = "0.2.1"
end
end
end

0 comments on commit 77566dd

Please sign in to comment.