commentable_on 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/commentable_on.gemspec +1 -1
- data/lib/commentable_on/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7eaced595b0d8d8c0bc04edf5096cfbed04a70051e25d151535ab4dafbdb5063
|
|
4
|
+
data.tar.gz: 783c1c906f4e8cc5e66b4f8863db720ffacc4a1daefa283519ebe525c3968e63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20b46a4ae92df395d359ff83a93e8b79e700dc84c14cb7b2bc6a27e6df11892e88385ea9db30e34fd01179289e8e71f42a32b2b273951416156a85ed0bf8c1d3
|
|
7
|
+
data.tar.gz: 627f1fa8c90f8952fba07ee25572b4c62cd966a0ec46d98baccdded88f2eb97c51c5a0b4ddcd0dd6566a1928d16012df5011425af88b2166bd490727282ae7cb
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Commentable On Steroids
|
|
2
2
|
|
|
3
|
-
Adds comments functionality to Rails/ActiveRecord models. It uses the [ancestry gem](https://github.com/stefankroes/ancestry) to add thread/reply
|
|
3
|
+
Adds comments functionality to Rails/ActiveRecord models. It uses the [ancestry gem](https://github.com/stefankroes/ancestry) to add thread/reply.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
data/commentable_on.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.email = ["thesamuelralak@gmail.com"]
|
|
8
8
|
|
|
9
9
|
spec.summary = "Provides comment functionality with replies"
|
|
10
|
-
spec.description = "
|
|
10
|
+
spec.description = "Adds comments functionality to Rails/ActiveRecord models. It uses the [ancestry gem](https://github.com/stefankroes/ancestry) to add thread/reply"
|
|
11
11
|
spec.homepage = "https://github.com/samuelralak/commentable-on"
|
|
12
12
|
spec.license = "MIT"
|
|
13
13
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: commentable_on
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Ralak
|
|
@@ -24,8 +24,8 @@ dependencies:
|
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '4.2'
|
|
27
|
-
description:
|
|
28
|
-
|
|
27
|
+
description: Adds comments functionality to Rails/ActiveRecord models. It uses the
|
|
28
|
+
[ancestry gem](https://github.com/stefankroes/ancestry) to add thread/reply
|
|
29
29
|
email:
|
|
30
30
|
- thesamuelralak@gmail.com
|
|
31
31
|
executables: []
|