commenteux 1.0.1 → 1.0.2

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 +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa8faa9ab05d088049903f3488863e68fbcf5a8a
4
- data.tar.gz: 7e543d5288f1afbc1dc4a509b94cff9c4ea4a564
3
+ metadata.gz: 8f978e02678f3fa4c8552fc7d46a13bc20288bb4
4
+ data.tar.gz: 16e9abc6ecb416eb6d349809de3a4691919c0525
5
5
  SHA512:
6
- metadata.gz: 7cd394901c13c86a52a7fd1d43e69d903a7b09a12dad0f8ab8341dd8a8bc9fd6a6fb2a3377e7fd23af16476fc7dc4a11393d07bfe2554e2cb92fd14b59f141b7
7
- data.tar.gz: 1d2754f45705dc42de3d0b31bf12abbc314a3a6a6e0fb996331c892bac5d540f19f8585a8d6b997ca2fb76d21e74f4377f7bc915aacff9499d02d66fb53d7290
6
+ metadata.gz: eb7810304ac08c14d0d4ab8836f31ea563e19e18565867d9c4adfa2efb127ddeee3dcdbbf7a6c515a13534c9b4f7a287bc658d2b943375e9f013d79703fe82d0
7
+ data.tar.gz: bd9771d8e79450f50acfee380a287c498a687cd1b37169b736b1571dd03cdf69015954853fd4106039d77b59500b4ded68abc4b947edd454b08a05eee6b5fb3e
@@ -1,3 +1,3 @@
1
1
  module Commenteux
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
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.1
4
+ version: 1.0.2
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.
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.
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 ben inserted.
73
73
  email:
@@ -171,7 +171,7 @@ files:
171
171
  - spec/fabricators/dummy_models_fabricator.rb
172
172
  - spec/helpers/commenteux/notes_helper_spec.rb
173
173
  - spec/spec_helper.rb
174
- homepage: http://www.fungo.ca
174
+ homepage: https://github.com/seurdge/commenteux
175
175
  licenses: []
176
176
  metadata: {}
177
177
  post_install_message: