material_design 0.6.1 → 0.6.2
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73d0fc0a30aafae747d8fadf5c8b70cb497d53071689e4f1247fd6e687cddb3e
|
4
|
+
data.tar.gz: 6c6eed57da846e9bbb0953a213ffc722cba4ba7b4861bdb0198b347edececf35
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7ce30e5aa1075b1b6fbce7c4ae04b872991ece27274c2b069acf60dfc217721e5a222dc6693496b42f7d9e18a6c565e4e93dbddb26d63ace5aa824ef9fff6b7
|
7
|
+
data.tar.gz: 8aed5c79d991bd1700cdd4b4dcf85bf0951124ee589f4e3edb4b7e2956184d141020df9c02473ece4dbb23efa8ed840ca710a3cf412d9e67644e01964ef80fb8
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<svg
|
2
|
-
<path d="
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="<%= locals[:size] %>" viewBox="0 -960 960 960" width="<%= locals[:size] %>" fill="currentColor">
|
2
|
+
<path d="m424-296 282-282-56-56-226 226-114-114-56 56 170 170Zm56 216q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z"/>
|
3
3
|
</svg>
|
@@ -1,10 +1,10 @@
|
|
1
1
|
require "rails/railtie"
|
2
2
|
|
3
3
|
module MyGem
|
4
|
-
class Railtie < Rails::Railtie
|
4
|
+
class Railtie < Rails::Railtie #add uma funcionalidade a um app rails a partir de uma gem
|
5
5
|
initializer "material_design.action_controller" do
|
6
|
-
ActiveSupport.on_load(:action_controller_base) do
|
7
|
-
helper MaterialDesign::ButtonHelper
|
6
|
+
ActiveSupport.on_load(:action_controller_base) do #quando a base controller for carregada
|
7
|
+
helper MaterialDesign::ButtonHelper #disponibiliza o helper em todos os arquivos
|
8
8
|
end
|
9
9
|
end
|
10
10
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: material_design
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eduardo Yutaka Nakanishi
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2024-
|
13
|
+
date: 2024-09-09 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|