octicons 5.1.0.pre.a716a786 → 5.1.0.pre.alpha.85d2a6a8
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/LICENSE +1 -1
- data/README.md +1 -1
- data/lib/octicons/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: 2c63d49f0414297d1af039e55503a3274e18f1fd
|
4
|
+
data.tar.gz: 6f25579a5c32a16a26df4a051726f8311f624fe7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77d3e3570e1fe46a8dc03820c071e228ce82af699c4fec524d8c2f30115684d00dab5e693331ecf935a28a493170da2940a348b79c2804f644f05e0821278cf6
|
7
|
+
data.tar.gz: 086cf3ee4311836eb4b2a34ac404c5e756e8221f9f3e394d85f4b2b0b5d0eb43fc8d3b82594d49902f06fa843e0e64bcc7dca34050fc9e45215442d06550084a
|
data/LICENSE
CHANGED
data/README.md
CHANGED
@@ -109,7 +109,7 @@ For a full list of options available, see the [octicons_gem documentation](../oc
|
|
109
109
|
|
110
110
|
## License
|
111
111
|
|
112
|
-
(c) GitHub, Inc.
|
112
|
+
(c) 2012-2017 GitHub, Inc.
|
113
113
|
|
114
114
|
When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).
|
115
115
|
|
data/lib/octicons/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octicons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.0.pre.
|
4
|
+
version: 5.1.0.pre.alpha.85d2a6a8
|
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: 2017-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|