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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 32aa588fe4a4fe8921a9e949cf07a1b7e543a888
4
- data.tar.gz: 40e7f4f1a8c5578cc18ec13bb795efc3a8c4a464
3
+ metadata.gz: a198dec5bb13bb3f4ca936aa8b135354d6bada9e
4
+ data.tar.gz: b8a023270e9931f8d981971fec961e1acde84551
5
5
  SHA512:
6
- metadata.gz: 2ba05ab8235ddc39a64aa86e097e625c61fcb32ae4654ef12a41ac6efe7e8fb1f6716fcd921c31c233e184631b0c13bacad9ce1105f4f906af50f9e2d73e44ae
7
- data.tar.gz: 54c3e2518f410765a811be53e8d11d81147d3656be85fb30a787f1da14bf262790a05ab420c6d26037d3474cf980f943593074e118f56117f1a15a4833e3422b
6
+ metadata.gz: 38066bef43b4e2ded44ea89075d1f5119252294a37f32246779d61bbbcc3f97c72d5c05f990a6b2711bbfe4e8f8957cc9860bf2f7b9a5dc710fc7f0ef44e6fe9
7
+ data.tar.gz: 316294f549844a48243f7b1560f2eeeb5a4c3359dd3e8165a22375db25e212d2163dabb2bf224c2a348c0e287c002db383d2116ba0bc1a8e94cb0902ed63b56c
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2012-2017 GitHub, Inc.
3
+ Copyright (c) 2018 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,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
- 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
 
51
- (c) 2012-2017 GitHub, Inc.
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
- _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.pre.a716a786".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.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: 2017-10-13 00:00:00.000000000 Z
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: '0'
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: '0'
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/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