Skip to content

Commit 33983f5

Browse files
committed
Release 2.2.0
1 parent b606449 commit 33983f5

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 2.2.0
2+
3+
* Drop dependency on `multi_json`.

activerecord-session_store.gemspec

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Gem::Specification.new do |s|
1313
s.email = '[email protected]'
1414
s.homepage = 'https://github.com/rails/activerecord-session_store'
1515

16+
s.metadata["homepage_uri"] = s.homepage
17+
s.metadata["source_code_uri"] = s.homepage
18+
s.metadata["changelog_uri"] = File.join(s.homepage, "blob/master/CHANGELOG.md")
19+
1620
s.files = Dir['CHANGELOG.md', 'MIT-LICENSE', 'README.md', 'lib/**/*']
1721
s.require_path = 'lib'
1822

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveRecord
22
module SessionStore
3-
VERSION = "2.1.0".freeze
3+
VERSION = "2.2.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)