c80_yax 0.1.0.24 → 0.1.0.25
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 +4 -4
- data/app/assets/javascripts/c80_yax.js.coffee +1 -0
- data/app/assets/javascripts/c80_yax/frontend/item_show_magnific_popup.js +18 -0
- data/app/assets/javascripts/c80_yax/lib/jquery.magnific-popup.js +2060 -0
- data/app/assets/stylesheets/c80_yax/lib/magnific-popup-custom.scss +41 -0
- data/app/assets/stylesheets/c80_yax/lib/magnific-popup.scss +374 -0
- data/app/decorators/c80_yax/item_decorator.rb +24 -3
- data/lib/c80_yax/version.rb +1 -1
- metadata +6 -2
data/lib/c80_yax/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: c80_yax
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0.
|
4
|
+
version: 0.1.0.25
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- C80609A
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -146,8 +146,10 @@ files:
|
|
146
146
|
- app/assets/javascripts/c80_yax/frontend/item_options/item_options.js
|
147
147
|
- app/assets/javascripts/c80_yax/frontend/item_quantity_picker/app.js
|
148
148
|
- app/assets/javascripts/c80_yax/frontend/item_quantity_picker/item_quantity_picker.js
|
149
|
+
- app/assets/javascripts/c80_yax/frontend/item_show_magnific_popup.js
|
149
150
|
- app/assets/javascripts/c80_yax/frontend/more_items_list/app.js
|
150
151
|
- app/assets/javascripts/c80_yax/frontend/more_items_list/more_items_list.js
|
152
|
+
- app/assets/javascripts/c80_yax/lib/jquery.magnific-popup.js
|
151
153
|
- app/assets/javascripts/c80_yax/lib_backend/collapsable-groups.js
|
152
154
|
- app/assets/javascripts/c80_yax/lib_backend/custom_columns.js
|
153
155
|
- app/assets/javascripts/c80_yax/lib_backend/init.js
|
@@ -173,6 +175,8 @@ files:
|
|
173
175
|
- app/assets/stylesheets/c80_yax/elems/ul_item_index.scss
|
174
176
|
- app/assets/stylesheets/c80_yax/lib/bootstrap_checkboxes.scss
|
175
177
|
- app/assets/stylesheets/c80_yax/lib/loading.scss
|
178
|
+
- app/assets/stylesheets/c80_yax/lib/magnific-popup-custom.scss
|
179
|
+
- app/assets/stylesheets/c80_yax/lib/magnific-popup.scss
|
176
180
|
- app/assets/stylesheets/c80_yax/lib_custom/bootstrap_checkboxes.scss
|
177
181
|
- app/assets/stylesheets/c80_yax_backend.scss
|
178
182
|
- app/controllers/c80_yax/admin_data_controller.rb
|