jekyll-material-icon-tag 1.0.0 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -12
- data/lib/jekyll-material-icon-tag/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4fcd673b59c91646c328931fff8ee25af6e73d4573b60e08b977a2e91c8aea8e
|
4
|
+
data.tar.gz: dd2f0ec34c4db182596936cb32845f58c1ce111876514dc0ba88ac91e37726e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d02e94f385c81acb45eb3d352b0eccc0972de3813ce710caab3ebb985c8fe6a1b3c0cb7ef94cffc0a8d02a3777a70b825bee920116abdbb50068eaf41253e1fb
|
7
|
+
data.tar.gz: 1871bc5e6953ea38c5aa733267cc0ca13ce62ad50539fe94585dfbfb5c785a6796cf6fe2418a2fcc42a1f09f3ea9b281278ca35a10e1762ef9c2bd455ad08c6b
|
data/README.md
CHANGED
@@ -7,12 +7,13 @@ gem 'jekyll-material-icon-tag'
|
|
7
7
|
```
|
8
8
|
|
9
9
|
And then execute:
|
10
|
-
|
11
|
-
|
12
|
-
|
10
|
+
```shell
|
11
|
+
$ bundle install
|
12
|
+
```
|
13
13
|
Or install it yourself as:
|
14
|
-
|
15
|
-
|
14
|
+
```shell
|
15
|
+
$ gem install jekyll-material-icon-tag
|
16
|
+
```
|
16
17
|
|
17
18
|
## Usage
|
18
19
|
|
@@ -24,17 +25,10 @@ To render a Material Design Icon use as follows:
|
|
24
25
|
{% icon name_of_icon_you_want %}
|
25
26
|
```
|
26
27
|
|
27
|
-
## Development
|
28
|
-
|
29
|
-
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
30
|
-
|
31
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
32
|
-
|
33
28
|
## Contributing
|
34
29
|
|
35
30
|
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/jekyll-material-icon-tag. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/jekyll-material-icon-tag/blob/master/CODE_OF_CONDUCT.md).
|
36
31
|
|
37
|
-
|
38
32
|
## License
|
39
33
|
|
40
34
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|