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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 03553ad35a3af9f31bbcfd7aecd17e188a01b653
4
- data.tar.gz: d165c04968d531e2e52b37d84ae5c6b3dc33091c
3
+ metadata.gz: 35caee16d358ea64771506e08272ade0b91d8fbd
4
+ data.tar.gz: 4e55b0d1978a5bb3354311e8c5ae65de55044177
5
5
  SHA512:
6
- metadata.gz: ce13b6a058d91cdbd1fa8f3b90fbde6d156b580e66257a1f6d7a38e266b304f6b9a46ffc04d8085fb0c5718858e97ff371cd24832808bb90258ec877693521da
7
- data.tar.gz: 80f29feae937cd32c2ce91f235dfa66152c95dbe71a1295810e11507adfad72f29022392acd970b1ed85f765d13803bf24ee867d2434e4408b500481a50a77ca
6
+ metadata.gz: 92ac9acff92b272fe63bb4c609c3c9239ea276dcc31f6e9e80f910338fe4a4ad32e2d43affb0346919fd9900e229d6964a730b59dd6c11246bbae2983eadaa0f
7
+ data.tar.gz: c9bb16f0396ad218a12d225313b09f1e0aed169d3ededb106682218516eb47b7e5ed5e6ce7aefe94000aebe05ad5073a9e93512327d126e738405c29b51b3f1d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- conversation_forms (0.7.2)
4
+ conversation_forms (0.7.3)
5
5
  autoprefixer-rails (>= 5.2.1)
6
6
  rails (~> 5.0.0, >= 5.0.0.1)
7
7
  railties
@@ -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>
@@ -1,3 +1,3 @@
1
1
  module ConversationForms
2
- VERSION = "0.7.2"
2
+ VERSION = "0.7.3"
3
3
  end
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.2
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-02 00:00:00.000000000 Z
11
+ date: 2016-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass