octicons_helper 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +12 -0
- data/lib/octicons_helper/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2954bb329873474bdd42521bc594c45209066f1e
|
|
4
|
+
data.tar.gz: e05108ebc3d75b9612f6838e73c1bbf3a4d29b3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a538450c92819d089cc13856b23404b2ea1e100a65a6c88f7d287cf73a5c561a0cb8c8c43e7467368435623c2c162a4b75ca0d9b3690b0930c119118d1f2be1
|
|
7
|
+
data.tar.gz: 1076d0b4c9f0697c5770df3d0fc43d017083ab062a75ced66ea15cab0f0a41574704372a6ec1d1dfdc7eee18eb5574840c9854e17e09460e52d11859859087ef
|
data/README.md
CHANGED
|
@@ -27,6 +27,18 @@ The minimum CSS you'll need in your rails app is in the [octicons][octicons] rep
|
|
|
27
27
|
|
|
28
28
|
For a full list of options available, see the [octicons_gem documentation](https://github.com/primer/octicons_gem#documentation)
|
|
29
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_gem/blob/master/lib/octicons/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.
|
|
41
|
+
|
|
30
42
|
## License
|
|
31
43
|
|
|
32
44
|
(c) 2012-2016 GitHub, Inc.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: octicons_helper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
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-07-
|
|
11
|
+
date: 2016-07-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: octicons
|