matestack-ui-core 0.7.2 → 0.7.2.1

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.

Potentially problematic release.


This version of matestack-ui-core might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af1594c493057f5f1ef5e9548d9485d2fcac014a9c79519554ed53d61de90703
4
- data.tar.gz: 1441194ad2d3da09a0d4ebb60def765442042e77d069afe7a75abae9ab565464
3
+ metadata.gz: b3bd7218b6b3b52d1067a4fa2fd106015727de009605c01729e3322e8f84758e
4
+ data.tar.gz: f430886ab80ffb4ee2f3636e8bf6850603209b0cedc645be26dbb3a70efc6847
5
5
  SHA512:
6
- metadata.gz: 70bf6d472b902d96adde03e06ca5ac062fed60f79220ac4de499f996c391198e64fbe8e72fb0a2a7d8c2b08c75de4cb328a9a81b23cf2c2bb92a137de4a92f70
7
- data.tar.gz: 141ce7ca2f0857b8c2f4ec3c740d0e89f23c009340b041a4145e8f04000744bacf2fa948c7ac99bb64294f4b5a4321de0713b27bd4feb3f851c8848350f1dc4e
6
+ metadata.gz: 5dc3d7b7c132cdd3549f6bfdaccdad4e1bee8486e33349f15b8a3de9a340e144f90df262fd47fd7b8c68feb12c7efe52a722c124ac645c3115b95501eb80281d
7
+ data.tar.gz: ae82f681ba71b1787919abff1e80bec6a80b3a500d0a5f35bedbd9806b1c0a1493ab16fbf5a38ab655c9a476ae330d1ae9aea0b1c65de7f48201616e44d0dffa
data/README.md CHANGED
@@ -205,7 +205,7 @@ ActionCable.server.broadcast("matestack_ui_core", {
205
205
 
206
206
  ### Documentation
207
207
 
208
- Documentation can be found [here](./docs)
208
+ Documentation can be found [here](https://www.matestack.org/docs/install)
209
209
 
210
210
  ### Changelog
211
211
 
@@ -1 +1 @@
1
- = image_tag(@tag_attributes, ActionController::Base.helpers.asset_path(options[:path]), height: options[:height], width: options[:width], alt: options[:alt]])
1
+ %img{@tag_attributes}
@@ -1,5 +1,14 @@
1
1
  module Matestack::Ui::Core::Img
2
2
  class Img < Matestack::Ui::Core::Component::Static
3
3
 
4
+ def setup
5
+ @tag_attributes.merge!({
6
+ src: ActionController::Base.helpers.asset_path(options[:path]),
7
+ height: options[:height],
8
+ width: options[:width],
9
+ alt: options[:alt]
10
+ })
11
+ end
12
+
4
13
  end
5
14
  end
@@ -1,7 +1,7 @@
1
1
  module Matestack
2
2
  module Ui
3
3
  module Core
4
- VERSION = '0.7.2'
4
+ VERSION = '0.7.2.1'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matestack-ui-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Jabari
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-09-05 00:00:00.000000000 Z
13
+ date: 2019-09-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails