Skip to content

Commit 6ddc735

Browse files
Merge pull request #97 from elight/feature/version_2_0_1
Version bump
2 parents 1805a8e + 2d28134 commit 6ddc735

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v2.0.1
2+
------
3+
4+
- Minor change to eliminate warning when used with Rails 5.x
5+
16
v2.0.0
27
------
38

acts_as_commentable_with_threading.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = "acts_as_commentable_with_threading"
3-
s.version = "2.0.0"
4-
s.date = "2014-09-15"
3+
s.version = "2.0.1"
4+
s.date = "2015-12-22"
55
s.summary = "Polymorphic comments Rails gem - Rails 4+ only"
66
s.email = "[email protected]"
77
s.homepage = "http://github.com/elight/acts_as_commentable_with_threading"

0 commit comments

Comments
 (0)