octicons_helper 2.1.0 → 3.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2954bb329873474bdd42521bc594c45209066f1e
4
- data.tar.gz: e05108ebc3d75b9612f6838e73c1bbf3a4d29b3b
3
+ metadata.gz: c1cee8914d08186946d7328e55612a1ff9f32639
4
+ data.tar.gz: 35d4d217c967e53988e0ee2bf5b889ec151b3496
5
5
  SHA512:
6
- metadata.gz: 8a538450c92819d089cc13856b23404b2ea1e100a65a6c88f7d287cf73a5c561a0cb8c8c43e7467368435623c2c162a4b75ca0d9b3690b0930c119118d1f2be1
7
- data.tar.gz: 1076d0b4c9f0697c5770df3d0fc43d017083ab062a75ced66ea15cab0f0a41574704372a6ec1d1dfdc7eee18eb5574840c9854e17e09460e52d11859859087ef
6
+ metadata.gz: 4af7705d4bdaf6dff1f43697d616d72d651c4a6945e82db0595fac57c1e4e0b34f28f1fd2d3114ff276594060506046eddc64356a2c6dc79da9b347d80f088ea
7
+ data.tar.gz: d862abf60455afde496066da88c27397084ba908af23b825f88daed26a0760c91ac79a4499749da7ff6f7c47da7a8f448b5c5e2832d4a5cdbd9fb1f166bcf942
data/README.md CHANGED
@@ -34,7 +34,7 @@ If you have access to publish this repository, these are the steps to publishing
34
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
35
 
36
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.
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
38
  3. `npm version <newversion>` Use the same version that you added in step 2.
39
39
  4. `npm run ship` This will build the gem and publish it to rubygems.
40
40
  5. `git push && git push --tags` Push all these changes to origin.
@@ -1,3 +1,3 @@
1
1
  module OcticonsHelper
2
- VERSION = "2.1.0".freeze
2
+ VERSION = "3.0.1".freeze
3
3
  end
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.1.0
4
+ version: 3.0.1
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-12 00:00:00.000000000 Z
11
+ date: 2016-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octicons
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '2.0'
19
+ version: '3.0'
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: '2.0'
26
+ version: '3.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rails
29
29
  requirement: !ruby/object:Gem::Requirement