Sha256: 532f4bffee2e1fa7a35fe96ac5207a5b3499a545621d8d89884e4fdefa65cb12

Contents?: true

Size: 976 Bytes

Versions: 1

Compression:

Stored size: 976 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'on/standards/rails/version'

Gem::Specification.new do |spec|
  spec.name          = "on-standards-rails"
  spec.version       = ON::Standards::Rails::VERSION
  spec.authors       = ["Scott Hill"]
  spec.email         = ["scott.hill@life.church"]
  spec.summary       = "Style Standards for Life Church Open Network Team"
  spec.description   = "Style Standards for Life Church Open Network Team"
  spec.homepage      = "http://on-standards.herokuapp.com/"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.4"
  spec.add_dependency('sass-rails', '~>0')
  spec.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
on-standards-rails-2.0.0.pre.alpha on-standards-rails.gemspec