jekyll-octicons 4.0.7 → 4.1.0.pre.a716a786
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +6 -22
- data/lib/jekyll-octicons/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a198dec5bb13bb3f4ca936aa8b135354d6bada9e
|
4
|
+
data.tar.gz: b8a023270e9931f8d981971fec961e1acde84551
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38066bef43b4e2ded44ea89075d1f5119252294a37f32246779d61bbbcc3f97c72d5c05f990a6b2711bbfe4e8f8957cc9860bf2f7b9a5dc710fc7f0ef44e6fe9
|
7
|
+
data.tar.gz: 316294f549844a48243f7b1560f2eeeb5a4c3359dd3e8165a22375db25e212d2163dabb2bf224c2a348c0e287c002db383d2116ba0bc1a8e94cb0902ed63b56c
|
data/LICENSE
CHANGED
data/README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
# Octicons jekyll tag
|
2
2
|
|
3
3
|
[![Gem version](https://img.shields.io/gem/v/jekyll-octicons.svg)](https://rubygems.org/gems/jekyll-octicons)
|
4
|
-
[![Build Status](https://travis-ci.org/primer/
|
4
|
+
[![Build Status](https://travis-ci.org/primer/octicons.svg?branch=master)](https://travis-ci.org/primer/octicons)
|
5
5
|
|
6
6
|
> A liquid jekyll tag that injects Octicon svg into the page
|
7
7
|
|
8
|
-
This jekyll liquid tag, is a plugin that will let you easily include svg [octicons][octicons] in your jekyll sites.
|
8
|
+
This jekyll liquid tag, is a plugin that will let you easily include svg [octicons][octicons-docs] in your jekyll sites.
|
9
9
|
|
10
10
|
## Install
|
11
11
|
|
@@ -28,35 +28,19 @@ This jekyll liquid tag, is a plugin that will let you easily include svg [octico
|
|
28
28
|
{% octicon alert height:32 class:"right left" aria-label:hi %}
|
29
29
|
```
|
30
30
|
|
31
|
-
|
31
|
+
We recommend including the CSS in the [octicons_node](../octicons_node/) module. You can also npm install that package and include `build/build.css` in your styles.
|
32
32
|
|
33
33
|
## Documentation
|
34
34
|
|
35
|
-
For a full list of options available, see the [octicons_gem documentation](
|
36
|
-
|
37
|
-
## Publishing
|
38
|
-
|
39
|
-
If you have access to publish this repository, these are the steps to publishing. If you need access, contact [#design-systems](https://github.slack.com/archives/design-systems).
|
40
|
-
|
41
|
-
**Before publishing** This repository relies on the data from [octicons_gem](https://github.com/primer/octicons_gem). To update to the most recent version, you'll need to run `npm run update`
|
42
|
-
|
43
|
-
1. Update the [CHANGELOG.md](./CHANGELOG.md) with relevant version number and any updates made to the repository.
|
44
|
-
2. Update the version in [version.rb](https://github.com/primer/jekyll-octicons/blob/master/lib/jekyll-octicons/version.rb) using the relevant version. The versioning is [semver](http://semver.org/), so version appropriately based on what has changed.
|
45
|
-
3. `npm version <newversion>` Use the same version that you added in step 2.
|
46
|
-
4. `npm run ship` This will build the gem and publish it to rubygems.
|
47
|
-
5. `git push && git push --tags` Push all these changes to origin.
|
35
|
+
For a full list of options available, see the [octicons_gem documentation](../octicons_gem/#documentation)
|
48
36
|
|
49
37
|
## License
|
50
38
|
|
51
|
-
(c)
|
39
|
+
(c) GitHub, Inc.
|
52
40
|
|
53
41
|
When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).
|
54
42
|
|
55
|
-
|
56
|
-
Applies to all font files and SVG files
|
57
|
-
|
58
|
-
_Code License:_ [MIT](./LICENSE)
|
59
|
-
Applies to all other files
|
43
|
+
[MIT](./LICENSE)
|
60
44
|
|
61
45
|
[octicons]: https://github.com/primer/octicons
|
62
46
|
[octicons-docs]: https://octicons.github.com/
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-octicons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.1.0.pre.a716a786
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -28,16 +28,16 @@ dependencies:
|
|
28
28
|
name: octicons
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 5.1.0.pre.alpha.a716a786
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
40
|
+
version: 5.1.0.pre.alpha.a716a786
|
41
41
|
description: A jekyll liquid plugin that makes including svg Octicons simple.
|
42
42
|
email:
|
43
43
|
- support@github.com
|
@@ -49,7 +49,7 @@ files:
|
|
49
49
|
- README.md
|
50
50
|
- lib/jekyll-octicons.rb
|
51
51
|
- lib/jekyll-octicons/version.rb
|
52
|
-
homepage: https://github.com/primer/
|
52
|
+
homepage: https://github.com/primer/octicons
|
53
53
|
licenses:
|
54
54
|
- MIT
|
55
55
|
metadata: {}
|
@@ -64,9 +64,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
64
64
|
version: '0'
|
65
65
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
|
-
- - "
|
67
|
+
- - ">"
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version:
|
69
|
+
version: 1.3.1
|
70
70
|
requirements: []
|
71
71
|
rubyforge_project:
|
72
72
|
rubygems_version: 2.4.5.1
|