--- !ruby/object:Gem::Specification
name: material_design
version: !ruby/object:Gem::Version
  version: 0.4.0
platform: ruby
authors:
- Eduardo Yutaka Nakanishi
autorequire:
bindir: bin
cert_chain: []
date: 2024-02-04 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 7.1.3
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 7.1.3
description: Material is Google’s open-source design system. Design and build beautiful,
  usable products with Material.
email:
- eduardo.nakanishi@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- MIT-LICENSE
- README.md
- Rakefile
- app/assets/stylesheets/material_design/app_bars.css
- app/assets/stylesheets/material_design/application.css
- app/assets/stylesheets/material_design/dividers.css
- app/assets/stylesheets/material_design/icons.css
- app/assets/stylesheets/material_design/lists.css
- app/assets/stylesheets/material_design/navigation.css
- app/assets/stylesheets/material_design/tabs.css
- app/assets/stylesheets/material_design/typography.css
- app/controllers/material_design/application_controller.rb
- app/helpers/material_design/application_helper.rb
- app/jobs/material_design/application_job.rb
- app/mailers/material_design/application_mailer.rb
- app/models/material_design/application_record.rb
- app/views/layouts/material_design/application.html.erb
- app/views/material_design/app_bars/_top_bar.html.erb
- app/views/material_design/dividers/_horizontal.html.erb
- app/views/material_design/icons/_arrow_back.html.erb
- app/views/material_design/icons/_icon.html.erb
- app/views/material_design/lists/_list.html.erb
- app/views/material_design/lists/_list_item.html.erb
- app/views/material_design/navigation/_navigation_drawer.html.erb
- app/views/material_design/navigation/navigation_drawer/_headline.html.erb
- app/views/material_design/navigation/navigation_drawer/_section_header.html.erb
- app/views/material_design/tabs/_secondary.html.erb
- app/views/material_design/tabs/secondary/_tab.html.erb
- app/views/material_design/typography/_body_large.html.erb
- app/views/material_design/typography/_body_medium.html.erb
- app/views/material_design/typography/_headline_medium.html.erb
- app/views/material_design/typography/_headline_small.html.erb
- app/views/material_design/typography/_label_large.html.erb
- app/views/material_design/typography/_title_large.html.erb
- app/views/material_design/typography/_title_small.html.erb
- config/routes.rb
- lib/material_design.rb
- lib/material_design/engine.rb
- lib/material_design/version.rb
- lib/tasks/material_design_tasks.rake
homepage: https://rubygems.org/gems/material_design
licenses:
- MIT
metadata:
  homepage_uri: https://rubygems.org/gems/material_design
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.5.3
signing_key:
specification_version: 4
summary: Material Design
test_files: []