nyros_form2 0.3.8 → 0.3.9

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: 4a40d48e2fabb1b8856c8198f07f2c32ed1dd229f31ffbb25d294a75db8f2892
4
- data.tar.gz: cf32271a6516050cc43050ea3308cac8d01878eaf585a459f13108f48380bb90
3
+ metadata.gz: e572bef99078c3ad3f37b5b708ff78845b3ce5c5b8dc15d016f7e55238f7d5bf
4
+ data.tar.gz: '090eaad58e6e68700ca9ca847244b71a0ccb9bea0c15736d3348ef9520ba58d4'
5
5
  SHA512:
6
- metadata.gz: e34a54981c1697ea589f1d8d471a6888f690af5665b8a922af0446709bc7a57ecf2be1e9d6b6da10252e2ad2ca0e5b421d1b2231f31090eac0a976bbd583904b
7
- data.tar.gz: c194f4b8a868f65239657e0d78d199982da87dfda8a518b6b62b049255b2c81eab3beb6edea1e6c9e91b8f56f8a24f9fe514a2f225176a35f03b268c8e27c85a
6
+ metadata.gz: b718f8a66ccf4d03a0a07b7483bc916ad298a7e24a5490227f9b7bbe59a21b115719bf01cb330ac82051b51f0c90b89b9ca519fd5508cbbd815eb2cb69a1b99d
7
+ data.tar.gz: 84d505b404071269eb074d37b7f3e904942ce95568a67cb1b77a56cb0fae63786a6aa96dc96664c630f1d95f909c00fd49be9e9f7a4cb90e5e33f3d3ea381c6f
@@ -13,9 +13,6 @@
13
13
 
14
14
  //= require rails-ujs
15
15
  //= require activestorage
16
- //= require jquery
17
- //= require jquery_ujs
18
- //= require jquery.turbolinks
19
- //= require bootstrap
20
16
  //= require_tree .
21
17
 
18
+
@@ -2,8 +2,6 @@
2
2
  Place all the styles related to the matching controller here.
3
3
  They will automatically be included in application.css.
4
4
  */
5
-
6
-
7
5
  .form-group{
8
6
  width:356px;
9
7
  margin-bottom: 30px;
@@ -4,15 +4,13 @@
4
4
  <title>Nyros form2</title>
5
5
  <%= csrf_meta_tags %>
6
6
  <%= csp_meta_tag %>
7
-
8
-
9
- <%= stylesheet_link_tag 'nyros_form2/application', media: 'all', 'data-turbolinks-track' => true%>
10
- <%= javascript_include_tag 'nyros_form2/application', 'data-turbolinks-track' => true %>
7
+ <%= stylesheet_link_tag "nyros_form2/application", media: "all" %>
8
+ <%= javascript_include_tag "nyros_form2/application" %>
11
9
 
12
10
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.0/jquery.validate.min.js"></script>
13
11
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
14
12
 
15
- <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> -->
13
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
16
14
  <script src="https://cdn.jsdelivr.net/jquery.validation/1.15.1/jquery.validate.min.js"></script>
17
15
  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
18
16
 
@@ -1,3 +1,3 @@
1
1
  module NyrosForm2
2
- VERSION = '0.3.8'
2
+ VERSION = '0.3.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nyros_form2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - raju rekadi