Skip to content

Commit 3333697

Browse files
committed
Version bump
1 parent bad2617 commit 3333697

7 files changed

+10
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Unreleased
22

3+
### 2.2.2
4+
5+
* `fetch_constant` will now constantize Strings returned from procs or method calls
6+
37
### 2.2.1
48

59
* `fetch_constant` used by Email and ActionCable delivery methods now support procs and method calls with symbols like other options

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
noticed (2.2.1)
4+
noticed (2.2.2)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_6_1.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.2.1)
4+
noticed (2.2.2)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_7.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.2.1)
4+
noticed (2.2.2)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_7_1.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.2.1)
4+
noticed (2.2.2)
55
rails (>= 6.1.0)
66

77
GEM

gemfiles/rails_main.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ GIT
9797
PATH
9898
remote: ..
9999
specs:
100-
noticed (2.2.1)
100+
noticed (2.2.2)
101101
rails (>= 6.1.0)
102102

103103
GEM

lib/noticed/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Noticed
2-
VERSION = "2.2.1"
2+
VERSION = "2.2.2"
33
end

0 commit comments

Comments
 (0)