commentable_on 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 114f29fe05a7af6a7ab42c9a193244d31d8f2dc0df038dd9de3005fbe79009fd
4
- data.tar.gz: 4516516f21e525daf05cd836aac4d728a046cb947452e92c113fb585a2e937e0
3
+ metadata.gz: 7eaced595b0d8d8c0bc04edf5096cfbed04a70051e25d151535ab4dafbdb5063
4
+ data.tar.gz: 783c1c906f4e8cc5e66b4f8863db720ffacc4a1daefa283519ebe525c3968e63
5
5
  SHA512:
6
- metadata.gz: 2ed87344389a6ebdea787203963b43802ce0bd0ec646bfbe85eb58b13e327af761f3f3d72f1b3302830586089ce7b2da581edef50b8c3da3dbd6876b83e83148
7
- data.tar.gz: 58d8ce724fd9e0b3c5e846a650569fc466c5120250a696d37fc7359fdee779a8babd8c287d5cdf58d67e1e24d8a3dbad2e320306ca881046d3b520cb7b4065ab
6
+ metadata.gz: 20b46a4ae92df395d359ff83a93e8b79e700dc84c14cb7b2bc6a27e6df11892e88385ea9db30e34fd01179289e8e71f42a32b2b273951416156a85ed0bf8c1d3
7
+ data.tar.gz: 627f1fa8c90f8952fba07ee25572b4c62cd966a0ec46d98baccdded88f2eb97c51c5a0b4ddcd0dd6566a1928d16012df5011425af88b2166bd490727282ae7cb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- commentable_on (1.0.0)
4
+ commentable_on (1.1.0)
5
5
  ancestry (~> 4.2)
6
6
 
7
7
  GEM
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 support to comments.
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
 
@@ -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 = "Placeholder description text explaining how commentable on steroids will save the world in 5 words or less"
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")
@@ -1,3 +1,3 @@
1
1
  module CommentableOn
2
- VERSION = "1.0.0"
2
+ VERSION = "1.1.0"
3
3
  end
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.0.0
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: Placeholder description text explaining how commentable on steroids will
28
- save the world in 5 words or less
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: []