material_design 0.4.6 → 0.5.0

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: ca6f954fcd0471445f65b82322d35163063860acacda48e13d2640cec2b410d3
4
- data.tar.gz: a12036cdd05316c3c5db1f1cd8c75b9e9658a930f3363706467acb2af03943b3
3
+ metadata.gz: 9079cc9a84a91db083d71397d49337f7180e4c44296e7d29f2a8432dbef14235
4
+ data.tar.gz: 25f4ed4460f0e63620e8342a843efcd0296e93e60e5d2ef18c46f98adb0c37ca
5
5
  SHA512:
6
- metadata.gz: 49ef8826a906e23d8c7d56dada4fe41b01c23f67cc1065de1ac7e766b014739fb4c55a967f21c7a94081a0056967237d1a230fdae3ce623aa92159258adaac9f
7
- data.tar.gz: b5d221333090f2327fcc0473e7a9874dd3f737ba9a1521f0ae54cf59a8d582cb6770cad3e1f51ea6fcd8a6be7d345569bda6ccf033834276c28427e339742987
6
+ metadata.gz: 8b0430d59c1db4aef49e212cb00b2cf59d06ceab96bf56554ea7f731a8e0424c491d45a7d310862716fff11c31abaf00c9fd2128fb739cd71755e2d1a9ccfba1
7
+ data.tar.gz: 919c16a1849b3d9f1119f964546adb3af6bd8ba1bc885b1c7e99e7810d8850bda6db46646fc97694cc3a648769bf0b73d5c610f1a3bb71462bfc075acab99b31
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368">
2
+ <path d="M600-80q-17 0-28.5-11.5T560-120v-43q-23-4-43.5-11.5T478-195l-40 40q-12 11-28.5 11.5T381-155q-12-12-12-28.5t12-28.5l41-41q-3-5-6-10.5t-6-10.5l-27-53-49 49q-12 11-28 11.5T278-278q-12-12-12-28t12-28l49-50-53-26q-5-2-9-4.5t-9-5.5l-36 36q-12 11-28.5 11.5T163-384q-12-12-12-28t12-28l35-35q-14-19-22.5-40.5T163-560h-43q-17 0-28.5-11.5T80-600q0-17 11.5-28.5T120-640h45q5-19 12-36t18-33l-35-35q-12-12-12-28t12-28q12-12 28-12t28 12l35 35q16-11 33-18t36-12v-45q0-17 11.5-28.5T360-880q17 0 28.5 11.5T400-840v43q24 4 45.5 13t40.5 23l35-35q12-12 28.5-12t28.5 12q12 12 12 28t-12 28l-37 37q2 4 4.5 8t4.5 9l25 50 46-46q12-12 28.5-12t28.5 12q12 12 12 28.5T678-625l-48 47 56 28q6 3 12.5 6.5T710-536l40-40q12-12 28-12t28 12q12 12 12 28.5T806-519l-40 39q12 18 19.5 38t11.5 42h43q17 0 28.5 11.5T880-360q0 17-11.5 28.5T840-320h-45q-5 19-12 35.5T765-252l34 34q12 12 12 28.5T799-161q-12 11-28.5 11.5T742-161l-33-34q-16 11-33 18t-36 12v45q0 17-11.5 28.5T600-80Zm-6-160q58 0 95.5-44T718-386q-5-30-22.5-54T650-478l-66-34q-23-12-41.5-30.5T512-584l-34-66q-16-32-46-51t-66-19q-58 0-95.5 44T242-574q5 30 22.5 54t45.5 38l66 34q23 12 41.5 30.5T448-376l34 66q16 32 46 51t66 19ZM380-540q25 0 42.5-17.5T440-600q0-25-17.5-42.5T380-660q-25 0-42.5 17.5T320-600q0 25 17.5 42.5T380-540Zm200 250q21 0 35.5-14.5T630-340q0-21-14.5-35.5T580-390q-21 0-35.5 14.5T530-340q0 21 14.5 35.5T580-290ZM480-480Z"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  module MaterialDesign
2
- VERSION = "0.4.6"
2
+ VERSION = "0.5.0"
3
3
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Yutaka Nakanishi
8
8
  - Fabiana Ramos
9
9
  - Mariana Negrão Trancoso
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-02-13 00:00:00.000000000 Z
13
+ date: 2024-06-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -1233,6 +1233,7 @@ files:
1233
1233
  - app/views/material_design/icons/_mic_external_on.html.erb
1234
1234
  - app/views/material_design/icons/_mic_none.html.erb
1235
1235
  - app/views/material_design/icons/_mic_off.html.erb
1236
+ - app/views/material_design/icons/_microbiology.html.erb
1236
1237
  - app/views/material_design/icons/_microwave.html.erb
1237
1238
  - app/views/material_design/icons/_military_tech.html.erb
1238
1239
  - app/views/material_design/icons/_minimize.html.erb
@@ -2206,7 +2207,7 @@ licenses:
2206
2207
  - MIT
2207
2208
  metadata:
2208
2209
  homepage_uri: https://rubygems.org/gems/material_design
2209
- post_install_message:
2210
+ post_install_message:
2210
2211
  rdoc_options: []
2211
2212
  require_paths:
2212
2213
  - lib
@@ -2221,8 +2222,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2221
2222
  - !ruby/object:Gem::Version
2222
2223
  version: '0'
2223
2224
  requirements: []
2224
- rubygems_version: 3.5.3
2225
- signing_key:
2225
+ rubygems_version: 3.4.10
2226
+ signing_key:
2226
2227
  specification_version: 4
2227
2228
  summary: Material Design
2228
2229
  test_files: []