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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b13c07cff6c6fe7c3641005917d64f8569728aa5
4
- data.tar.gz: 5292e11b0d60d7e592a23253fe89108596e64ce1
3
+ metadata.gz: 5f82da3f313c392ff8e4c63fea9a01c485d564d4
4
+ data.tar.gz: 5932bc09a165ff0ef7a0b86391a366f44431e58e
5
5
  SHA512:
6
- metadata.gz: 2ab926f929b6c52ce49425dd6db63ce516f4e65a9ca3209e26f78cff19fa49492cb36b70de73bdbfe269fe61fbb7490b2d6149169edaa13a9d3de4976fce6798
7
- data.tar.gz: ad28fc9ec22e073e1c3de2c4b57efae3fb24dd03dd13d325bc95ac2db416f82ee397d750c513bbec95f63a408cd572fc52a1dfb443af9a657695c961c96064b5
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
- My gem will help you build sass folder quickly and clearly.
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.
@@ -1,3 +1,3 @@
1
1
  module ScssFolder
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scss_folder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - at-trangnguyen