conversation_forms 0.7.2 → 0.7.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/assets/javascripts/conversation_forms.coffee +10 -1
- data/lib/conversation_forms/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35caee16d358ea64771506e08272ade0b91d8fbd
|
4
|
+
data.tar.gz: 4e55b0d1978a5bb3354311e8c5ae65de55044177
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92ac9acff92b272fe63bb4c609c3c9239ea276dcc31f6e9e80f910338fe4a4ad32e2d43affb0346919fd9900e229d6964a730b59dd6c11246bbae2983eadaa0f
|
7
|
+
data.tar.gz: c9bb16f0396ad218a12d225313b09f1e0aed169d3ededb106682218516eb47b7e5ed5e6ce7aefe94000aebe05ad5073a9e93512327d126e738405c29b51b3f1d
|
data/Gemfile.lock
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Place all the behaviors and hooks related to the matching controller here.
|
1
|
+
cd# Place all the behaviors and hooks related to the matching controller here.
|
2
2
|
# All this logic will automatically be available in application.js.
|
3
3
|
# You can use CoffeeScript in this file: http://coffeescript.org/
|
4
4
|
|
@@ -15,6 +15,15 @@ $ ->
|
|
15
15
|
doc.append("""
|
16
16
|
<div class="convo-window">
|
17
17
|
<ol class="convo-chat-history">
|
18
|
+
<li class="other">
|
19
|
+
<div class="msg">
|
20
|
+
<p>Hi! Welcome to conversation forms. I'm Converso, your friendly form-bot.
|
21
|
+
Here, instead of filling out a borring form, we're going to have a pleasant
|
22
|
+
conversation. When I ask a question, type your answer into the input box below.
|
23
|
+
</p>
|
24
|
+
<p> When your answer is ready, press the "NEXT" button. Or, you can simply press the ENTER (or RETURN) key on your keyboard</p>
|
25
|
+
</div>
|
26
|
+
</li>
|
18
27
|
</ol>
|
19
28
|
<input id="input-box" class="input-box" placeholder="Type your answer here ...">
|
20
29
|
<button id="convo-form-enter">Next</button>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: conversation_forms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sampson Crowley
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|