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 +4 -4
- data/README.rdoc +4 -1
- data/lib/commenteux/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa8faa9ab05d088049903f3488863e68fbcf5a8a
|
|
4
|
+
data.tar.gz: 7e543d5288f1afbc1dc4a509b94cff9c4ea4a564
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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,
|
|
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
|
|
data/lib/commenteux/version.rb
CHANGED
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.
|
|
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:
|
|
70
|
-
|
|
71
|
-
app layout. You can
|
|
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: []
|