Sha256: 0d1bf70b2b24323ce1418e7b910b534ea3a0d00186f1d8eacb34add5a2dcda91

Contents?: true

Size: 1.09 KB

Versions: 19

Compression:

Stored size: 1.09 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "scss_beautifier"
  spec.version       = SCSSBeautifier::VERSION
  spec.authors       = ["Ivan Tse", "Joe Natalzia"]
  spec.email         = ["ivan.tse1@gmail.com", "jnatalzia@gmail.com"]

  spec.summary       = %q{Beautify your SCSS code}
  spec.description   = %q{Transforms SCSS code to have consistent formatting}
  spec.homepage      = "https://github.com/paperlesspost/scss-beautifier"
  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_dependency "sass", "~> 3.4"

  spec.add_development_dependency "bundler", "~> 1.12"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "minitest", "~> 5.0"
  spec.add_development_dependency "pry"
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
scss_beautifier-0.1.19 scss_beautifier.gemspec
scss_beautifier-0.1.18 scss_beautifier.gemspec
scss_beautifier-0.1.17 scss_beautifier.gemspec
scss_beautifier-0.1.16 scss_beautifier.gemspec
scss_beautifier-0.1.15 scss_beautifier.gemspec
scss_beautifier-0.1.14 scss_beautifier.gemspec
scss_beautifier-0.1.13 scss_beautifier.gemspec
scss_beautifier-0.1.12 scss_beautifier.gemspec
scss_beautifier-0.1.11 scss_beautifier.gemspec
scss_beautifier-0.1.10 scss_beautifier.gemspec
scss_beautifier-0.1.8 scss_beautifier.gemspec
scss_beautifier-0.1.7 scss_beautifier.gemspec
scss_beautifier-0.1.6 scss_beautifier.gemspec
scss_beautifier-0.1.5 scss_beautifier.gemspec
scss_beautifier-0.1.4 scss_beautifier.gemspec
scss_beautifier-0.1.3 scss_beautifier.gemspec
scss_beautifier-0.1.2 scss_beautifier.gemspec
scss_beautifier-0.1.1 scss_beautifier.gemspec
scss_beautifier-0.1.0 scss_beautifier.gemspec