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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f7c3483421a031e1a8721798f105198fa3303f4
4
- data.tar.gz: e86289e4404d9f0b20900fa4a1698749cc0200e6
3
+ metadata.gz: 8c6aad81a036509d19f22dfc47205c4138badb62
4
+ data.tar.gz: bdee012f56cbceb260ec34fc0f41f126ab23ec48
5
5
  SHA512:
6
- metadata.gz: 9f6d0e62f1aba865782b86f01926f4ec70f719c61d3501563e3a49532ec806294f4dfdd98a562c18c61d8fe6bfe25808727111aa8a89590bc6613f738f9f75c4
7
- data.tar.gz: 2268447f43bf6fe5c251888b7c07da296c90f04f85d8086abf8f89fd849b1abd970d8902dc524cc7e850570d5846b3c637f69a8ca4959b79722c7505c3590eb0
6
+ metadata.gz: 1911a3c922c5f98b4ffade1e69ce5866e03ccd82eb66aeb6ef82d7259d16091f13fa3a1006b6eebb7f941c50b249f43830e5b00a143e953847446ff356634ba1
7
+ data.tar.gz: 625483156dce4fc6901bf6e4460b865f1e3dda9483561fbfb712b784be453252fe021eb660796969e7efd3d44628b660a16e6a624daf13d6b16b6fd0529126dd
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 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/octicons_helper.svg?branch=master)](https://travis-ci.org/primer/octicons_helper)
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
- The minimum CSS you'll need in your rails app is in the [octicons][octicons] repository. You can also npm install that package and include `build/octicons.css` in your styles.
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](https://github.com/primer/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) 2012-2017 GitHub, Inc.
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
- _Font License:_ [SIL OFL 1.1](http://scripts.sil.org/OFL)
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/
@@ -1,3 +1,3 @@
1
1
  module OcticonsHelper
2
- VERSION = "4.0.7".freeze
2
+ VERSION = "4.1.0.pre.a716a786".freeze
3
3
  end
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.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: octicons
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
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: '0'
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/octicons_helper
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: '0'
71
+ version: 1.3.1
72
72
  requirements: []
73
73
  rubyforge_project:
74
74
  rubygems_version: 2.4.5.1