jekyll-octicons 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +5 -13
  2. data/LICENSE +18 -6
  3. data/README.md +20 -2
  4. data/lib/jekyll-octicons/version.rb +1 -1
  5. metadata +11 -11
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YWE3NGQzMjMzZmZkOTI4MTdkYzk1ZjMxMTljNGRkZDE1OTgzZTdiNw==
5
- data.tar.gz: !binary |-
6
- ZDhhMTVkM2JhNzdkNThhODYwYmJlZDNlZTA5NjYxMzM5NDNhYmRjYw==
2
+ SHA1:
3
+ metadata.gz: 3bbb614aa6815255b3f659da4d16353898317df5
4
+ data.tar.gz: 78775084f56d1e1e67f20d3805e771cf0dfda962
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MTU1ODIyMTNhMjFlY2VjZGJmMmI4NDFiYzczODFkNTZiNTcyMTE4NjNmODc0
10
- OWFjZTFmNzM1MTE1ZGM0ZTllNGYyYjQwODgwNDI1YzA3ZTE1ZGEwNGJjMmI4
11
- MjBhZGU1YmUwNzhmNzY0Y2IzNjViY2Q0NGU1NTllNTk5ZTA3OWI=
12
- data.tar.gz: !binary |-
13
- MzliYWZmOWU3NDg3NmM5Y2JkNmFkNmE3MGI3ODZjNzI2ZWRjNWJjNWNkYjNi
14
- YzFmOTc2YmQ2ZmQ4ZTVjNGNkMDBkMTc3OGRiNDg1OWYwNDE5OGNjN2Q1ZTFh
15
- OGI2NTY3MWY4NWZmODAwODM1ZGVlODhjOWE0N2Q0YzA1ZjY2NzE=
6
+ metadata.gz: 42e2523f9c4a7d84075ecc2844f29f9dfd827ab83b2602d101b5fc9473d46fd0d9dcd02ffd4932d9cd25e62b1aac20d4e5afd308b834f308176c2179d952b7be
7
+ data.tar.gz: 6853bd14f9cfa44769322251ae81fd723822012551d9bc569e645de138b5ef56dd73723dc9c049ed3e5ca47bd03bd0844115e58e432cee05ad362072a23dcdb9
data/LICENSE CHANGED
@@ -1,9 +1,21 @@
1
- (c) 2012-2016 GitHub
1
+ MIT License
2
2
 
3
- When using the GitHub logos, be sure to follow the GitHub logo guidelines (https://github.com/logos)
3
+ Copyright (c) 2012-2016 GitHub, Inc.
4
4
 
5
- Font License: SIL OFL 1.1 (http://scripts.sil.org/OFL)
6
- Applies to all font files and SVG files
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
7
11
 
8
- Code License: MIT (http://choosealicense.com/licenses/mit/)
9
- Applies to all other files
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -34,11 +34,29 @@ The minimum CSS you'll need in your jekyll site is in the [octicons][octicons] r
34
34
 
35
35
  For a full list of options available, see the [octicons_gem documentation](https://github.com/primer/octicons_gem#documentation)
36
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.
48
+
37
49
  ## License
38
50
 
39
- _Code License:_ [MIT](./LICENSE) &copy; [GitHub](https://github.com/)
51
+ (c) 2012-2016 GitHub, Inc.
52
+
53
+ When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).
54
+
55
+ _Font License:_ [SIL OFL 1.1](http://scripts.sil.org/OFL)
56
+ Applies to all font files and SVG files
40
57
 
41
- _Font License:_ [SIL OFL 1.1](./LICENSE) &copy; [GitHub](https://github.com/)
58
+ _Code License:_ [MIT](./LICENSE)
59
+ Applies to all other files
42
60
 
43
61
  [octicons]: https://github.com/primer/octicons
44
62
  [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 = '2.0.0'.freeze
6
+ VERSION = '2.1.0'.freeze
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-octicons
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-17 00:00:00.000000000 Z
11
+ date: 2016-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: octicons
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '2.0'
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
40
  version: '2.0'
41
41
  description: A jekyll liquid plugin that makes including svg Octicons simple.
@@ -45,10 +45,10 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
+ - lib/jekyll-octicons/version.rb
49
+ - lib/jekyll-octicons.rb
48
50
  - LICENSE
49
51
  - README.md
50
- - lib/jekyll-octicons.rb
51
- - lib/jekyll-octicons/version.rb
52
52
  homepage: https://github.com/primer/jekyll-octicons
53
53
  licenses:
54
54
  - MIT
@@ -59,17 +59,17 @@ require_paths:
59
59
  - lib
60
60
  required_ruby_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
- - - ! '>='
62
+ - - ">="
63
63
  - !ruby/object:Gem::Version
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
69
  version: '0'
70
70
  requirements: []
71
71
  rubyforge_project:
72
- rubygems_version: 2.4.5
72
+ rubygems_version: 2.0.14.1
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Octicons jekyll liquid tag