Sha256: 5bb943b2b9abc3b9a0dcd88b464767310f0d6a822bde8b0f2d97352974b8bf25
Contents?: true
Size: 1.62 KB
Versions: 4
Compression:
Stored size: 1.62 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'styler/version' Gem::Specification.new do |spec| spec.name = "styler-sass" spec.version = Styler::VERSION spec.authors = ["Alinuxfriend"] spec.email = ["ajoshi856@gmail.com"] spec.summary = %q{Hybrid Solution for bootstrap bourbon awesome font normalize} spec.description = %q{Hybrid Solution for bootstrap bourbon awesome font normalize} spec.homepage = "https://github.com/Alinuxfriend/Styler" spec.license = "MIT" # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or # delete this section to allow pushing this gem to any host. if spec.respond_to?(:metadata) spec.metadata['allowed_push_host'] = "https://rubygems.org" else raise "RubyGems 2.0 or newer is required to protect against public gem pushes." end 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_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec" spec.add_runtime_dependency("sass", "~> 3.4") spec.add_runtime_dependency("thor", "~> 0.19") spec.add_development_dependency("aruba", "~> 0.6.2") spec.add_development_dependency("css_parser", "~> 1.3") spec.add_development_dependency("scss_lint", "0.41") spec.add_development_dependency("guard-rspec") end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
styler-sass-0.1.4 | styler.gemspec |
styler-sass-0.1.3 | styler.gemspec |
styler-sass-0.1.2 | styler.gemspec |
styler-sass-0.1.1 | styler.gemspec |