Sha256: 40408f050373b143f92bd53365c88c0d2be7a3da0c9ccbc73e251c884c1d2bda
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'uswds/version' Gem::Specification.new do |spec| spec.name = "us_web_design_standards_ror" spec.version = Uswds::VERSION spec.authors = ["Henry Quinn"] spec.email = ["henryquinniv@gmail.com"] spec.homepage = "https://rubygems.org" spec.summary = "This is a RoR ready port of the US Web Design Standards." spec.description = "I wanted to use the US Web Design Standards in a project and found that I had to edit quite a bit to get it ready for Rails development; figured I could share the result to save others the hassle." spec.license = "MIT" spec.files = Dir["{lib,vendor,rdoc}/**/*"] + Dir["*"] #spec.test_files = `git ls-files --{test,spec,features}/*`.split("/n") #spec.executables = `git ls-filex -- bin/*`.split("/n").map{ |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "rails", "~>5.0", ">=5.0.0.1" spec.add_development_dependency "bundler", "~> 1.13"; ">=1.13.6" spec.add_development_dependency "rake", "~>11.3", ">= 11.3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
us_web_design_standards_ror-0.2.5 | uswds.gemspec |