Sha256: 99df6f3fdb17ce98df218eb3b6732875d6dcc06a9e5c89cbbd0cd928549c3b23
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'getmdl_rails/version' Gem::Specification.new do |spec| spec.name = "getmdl_rails" spec.version = GetmdlRails::VERSION spec.authors = ["Nitesh Nehra"] spec.email = ["nitesh.nehra@gmail.com"] spec.summary = %q{This gem allows you to get material design in rails application.} spec.description = %q{Material Design (codenamed Quantum Paper) is a design language developed by Google. Expanding upon the 'card' motifs that debuted in android, Material Design makes more liberal use of grid-based layouts, responsive animations and transitions, padding, and depth effects such as lighting and shadows.} spec.homepage = "" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
getmdl_rails-0.2.0 | getmdl_rails.gemspec |
getmdl_rails-0.1.0 | getmdl_rails.gemspec |