c80_feedback_form 0.1.0.2 → 0.1.0.3

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
  SHA1:
3
- metadata.gz: 4acb0d9554f602e2465f9ab1b297f966b9ce4867
4
- data.tar.gz: 8cef2b00406ec8f71dd8b49d35051fb51ea434bf
3
+ metadata.gz: ce6b8e2e07453bb519162b7ddf8a09831bdade5e
4
+ data.tar.gz: 72d34fa5591b75550fd11f65f1c3471d628c4cca
5
5
  SHA512:
6
- metadata.gz: 8bb7d64b45112ce41b036add48439da0959125c15b6cbed6e535c2ec3d584c6f9e69ddbdee0985e57fc0f32b4deb8916da2b949f449ff910fbc3ba2e3bbf2039
7
- data.tar.gz: 3070cff0cdc1873463f85d5173f95c98e2098af6e7ae0519da671e18c9a7ac9904a7500c6d134c7c7f7812924a3e32418bd2666b292fa94cf8ec7624f088405d
6
+ metadata.gz: 37e11b6a22f3b24d945391a5ca0c00c13221bed6689b1d9e2455d51fd86c4b0fa3809e51202fd9bf85885e3c43ce975f6c047aa15d79b1a719173abcc9d65b84
7
+ data.tar.gz: f7ecab498d8b9cc6a022e8e6775f4a68c29a106775ec314293e0ba698181e45499bda432c2765526776e63ebb77b4b1d790079a8d76c0f419ad0c1bf3949ba32
data/README.md CHANGED
@@ -53,7 +53,7 @@ And add this line into `application.scss`:
53
53
 
54
54
  Add this line into `active_admin.scss`:
55
55
 
56
- @import "active_admin_c80_feedback_form";
56
+ @import "c80_feedback_form_active_admin";
57
57
 
58
58
  Add this line into `routes.rb`:
59
59
 
@@ -0,0 +1,2 @@
1
+ @import "frontend/contacts";
2
+
@@ -40,4 +40,5 @@
40
40
 
41
41
  }
42
42
 
43
+ .kapcha { display: none; }
43
44
 
@@ -1,3 +1,3 @@
1
1
  module C80FeedbackForm
2
- VERSION = "0.1.0.2"
2
+ VERSION = "0.1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: c80_feedback_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.2
4
+ version: 0.1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - C80609A
@@ -76,11 +76,11 @@ files:
76
76
  - app/admin/c80_feedback_form/message_feedbacks.rb
77
77
  - app/assets/javascripts/c80_feedback_form.js.coffee
78
78
  - app/assets/javascripts/frontend/feedback-form-ajax.js
79
- - app/assets/stylesheets/active_admin_c80_feedback_form.scss
80
- - app/assets/stylesheets/backend/active_admin_custom.scss
81
- - app/assets/stylesheets/backend/active_admin_custom/message_feedbacks.scss
82
- - app/assets/stylesheets/c80_feedback_form.scss
83
- - app/assets/stylesheets/frontend/contacts.scss
79
+ - app/assets/stylesheets/_active_admin_c80_feedback_form.scss
80
+ - app/assets/stylesheets/_c80_feedback_form.scss
81
+ - app/assets/stylesheets/backend/_active_admin_custom.scss
82
+ - app/assets/stylesheets/backend/active_admin_custom/_message_feedbacks.scss
83
+ - app/assets/stylesheets/frontend/_contacts.scss
84
84
  - app/controllers/c80_feedback_form/application_controller.rb
85
85
  - app/controllers/c80_feedback_form/mess_controller.rb
86
86
  - app/controllers/c80_feedback_form/site_controller.rb
@@ -1,6 +0,0 @@
1
- /*
2
- *= require_self
3
- */
4
- @import "frontend/contacts";
5
-
6
- .kapcha { display: none; }