active_scaffold_batch 3.4.2 → 3.4.3

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: e97b6539b36b30f97c3780c9fdfa94dcdb076ee23ceb1b64da6a1ad09176c04f
4
- data.tar.gz: 790ade1bd0fcf0ac4135fe4e1325642d8c584bedfb1b82fc98f63d9352de757f
3
+ metadata.gz: c288c342d548cb1d042ec8026875307a3ac229c119007e093d6ce56acff1bf57
4
+ data.tar.gz: 3ed20af67215ad86e4fb2034b2e7831ef75b93941011aa25919372703a2d6739
5
5
  SHA512:
6
- metadata.gz: e4395875f141ffe26e45002feb80b1065df93c8b1f846534278f5a2615167e38e1d4c969e37f399c9505d91b7dca4d7cdd73ea9f334a2f129ca5cdf064c63943
7
- data.tar.gz: ed183e4ecbade61dbe349763cb27b364541d983cfe0b07b123d26dbc013ca4b5ad57fc0f650ef372512d08d637f777db62a69f3904c420a3e7758227593c992b
6
+ metadata.gz: 37b441d6ac277bb47e5bf78f1c18ddd9a72b00b995919b0085eeed49d2fc38883193f786f0d6c40cec9bd31280c8d03923ebeffc1e0d5468e6fd190398ae39eb
7
+ data.tar.gz: 0c121000c6d0e6f450c45795aa367d6ce74a4565790101309c75a9bacbce6fb6ce66f8305b545103587ef065ff595860923e7c61cd34b60b3fc2143c8b59b87e
@@ -9,7 +9,7 @@
9
9
  border-top: 0;
10
10
  }
11
11
  .active-scaffold .multiple .form_record a.remove {
12
- background-image: url("/assets/active_scaffold/cross.png");
12
+ background-image: image-url("active_scaffold/cross.png");
13
13
  display: block;
14
14
  font-weight: bold;
15
15
  height: 16px;
@@ -27,7 +27,7 @@
27
27
  .active-scaffold-header div.actions > a.batch_new {
28
28
  background-position: 5px 50%;
29
29
  background-repeat: no-repeat;
30
- background-image: url("/assets/active_scaffold/add.png");
30
+ background-image: image-url("active_scaffold/add.png");
31
31
  margin: 0;
32
32
  padding: 5px 5px 5px 25px;
33
33
  }
@@ -2,7 +2,7 @@ module ActiveScaffoldBatch
2
2
  module Version
3
3
  MAJOR = 3
4
4
  MINOR = 4
5
- PATCH = 2
5
+ PATCH = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_scaffold_batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.2
4
+ version: 3.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Cambra
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-06-13 00:00:00.000000000 Z
12
+ date: 2019-06-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -50,7 +50,7 @@ files:
50
50
  - README
51
51
  - app/assets/javascripts/jquery/active_scaffold_batch.js
52
52
  - app/assets/javascripts/prototype/active_scaffold_batch.js
53
- - app/assets/stylesshets/active_scaffold_batch.css
53
+ - app/assets/stylesshets/active_scaffold_batch.scss
54
54
  - app/views/active_scaffold_overrides/_batch_create_form.html.erb
55
55
  - app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb
56
56
  - app/views/active_scaffold_overrides/_batch_create_form_body.html.erb