game_icons 0.26.1.20160124 → 0.27.0.20160204
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/CHANGELOG.md +3 -0
- data/lib/game_icons/version.rb +1 -1
- data/resources/icons/license.txt +1 -0
- data/spec/regression_spec.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: 3f9f709ca0244e00b856d02544717177afc88d00
|
4
|
+
data.tar.gz: 93600fe79d5f4d64f7d391f57545c17669419983
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f80cfdc3c8ad61f48ae3b37361b5e8d7627c94ac964fdd5c4bd73ef351c3d4099d3e1b8e95a6ebd9bd4e498e8ff78e8b8c62b9865536ce98673cedaf2ba913e
|
7
|
+
data.tar.gz: cbd0f807cc6a2f74d0331aeaa427089487198de71919b76091d92aadcfb46af0cb022cbc9fc9cd8284962ae88f53cdde199d53c4b86f6a22d6637a2e743f5024
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,9 @@ This gem follows [semantic versioning](http://semver.org), with the date of the
|
|
5
5
|
e.g. "0.1.0.20150413.alpha" has the April 13, 2015 release of game-icons.net
|
6
6
|
|
7
7
|
## v0.26.0 / 2016-01-25
|
8
|
+
* Update for Feb 4 icons
|
9
|
+
|
10
|
+
## v0.26.1 / 2016-01-25
|
8
11
|
* Fix version number
|
9
12
|
|
10
13
|
## v0.26.0 / 2016-01-25
|
data/lib/game_icons/version.rb
CHANGED
@@ -3,5 +3,5 @@ module GameIcons
|
|
3
3
|
# e.g. "0.1.0.20150413.alpha" will eventually become "0.1.0.20150413"
|
4
4
|
# Uses semantic versioning: http://semver.org/
|
5
5
|
# The date after the semver numbers is the build date from game-icons.net
|
6
|
-
VERSION = '0.
|
6
|
+
VERSION = '0.27.0.20160204'
|
7
7
|
end
|
data/resources/icons/license.txt
CHANGED
@@ -16,6 +16,7 @@ Each subfolders in this archive correspond to a different contributor :
|
|
16
16
|
- Irongamer, http://ecesisllc.wix.com/home
|
17
17
|
- HeavenlyDog, http://www.gnomosygoblins.blogspot.com
|
18
18
|
- Lucas
|
19
|
+
- Faithtoken, http://fungustoken.deviantart.com
|
19
20
|
|
20
21
|
Please, include a mention "Icons made by {author}" in your derivative work.
|
21
22
|
|
data/spec/regression_spec.rb
CHANGED
@@ -4,7 +4,7 @@ require 'game_icons'
|
|
4
4
|
# These are tests that will change with each release, but might find brokenness as we go.
|
5
5
|
|
6
6
|
describe GameIcons do
|
7
|
-
it('has the expected number of icons') { expect(GameIcons.names.count).to eq(
|
7
|
+
it('has the expected number of icons') { expect(GameIcons.names.count).to eq(2031) }
|
8
8
|
|
9
9
|
it 'loads known svg data' do
|
10
10
|
exp = <<-EOSVG
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: game_icons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.27.0.20160204
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Meneely
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|