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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aaf1a4dc668e33aac6dcaee52711fb510ddbf27a
4
- data.tar.gz: 5adfc522de24780a7339827f01a2a3bb6500c1d1
3
+ metadata.gz: e650eebcb547d800d7c1f42dcfd7b3bfbe75cd7c
4
+ data.tar.gz: 98144c72d9226f2b28a03f4badb373c748091b91
5
5
  SHA512:
6
- metadata.gz: b25b7b5a8b9e5cb29163bce6c2862e4f2400decbdc829ba950427d3940fe4d68771826bc8ccdbd6e09626459dec5c05447f12220f28e09059d5c54b24610d58a
7
- data.tar.gz: 9a9be19d63b40de1ebc6bbc72f7250dfe1ddb5575ae34f858f9df57b666413fbe77699e86d5cd07361aaa8833776294aa1409a5ad0e46a2a3636d6b38d6725a8
6
+ metadata.gz: f20b1f2afd8d8e3c2db0e549a22f3ce31cbfbdabbb5e78c89302ef63a1308e41f587a3c1c7bf8c547a0caffada3112f985385c92057bff7919d1354e46dc9c53
7
+ data.tar.gz: 5c97bde5226b0454306ec0e331fb08d5a2bda6bfe77619c917ee72d39bde9a79cd0ac905dc34bfa8d0a546c40725b062c5315de0cb40b15c1d8d3b51bc06d598
data/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ '''
2
+ release 1.1.1
3
+ '''
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
 
@@ -1,3 +1,3 @@
1
1
  module Styler
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.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