Sha256: bb5f310e81d0bae6d0ef262e85548dc821c8d623025dcf98110188338d26433f
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'usastandards/rails/version' Gem::Specification.new do |spec| spec.name = "usastandards-rails" spec.version = Usastandards::Rails::VERSION spec.authors = "Jon Moss" spec.email = "me@jonathanmoss.me" spec.summary = "Rails useable version of the 18F Web Design Standards" spec.description = "Rails useable version of the 18F Web Design Standards" spec.homepage = "https://github.com/moss-rb/usastandards-rails" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_runtime_dependency "rails" spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
usastandards-rails-0.8.1 | usastandards-rails.gemspec |
usastandards-rails-0.8.0 | usastandards-rails.gemspec |