Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

octicons_gem

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

octicons_gem - npm Package Compare versions

Comparing version 5.0.5 to 5.1.0-alpha.1135d0d2

4

package.json
{
"name": "octicons_gem",
"version": "5.0.5",
"version": "5.1.0-alpha.1135d0d2",
"description": "Don't install",

@@ -9,3 +9,3 @@ "scripts": {

"version": "../../script/rubyversion ./lib/octicons/version.rb",
"prepublishOnly": "gem build octicons.gemspec && gem push octicons-$npm_package_version.gem",
"prepublishOnly": "gem build octicons.gemspec && gem push octicons-*.gem",
"test": "bundle exec rubocop && bundle exec rake"

@@ -12,0 +12,0 @@ },

# Octicons gem
[![Gem version](https://img.shields.io/gem/v/octicons.svg)](https://rubygems.org/gems/octicons)
[![Build Status](https://travis-ci.org/primer/octicons_gem.svg?branch=master)](https://travis-ci.org/primer/octicons_gem)
[![Build Status](https://travis-ci.org/primer/octicons.svg?branch=master)](https://travis-ci.org/primer/octicons)

@@ -86,3 +86,3 @@ > Octicons gem to distribute octicons svg

Returns an array of keywords for the icon. The data [comes from the octicons repository](https://github.com/primer/octicons/blob/master/lib/keywords.json). Consider contributing more aliases for the icons.
Returns an array of keywords for the icon. The data comes from the [data file in lib](../data.json). Consider contributing more aliases for the icons.

@@ -107,27 +107,15 @@ ```rb

## Publishing
## Documentation
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).
For a full list of options available, see the [octicons_gem documentation](../octicons_gem/#documentation)
**Before publishing** This repository relies on the data from [octicons][]. To update to the most recent version, you'll need to run `npm run update`
1. Update the [CHANGELOG.md](./CHANGELOG.md) with relevant version number and any updates made to the repository.
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.
3. `npm version <newversion>` Use the same version that you added in step 2.
4. `npm run ship` This will build the gem and publish it to rubygems.
5. `git push && git push --tags` Push all these changes to origin.
## License
(c) 2012-2017 GitHub, Inc.
(c) GitHub, Inc.
When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).
_Font License:_ [SIL OFL 1.1](http://scripts.sil.org/OFL)
Applies to all font files and SVG files
[MIT](./LICENSE)
_Code License:_ [MIT](./LICENSE)
Applies to all other files
[octicons]: https://github.com/primer/octicons
[octicons-docs]: https://octicons.github.com/

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc