commenteux 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dfdd40532498372caf8dfdee9783ebea2413ffe9
4
- data.tar.gz: c02f5d0f734bc82860da0082c2ca6a7e9cb2be5b
3
+ metadata.gz: aa8faa9ab05d088049903f3488863e68fbcf5a8a
4
+ data.tar.gz: 7e543d5288f1afbc1dc4a509b94cff9c4ea4a564
5
5
  SHA512:
6
- metadata.gz: eced13cb7a48a25157c18831c422e30ef426178e22e77c5948ceb07cdefe7a537c55e008a77e2a1692680d258a4e1568a074f1aa79c5dbdbd35cae8033fd4cd1
7
- data.tar.gz: 12a6cf53d04707222abe0253d93591bd5f52a033f3a6bb0482f5c56caedae8f3fe098b591b8694d9edab17b3e06a2e2af8436e8959ec29721c8d6216095ca4df
6
+ metadata.gz: 7cd394901c13c86a52a7fd1d43e69d903a7b09a12dad0f8ab8341dd8a8bc9fd6a6fb2a3377e7fd23af16476fc7dc4a11393d07bfe2554e2cb92fd14b59f141b7
7
+ data.tar.gz: 1d2754f45705dc42de3d0b31bf12abbc314a3a6a6e0fb996331c892bac5d540f19f8585a8d6b997ca2fb76d21e74f4377f7bc915aacff9499d02d66fb53d7290
data/README.rdoc CHANGED
@@ -32,7 +32,9 @@ Mount the commenteux gem in your routes:
32
32
 
33
33
  Call url of commenteux screens, for exemple, like that:
34
34
 
35
- <%= link_to "<i class='icon-file-text text-blue'></i> Notes".html_safe, "/commenteux/client::contract/#{@contract.id}?parent_div=ajax_target", :id => "notes_tab", :data => {:remote => true} %>
35
+ <%= link_to "<i class='icon-file-text text-blue'></i> Notes".html_safe,
36
+ "/commenteux/client::contract/#{@contract.id}?parent_div=ajax_target",
37
+ :id => "notes_tab", :data => {:remote => true} %>
36
38
 
37
39
  == Credits
38
40
 
@@ -44,6 +46,7 @@ seurdge, rgagnon
44
46
 
45
47
  == More
46
48
 
49
+ https://github.com/seurdge/commenteux
47
50
  http://www.groupefungo.ca
48
51
 
49
52
 
@@ -1,3 +1,3 @@
1
1
  module Commenteux
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
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.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Groupe Fungo inc.
@@ -66,10 +66,10 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: Mount this gem into your app to automatically have acces to CRUD screen
70
- for comments on any of your resources. Those screen will be insertted in your current
71
- app layout. You can alo call the routes of the gem with ajax passing a parent div
72
- where you want the response to ben inserted.
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.
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
+ div where you want the response to ben inserted.
73
73
  email:
74
74
  - ssavoie@fungo.ca
75
75
  executables: []