scss_folder 0.0.2 → 0.0.3
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/README.md +2 -1
- data/lib/scss_folder/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: 5f82da3f313c392ff8e4c63fea9a01c485d564d4
|
4
|
+
data.tar.gz: 5932bc09a165ff0ef7a0b86391a366f44431e58e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f19a2b6399fa50ddd9099acff441e6e707e04d84e26db56f26e756511f351bc70b582c1c6f12a48c75e1aef740cc3d2fbd2562421d10b16c700a8c251e9e882
|
7
|
+
data.tar.gz: f9ea6a0ce457f39b7b0796b1ae42c65ff7e438a7ef825482bdc80dba974aed924531f5c995f5d74c878628c32e5da6f2d53bdab64b8772be5c63954bcda58d11
|
data/README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
# ScssFolder
|
2
|
+
My gem will help you build sass folder quickly and clearly.
|
2
3
|
|
3
4
|
## Installation
|
4
5
|
|
@@ -17,7 +18,7 @@ Or install it yourself as:
|
|
17
18
|
$ gem install scss_folder
|
18
19
|
|
19
20
|
## Usage
|
20
|
-
|
21
|
+
After you install this gem, write command "scss_folder" on your terminal
|
21
22
|
## Development
|
22
23
|
|
23
24
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
data/lib/scss_folder/version.rb
CHANGED