We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1805a8e + 2d28134 commit 6ddc735Copy full SHA for 6ddc735
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+v2.0.1
2
+------
3
+
4
+- Minor change to eliminate warning when used with Rails 5.x
5
6
v2.0.0
7
------
8
acts_as_commentable_with_threading.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "acts_as_commentable_with_threading"
- s.version = "2.0.0"
- s.date = "2014-09-15"
+ s.version = "2.0.1"
+ s.date = "2015-12-22"
s.summary = "Polymorphic comments Rails gem - Rails 4+ only"
s.email = "[email protected]"
s.homepage = "http://github.com/elight/acts_as_commentable_with_threading"
0 commit comments