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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/styler +2 -15
  3. data/lib/styler/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ccd7fa89ff7c071ccac3966eabc110630e7e92d
4
- data.tar.gz: 6bb618842036d6b8d1d8443fbdcacf3304ed6caa
3
+ metadata.gz: c87bb2455ce34dab183ef332f9ef8d2cecebf0de
4
+ data.tar.gz: 177c980c6dd546ee88f1c4ce299be44ed8d4e24b
5
5
  SHA512:
6
- metadata.gz: 10f58500eabf257a4ff284cc491ae8f865e9df55f1edb3f599ddeed91b146e340cd99c68fe1d51971f0b0058d699a9d8379bf4f9c82f8811862b5c3626f46268
7
- data.tar.gz: 5e67ec216c576f1d8793891a09abb4d65ade26ff6aaff593fab125235eae851f535ffc629325f6e758fa56ccb00cb52d88b2c69658c03fb31dfbed09e1b8b6d9
6
+ metadata.gz: 26e3a9f694ef67c1717e4f0cf7f57f87ad659ae3b1dac2d23f098fc870fc8f0e893f2f56faf6e2076064e7dd68247fb2c84b3db8e7665301cca0c0d9095be0b3
7
+ data.tar.gz: 85b908d7b93c368fce51d04aaedeb14f2ccc769bbf254e670b06a8d96bbefd483b3af4703ff6418253829cfc09cdefe52d6668f8fac99f7a5bc25cdd279b5cd1
data/bin/styler CHANGED
@@ -1,16 +1,3 @@
1
- #!/usr/bin/env ruby
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
- require 'pathname'
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
@@ -1,3 +1,3 @@
1
1
  module Styler
2
- VERSION = "0.1.5.alpha"
2
+ VERSION = "0.1.7.alpha"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: styler-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5.alpha
4
+ version: 0.1.7.alpha
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alinuxfriend