nyros_form2 0.3.5 → 0.3.6

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: f544d8616f9682409ab7058f7a2a73c155359669b0beb15d952df08720c68913
4
- data.tar.gz: b32003ea8b2c7cfa6b8d57c8c0ecd5e14a2a690dcc1482e6af0cec54c7fb4517
3
+ metadata.gz: 8a55c660499a2cedff8864f4950012cf692b4ff7b51af1044a3735c29b3872d3
4
+ data.tar.gz: d0ef9ce162dc505dd2176d1d25388a1f4e9b20e65011d84de5a56b26eafbbc2f
5
5
  SHA512:
6
- metadata.gz: 30deb557f2b65848cc725d4fa9f16e4fdca815151d3a7f5dddc9376ebcd3a4a44b9b6cf2acc96a6ad71e38876f35702b0038bb25858ea94d437a8a0ac9623dfd
7
- data.tar.gz: 2ee76fc68a25936d5146c1ab6099aff3e5aed3135cc4c23a327e0b984eabf27ff3af710b11384b68580bf613e64cb9508d42c789152249bfc16cf880e5a0ba0c
6
+ metadata.gz: 5832f1965e09688d06ff8b783e87663347421a32df879f9fef2c1299971bad7760e2741b65a6046c45e5ac8aa205705198a9ca82156de14ab12af096240e5653
7
+ data.tar.gz: 642e447c271c727f75b12ccbba44ca9fe007b3752f3c5f19054f3fbf2ff318868bfe59aa300d1edd0c7e71e3b73884c6f914f650fc3af7b96096e5fb2db86851
@@ -1,3 +1,2 @@
1
1
  //= link_directory ../javascripts/nyros_form2 .js
2
2
  //= link_directory ../stylesheets/nyros_form2 .css
3
- //= link nyros_form2/application.scss
@@ -13,6 +13,9 @@
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
16
20
  //= require_tree .
17
21
 
18
-
@@ -14,7 +14,6 @@
14
14
  *= require_self
15
15
  */
16
16
 
17
-
18
-
17
+ @import "bootstrap";
19
18
 
20
19
 
@@ -2,6 +2,8 @@
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
+ @import 'bootstrap';
6
+
5
7
  .form-group{
6
8
  width:356px;
7
9
  margin-bottom: 30px;
@@ -8,9 +8,9 @@
8
8
  <%= javascript_include_tag "nyros_form2/application" %>
9
9
 
10
10
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.0/jquery.validate.min.js"></script>
11
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
11
+ <!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> -->
12
12
 
13
- <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> -->
14
14
  <script src="https://cdn.jsdelivr.net/jquery.validation/1.15.1/jquery.validate.min.js"></script>
15
15
  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
16
16
 
@@ -1,3 +1,3 @@
1
1
  module NyrosForm2
2
- VERSION = '0.3.5'
2
+ VERSION = '0.3.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nyros_form2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - raju rekadi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-17 00:00:00.000000000 Z
11
+ date: 2019-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails