styler-sass 0.1.5.alpha → 0.1.7.alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/styler +2 -15
- data/lib/styler/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c87bb2455ce34dab183ef332f9ef8d2cecebf0de
|
4
|
+
data.tar.gz: 177c980c6dd546ee88f1c4ce299be44ed8d4e24b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26e3a9f694ef67c1717e4f0cf7f57f87ad659ae3b1dac2d23f098fc870fc8f0e893f2f56faf6e2076064e7dd68247fb2c84b3db8e7665301cca0c0d9095be0b3
|
7
|
+
data.tar.gz: 85b908d7b93c368fce51d04aaedeb14f2ccc769bbf254e670b06a8d96bbefd483b3af4703ff6418253829cfc09cdefe52d6668f8fac99f7a5bc25cdd279b5cd1
|
data/bin/styler
CHANGED
@@ -1,16 +1,3 @@
|
|
1
|
-
|
2
|
-
#
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'styler' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
1
|
+
require File.dirname(__FILE__) + '/../lib/styler.rb'
|
8
2
|
|
9
|
-
|
10
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
|
11
|
-
Pathname.new(__FILE__).realpath)
|
12
|
-
|
13
|
-
require 'rubygems'
|
14
|
-
require 'bundler/setup'
|
15
|
-
|
16
|
-
load Gem.bin_path('styler-sass', 'styler')
|
3
|
+
Styler::Generator.start
|
data/lib/styler/version.rb
CHANGED