commenteux 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/commenteux/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1c264000912237c5f64aedc38af1bb98e4e623a1
4
- data.tar.gz: 12a8edde837c82bc8ddf5ecc8be5cfcc0451af8b
3
+ metadata.gz: e0ef9985821b512b36907f5c089623e41e6b4253
4
+ data.tar.gz: dd51766ed03986682031f896e05bf3d1dbc1af9e
5
5
  SHA512:
6
- metadata.gz: e60e3ae6fd53da05d8e5d25284faa33a16a9502fd5959c89952802a6c2e230e847ed4942f0d04190ad838c1063e7e89553cff12505b9a1a986a90a7ef613fafe
7
- data.tar.gz: d005296bbd86869e5b5857b8b0cfa6b3f4e6d9c0a048a4667f4616787d7cf23587781d8c60d1a2bc678568a10cec24191ac6fd47e0329c181d52dccf03ed5810
6
+ metadata.gz: 192d50cb95be7e6f09b32a49939840f6d97dd1539cd0ace9f8f97fc2fe1afcfe0ed9f8a5e97d8124ec7f7b4dbd9645d207e93e979896d4b77a50a520d98f7a00
7
+ data.tar.gz: 607a21f1fdf4a7b3abbfd783a4b9b4f88705e8067018ab6c4a0612c1947f72094712a8a94d26746cf14d06e4c4b730bdd3280f82b369f4ef40c215a8ebb8d8a5
@@ -1,3 +1,3 @@
1
1
  module Commenteux
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commenteux
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Groupe Fungo inc.
@@ -67,7 +67,7 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: |-
70
- Mount this gem into your app to automatically have access to screens that list and create comments on any of your resources that use act_as_commentable.
70
+ Mount this gem into your app to automatically have access to screens that list and create comments on any of your resources that use acts_as_commentable.
71
71
  Those screen will be inserted in your current app layout. You can call the routes of the gem with ajax passing a parent
72
72
  div where you want the response to be inserted.
73
73
  email: