styler-sass 0.1.1 → 0.1.2
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/CHANGELOG.md +3 -0
- data/README.md +2 -2
- data/lib/styler/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e650eebcb547d800d7c1f42dcfd7b3bfbe75cd7c
|
4
|
+
data.tar.gz: 98144c72d9226f2b28a03f4badb373c748091b91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f20b1f2afd8d8e3c2db0e549a22f3ce31cbfbdabbb5e78c89302ef63a1308e41f587a3c1c7bf8c547a0caffada3112f985385c92057bff7919d1354e46dc9c53
|
7
|
+
data.tar.gz: 5c97bde5226b0454306ec0e331fb08d5a2bda6bfe77619c917ee72d39bde9a79cd0ac905dc34bfa8d0a546c40725b062c5315de0cb40b15c1d8d3b51bc06d598
|
data/CHANGELOG.md
ADDED
data/README.md
CHANGED
@@ -9,7 +9,7 @@ TODO: Delete this and the text above, and describe your gem
|
|
9
9
|
Add this line to your application's Gemfile:
|
10
10
|
|
11
11
|
```ruby
|
12
|
-
gem 'styler'
|
12
|
+
gem 'styler-sass'
|
13
13
|
```
|
14
14
|
|
15
15
|
And then execute:
|
@@ -18,7 +18,7 @@ And then execute:
|
|
18
18
|
|
19
19
|
Or install it yourself as:
|
20
20
|
|
21
|
-
$ gem install styler
|
21
|
+
$ gem install styler-sass
|
22
22
|
|
23
23
|
## Usage
|
24
24
|
|
data/lib/styler/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alinuxfriend
|
@@ -146,6 +146,7 @@ files:
|
|
146
146
|
- ".gitignore"
|
147
147
|
- ".rspec"
|
148
148
|
- ".travis.yml"
|
149
|
+
- CHANGELOG.md
|
149
150
|
- Gemfile
|
150
151
|
- Guardfile
|
151
152
|
- LICENSE.txt
|