form_creation 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: 5dd62c7dbf708eb7ce6b58a40e5de6b7df99fe102bf72b1a81a7132a14d16815
4
- data.tar.gz: a565432001d6e245e27ac9bf30c2c2823467f32caa0f8240280c7740d74a2c8c
3
+ metadata.gz: bdf8d41738c5fb94adb013a58c27ebb32f0e6505b989c9eb33179d3f3972a5f5
4
+ data.tar.gz: 8c571d4d7b435e697badc89d7792499bad0c09cea71c8eba7f1af50572140c80
5
5
  SHA512:
6
- metadata.gz: 34aba1325fd5b411d07232d71af0217bce4669ffb7f1fd3be0ed33d42e759485d3199526c3c634845a33b598498206ce69da434336b14acc7ebcae02d8b25649
7
- data.tar.gz: 6be9a6e5c4ddf7676fa56a755ff2a82806977d52810074ee3098cbe085c38f943592e7381223c55aa552113965e8446b3c1cad2cabce11d966c41353b63aada0
6
+ metadata.gz: 37c2542353784a6df59349e319a547ced718cfe6c265093baf0fccc593002fc70fe13a55e9a8c539aa477a50fd27a797fb57c4617adbc02397371332ce49230f
7
+ data.tar.gz: 92775fca62e8fb93e368fd9ad414ba4b494ca7a4849e1ebb4639287cd14e0099b30b3cef627d3b7e94041c90c6e03a8f7951589ccaee5835a510b5301cf9cd39
@@ -10,20 +10,7 @@
10
10
  // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
11
  // about supported directives.
12
12
  //
13
+ //= require jquery
13
14
  //= require rails-ujs
14
15
  //= require activestorage
15
16
  //= require_tree .
16
- $(document).ready(function(){
17
- $("#new_post").validate({
18
- rules: {
19
- title: "required",
20
- description: "required",
21
- created_by: "required",
22
- },
23
- messages: {
24
- title: "Please enter title",
25
- description: "Please enter description",
26
- created_by: "Please enter create_by",
27
- },
28
- });
29
- });
@@ -1,17 +1,17 @@
1
1
  // 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
 
4
- // $(document).ready(function(){
5
- // $("#new_post").validate({
6
- // rules: {
7
- // title: "required",
8
- // description: "required",
9
- // created_by: "required",
10
- // },
11
- // messages: {
12
- // title: "Please enter title",
13
- // description: "Please enter description",
14
- // created_by: "Please enter create_by",
15
- // },
16
- // });
17
- // });
4
+ $(document).ready(function(){
5
+ $("#new_post").validate({
6
+ rules: {
7
+ title: "required",
8
+ description: "required",
9
+ created_by: "required",
10
+ },
11
+ messages: {
12
+ title: "Please enter title",
13
+ description: "Please enter description",
14
+ created_by: "Please enter create_by",
15
+ },
16
+ });
17
+ });
@@ -1,3 +1,3 @@
1
1
  module FormCreation
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: form_creation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - madhubabu-nyros