jekyll-octicons 4.0.7 → 4.1.0.pre.alpha.85d2a6a8
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 +5 -21
- 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: 8c7f4917f36ca800e1093bb19f7326d25c8c2d66
|
4
|
+
data.tar.gz: 58490f7ec033c25b636258b83dea0cba4e43f4ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7f7682c289e5518012f8886382e4b212c3daf9fa9c457e5f2572a6b9c0dd9abc62faf4c2bce23632ee368c0f02235b58491b343d985ff3a9cc130e9c7101250
|
7
|
+
data.tar.gz: 1f6d65c660a929a930920ebb591cd5544879bba4a5dc0e09253cb8e54ea9a3b634aec56f82ff3f2f63df034589020f198c351d461037437ea5075b5c7de97dda
|
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,23 +28,11 @@ 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
|
|
@@ -52,11 +40,7 @@ If you have access to publish this repository, these are the steps to publishing
|
|
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.alpha.85d2a6a8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-12-20 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.85d2a6a8
|
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.85d2a6a8
|
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
|