nyros_form2 0.3.6 → 0.3.7

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: 8a55c660499a2cedff8864f4950012cf692b4ff7b51af1044a3735c29b3872d3
4
- data.tar.gz: d0ef9ce162dc505dd2176d1d25388a1f4e9b20e65011d84de5a56b26eafbbc2f
3
+ metadata.gz: 41f6b606bbdb04d25663689d869798c3d8d8a38152c7c6ef2f523f91f2c75e72
4
+ data.tar.gz: 4515f6309cb17fce1cea7b9806f5315413276fb7df7c6a99a9813d1a6fd2fa95
5
5
  SHA512:
6
- metadata.gz: 5832f1965e09688d06ff8b783e87663347421a32df879f9fef2c1299971bad7760e2741b65a6046c45e5ac8aa205705198a9ca82156de14ab12af096240e5653
7
- data.tar.gz: 642e447c271c727f75b12ccbba44ca9fe007b3752f3c5f19054f3fbf2ff318868bfe59aa300d1edd0c7e71e3b73884c6f914f650fc3af7b96096e5fb2db86851
6
+ metadata.gz: b10837fc029731d4efa02acfe2940d9dc58abf7e0fb798cfa01d95911a9951a78efc8ccc2c8186bb1bdb2b6f4ce9f6915b5cdff4fec7fff7207d84f5273b5127
7
+ data.tar.gz: a141aed700a207b04aa754548c35065ecb35782e186b305ca3202a4b63a43996ee27757674d91ccd558cab4e6570b5af44493c789d3de58c9e29b94bedaf3a40
@@ -1,2 +1,3 @@
1
1
  //= link_directory ../javascripts/nyros_form2 .js
2
2
  //= link_directory ../stylesheets/nyros_form2 .css
3
+ //= link nyros_form2/application.scss
@@ -1,3 +1,3 @@
1
1
  module NyrosForm2
2
- VERSION = '0.3.6'
2
+ VERSION = '0.3.7'
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.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - raju rekadi
@@ -52,7 +52,7 @@ files:
52
52
  - app/assets/javascripts/nyros_form2/application.js
53
53
  - app/assets/javascripts/nyros_form2/users.js
54
54
  - app/assets/stylesheets/nyros_form2/application.scss
55
- - app/assets/stylesheets/nyros_form2/users.scss
55
+ - app/assets/stylesheets/nyros_form2/users.css
56
56
  - app/controllers/nyros_form2/application_controller.rb
57
57
  - app/controllers/nyros_form2/users_controller.rb
58
58
  - app/helpers/nyros_form2/application_helper.rb