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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 32aa588fe4a4fe8921a9e949cf07a1b7e543a888
4
- data.tar.gz: 40e7f4f1a8c5578cc18ec13bb795efc3a8c4a464
3
+ metadata.gz: 8c7f4917f36ca800e1093bb19f7326d25c8c2d66
4
+ data.tar.gz: 58490f7ec033c25b636258b83dea0cba4e43f4ea
5
5
  SHA512:
6
- metadata.gz: 2ba05ab8235ddc39a64aa86e097e625c61fcb32ae4654ef12a41ac6efe7e8fb1f6716fcd921c31c233e184631b0c13bacad9ce1105f4f906af50f9e2d73e44ae
7
- data.tar.gz: 54c3e2518f410765a811be53e8d11d81147d3656be85fb30a787f1da14bf262790a05ab420c6d26037d3474cf980f943593074e118f56117f1a15a4833e3422b
6
+ metadata.gz: f7f7682c289e5518012f8886382e4b212c3daf9fa9c457e5f2572a6b9c0dd9abc62faf4c2bce23632ee368c0f02235b58491b343d985ff3a9cc130e9c7101250
7
+ data.tar.gz: 1f6d65c660a929a930920ebb591cd5544879bba4a5dc0e09253cb8e54ea9a3b634aec56f82ff3f2f63df034589020f198c351d461037437ea5075b5c7de97dda
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2012-2017 GitHub, Inc.
3
+ Copyright (c) 2017 GitHub Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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/jekyll-octicons.svg?branch=master)](https://travis-ci.org/primer/jekyll-octicons)
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
- The minimum CSS you'll need in your jekyll site is in the [octicons][octicons] repository. You can also npm install that package and include `build/octicons.css` in your styles.
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](https://github.com/primer/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
- _Font License:_ [SIL OFL 1.1](http://scripts.sil.org/OFL)
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/
@@ -3,6 +3,6 @@ module Liquid; class Tag; end; end
3
3
 
4
4
  module Jekyll
5
5
  class Octicons < Liquid::Tag
6
- VERSION = "4.0.7".freeze
6
+ VERSION = "4.1.0-alpha.85d2a6a8".freeze
7
7
  end
8
8
  end
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.7
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-10-13 00:00:00.000000000 Z
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: '0'
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: '0'
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/jekyll-octicons
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: '0'
69
+ version: 1.3.1
70
70
  requirements: []
71
71
  rubyforge_project:
72
72
  rubygems_version: 2.4.5.1