game_icons 0.26.1.20160124 → 0.27.0.20160204

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c8e426491f16af8952a1afc5d0b56776f5357b6
4
- data.tar.gz: 4a98f501459d8cdbb7277053e01796d8cafd96fc
3
+ metadata.gz: 3f9f709ca0244e00b856d02544717177afc88d00
4
+ data.tar.gz: 93600fe79d5f4d64f7d391f57545c17669419983
5
5
  SHA512:
6
- metadata.gz: c33e9bab5de97b1e9595d4c32bf50b3c62dfba7c78ca39744f9447f84195ba972fe5e754f8584c721f524e47e7374b3ceebb5b605378552b6874c41dd9ea57fb
7
- data.tar.gz: 93e16edbfc789c463b91b3707a00b616476d1b2621ecda629afe49494a9e52d5e89e03a7ccfe7f1a4979ebbb2c73ca1130614e476c06cfe2ba385866c16af376
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
@@ -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.26.1.20160124'
6
+ VERSION = '0.27.0.20160204'
7
7
  end
@@ -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
 
@@ -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(2022) }
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.26.1.20160124
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-01-25 00:00:00.000000000 Z
11
+ date: 2016-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler