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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aab7ac292f8ed10cc9dd3a06e952f7669a829cb32a51f2b157334145bd10de39
4
- data.tar.gz: 987890b518cbf346f28298b09e6dd71682a5e08a52308fb19158110280477f30
3
+ metadata.gz: 4fcd673b59c91646c328931fff8ee25af6e73d4573b60e08b977a2e91c8aea8e
4
+ data.tar.gz: dd2f0ec34c4db182596936cb32845f58c1ce111876514dc0ba88ac91e37726e0
5
5
  SHA512:
6
- metadata.gz: 19e267bc64f7f9747178e1ce729ba83f377a1007bf19b14efdf87f352e74545b50bbd00fd0a165067120c70e0a90e5b5b89c78a55f4fae11d174f98a723fe06b
7
- data.tar.gz: 1a1867b91b1199a3aa6361238ac99ea224f721f6208559c4a7a7392aceaa0a2a28175c82a5c27987fc7c498af64a3a9c5d99b324e28187aad0fa7437faa7b696
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
- $ bundle install
12
-
10
+ ```shell
11
+ $ bundle install
12
+ ```
13
13
  Or install it yourself as:
14
-
15
- $ gem install jekyll-material-icon-tag
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).
@@ -1,3 +1,3 @@
1
1
  module JekyllMaterialIconTag
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-material-icon-tag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nullint