phcdevworks_tutorials 6.3.0 → 6.3.1

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
  SHA256:
3
- metadata.gz: 39fe1235f562029dadfccac93da9f6e3258d98adfa4b674e4a22718de52ccd6c
4
- data.tar.gz: 4cba18e8d4f21f891e809c47e4f4fadaad39e08a00bf2b3cb08e564b97d7b8ec
3
+ metadata.gz: 9b9bfff248b43f4a4da6be3d702999b70ef3a77d377ac32ad5e6042ae1cfd46a
4
+ data.tar.gz: d7d53769c47b922b44d85fc57253731f972874e8710a6922c18a5e48af8c7e79
5
5
  SHA512:
6
- metadata.gz: f1080e4cb0e24f83e5e048639b64eca9636b63d5fc63a514dc6c423bd463a02849cdf636d6b6459c7b10599eca9d45488472828a28f12f23c9f3d168eb081162
7
- data.tar.gz: e7f8f52ffb405d1b0d2f98c897cb4b734ffa5a56d115987665c4436aba1df777fa112dae996fe5884986289ee96a8b94d328f18c8889e1754c3308935f9d59e9
6
+ metadata.gz: f1e2a50e4406475d9bd918414ce11e6bb0106ea610ccadec3f615dadefa3385978c6100f51ba1975f25ef8e2bb529d2ebe4a66b5b920249aca0a5c3167e7f767
7
+ data.tar.gz: 0561fd595d0f95ca99805d51888f408088b25eda52c4256d3d75f44d1aa029113d47abf29a6870023f98f3d730df68a70e4450fccb0b8d5927cf5d77a0043fe5
@@ -13,7 +13,7 @@
13
13
 
14
14
  <div class="form-group field_with_errors">
15
15
  <%= form.label :post_description, "Tutorial Description" %>
16
- <%= form.text_area :post_description, class: "form-control", id: "editor", rows: "10" %>
16
+ <%= form.text_area :post_description, class: "form-control", class: "editor", rows: "10" %>
17
17
  <div id="word-count" class="mt-3"></div>
18
18
  </div>
19
19
 
@@ -18,7 +18,7 @@
18
18
 
19
19
  <div class="form-group field_with_errors">
20
20
  <%= form.label :step_description, "Step Text" %>
21
- <%= form.text_area :step_description, class: "form-control", id: "editor", rows: "10" %>
21
+ <%= form.text_area :step_description, class: "form-control", class: "editor", rows: "10" %>
22
22
  <div id="word-count" class="mt-3"></div>
23
23
  </div>
24
24
 
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksTutorials
2
- VERSION = "6.3.0"
2
+ VERSION = "6.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcdevworks_tutorials
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.0
4
+ version: 6.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks