solidus_product_attachments 0.0.2 → 0.0.4

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
  SHA1:
3
- metadata.gz: 0b762c288f3f6f08230c8e19c3a97011c46da431
4
- data.tar.gz: af2857a96c8dc6c0404957a077306908dda69299
3
+ metadata.gz: 81568f1eb44e9f922a8e4cf8efb1eb937312f5b3
4
+ data.tar.gz: 016454e4c6177400aa57c74e29857df7efe2e6df
5
5
  SHA512:
6
- metadata.gz: e4a07116a2e5412ecbb9c6089422c9e36593d6e1e32431cfa0c5d380259d639aa3c791c2a819abc19e74fa58918bef8a051411c84ffc57f8fb00ebaeb18f3740
7
- data.tar.gz: fa6a0d73b827c62f2626a3980036f6ce0ca39411a68b4610fc87796b155562c97b9edc1b4d5a613ea72523f8f08ef5ed363416f2d68ddec921708e8b30dbf843
6
+ metadata.gz: 60156a9faa53d99e2f6d0a2e3ad0fd9d106fb295deb7865a8a55cf09c848b961721dfd9747318f0a2f34f17a7badd0faed39a97fbf8440a045b651893812c89d
7
+ data.tar.gz: d7da787ea96e2e931766815ad7048f271b1515fd60e8f52927e561b1de653dd7bcd2fe9ef701a2ddae95313e0148fbc070d0b08439421ca8fec5e7af1983699a
@@ -4,12 +4,10 @@ module SolidusProductAttachments
4
4
  class_option :auto_run_migrations, type: :boolean, default: false
5
5
 
6
6
  def add_javascripts
7
- append_file 'vendor/assets/javascripts/spree/frontend/all.js', "//= require spree/frontend/solidus_product_attachments\n"
8
7
  append_file 'vendor/assets/javascripts/spree/backend/all.js', "//= require spree/backend/solidus_product_attachments\n"
9
8
  end
10
9
 
11
10
  def add_stylesheets
12
- inject_into_file 'vendor/assets/stylesheets/spree/frontend/all.css', " *= require spree/frontend/solidus_product_attachments\n", before: /\*\//, verbose: true
13
11
  inject_into_file 'vendor/assets/stylesheets/spree/backend/all.css', " *= require spree/backend/solidus_product_attachments\n", before: /\*\//, verbose: true
14
12
  end
15
13
 
@@ -1,3 +1,3 @@
1
1
  module SolidusProductAttachments
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus_product_attachments
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Renuo AG
@@ -222,10 +222,8 @@ files:
222
222
  - app/assets/javascripts/spree/backend/attachments/upload_zone.js.coffee
223
223
  - app/assets/javascripts/spree/backend/solidus_product_attachments.js
224
224
  - app/assets/javascripts/spree/backend/templates/products/upload_progress.hbs
225
- - app/assets/javascripts/spree/frontend/solidus_product_attachments.js
226
225
  - app/assets/stylesheets/spree/backend/attachments/attachments.scss
227
226
  - app/assets/stylesheets/spree/backend/solidus_product_attachments.css
228
- - app/assets/stylesheets/spree/frontend/solidus_product_attachments.css
229
227
  - app/controllers/spree/admin/attachments_controller.rb
230
228
  - app/controllers/spree/api/attachments_controller.rb
231
229
  - app/helpers/spree/admin/attachments_helper.rb
@@ -1,2 +0,0 @@
1
- // Placeholder manifest file.
2
- // the installer will append this file to the app vendored assets here: vendor/assets/javascripts/spree/frontend/all.js'
@@ -1,4 +0,0 @@
1
- /*
2
- Placeholder manifest file.
3
- the installer will append this file to the app vendored assets here: 'vendor/assets/stylesheets/spree/frontend/all.css'
4
- */