spacers_and_dividers 0.0.1 → 1.0.0
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.
- data/README.md +12 -0
- data/lib/spacers_and_dividers/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# Spacers & Dividers
|
2
2
|
|
3
|
+
[](http://badge.fury.io/rb/spacers_and_dividers)
|
4
|
+
|
3
5
|
Spacers and Dividers is my own replacement for ```<hr/>``` and ```<br/>``` with
|
4
6
|
tags with creative touch that you can also use in your projects.
|
5
7
|
|
@@ -26,6 +28,8 @@ Or install it yourself as:
|
|
26
28
|
|
27
29
|
1. Stylized Dividers
|
28
30
|
2. Horizontal Spacers
|
31
|
+
3. Spacers.js
|
32
|
+
4. Dividers.js
|
29
33
|
|
30
34
|
## Contributing
|
31
35
|
|
@@ -34,3 +38,11 @@ Or install it yourself as:
|
|
34
38
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
35
39
|
4. Push to the branch (`git push origin my-new-feature`)
|
36
40
|
5. Create new Pull Request
|
41
|
+
|
42
|
+
## License
|
43
|
+
|
44
|
+
MIT License. Copyright (c) 2013 Robbie Marcelo, see [LICENSE] for full
|
45
|
+
details.
|
46
|
+
|
47
|
+
|
48
|
+
[LICENSE]: http://github.com/rbmrclo/spacers_and_dividers/blob/master/LICENSE.txt
|