octicons_helper 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/octicons_helper/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: 8c6aad81a036509d19f22dfc47205c4138badb62
|
4
|
+
data.tar.gz: bdee012f56cbceb260ec34fc0f41f126ab23ec48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1911a3c922c5f98b4ffade1e69ce5866e03ccd82eb66aeb6ef82d7259d16091f13fa3a1006b6eebb7f941c50b249f43830e5b00a143e953847446ff356634ba1
|
7
|
+
data.tar.gz: 625483156dce4fc6901bf6e4460b865f1e3dda9483561fbfb712b784be453252fe021eb660796969e7efd3d44628b660a16e6a624daf13d6b16b6fd0529126dd
|
data/LICENSE
CHANGED
data/README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
# Octicons rails helper
|
2
2
|
|
3
3
|
[![Gem version](https://img.shields.io/gem/v/octicons_helper.svg)](https://rubygems.org/gems/octicons_helper)
|
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 rails helper that inlines SVG octicons
|
7
7
|
|
8
|
-
This rails helper let's you easily include svg [octicons][octicons] in your rails apps.
|
8
|
+
This rails helper let's you easily include svg [octicons][octicons-docs] in your rails apps.
|
9
9
|
|
10
10
|
## Install
|
11
11
|
|
@@ -21,35 +21,19 @@ This rails helper let's you easily include svg [octicons][octicons] in your rail
|
|
21
21
|
<%= octicon "alert", :height => 32, :class => "right left", :"aria-label" => "hi" %>
|
22
22
|
```
|
23
23
|
|
24
|
-
|
24
|
+
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.
|
25
25
|
|
26
26
|
## Documentation
|
27
27
|
|
28
|
-
For a full list of options available, see the [octicons_gem documentation](
|
29
|
-
|
30
|
-
## Publishing
|
31
|
-
|
32
|
-
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).
|
33
|
-
|
34
|
-
**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`
|
35
|
-
|
36
|
-
1. Update the [CHANGELOG.md](./CHANGELOG.md) with relevant version number and any updates made to the repository.
|
37
|
-
2. Update the version in [version.rb](https://github.com/primer/octicons_helper/blob/master/lib/octicons_helper/version.rb) using the relevant version. The versioning is [semver](http://semver.org/), so version appropriately based on what has changed.
|
38
|
-
3. `npm version <newversion>` Use the same version that you added in step 2.
|
39
|
-
4. `npm run ship` This will build the gem and publish it to rubygems.
|
40
|
-
5. `git push && git push --tags` Push all these changes to origin.
|
28
|
+
For a full list of options available, see the [octicons_gem documentation](../octicons_gem/#documentation)
|
41
29
|
|
42
30
|
## License
|
43
31
|
|
44
|
-
(c)
|
32
|
+
(c) GitHub, Inc.
|
45
33
|
|
46
34
|
When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).
|
47
35
|
|
48
|
-
|
49
|
-
Applies to all font files and SVG files
|
50
|
-
|
51
|
-
_Code License:_ [MIT](./LICENSE)
|
52
|
-
Applies to all other files
|
36
|
+
[MIT](./LICENSE)
|
53
37
|
|
54
38
|
[octicons]: https://github.com/primer/octicons
|
55
39
|
[octicons-docs]: https://octicons.github.com/
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octicons_helper
|
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: octicons
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 5.1.0.pre.alpha.a716a786
|
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
|
-
version:
|
26
|
+
version: 5.1.0.pre.alpha.a716a786
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rails
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -51,7 +51,7 @@ files:
|
|
51
51
|
- lib/octicons_helper/helper.rb
|
52
52
|
- lib/octicons_helper/railtie.rb
|
53
53
|
- lib/octicons_helper/version.rb
|
54
|
-
homepage: https://github.com/primer/
|
54
|
+
homepage: https://github.com/primer/octicons
|
55
55
|
licenses:
|
56
56
|
- MIT
|
57
57
|
metadata: {}
|
@@ -66,9 +66,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
66
|
version: '0'
|
67
67
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
68
68
|
requirements:
|
69
|
-
- - "
|
69
|
+
- - ">"
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version:
|
71
|
+
version: 1.3.1
|
72
72
|
requirements: []
|
73
73
|
rubyforge_project:
|
74
74
|
rubygems_version: 2.4.5.1
|