esvg 2.0.3 → 2.1.0

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: ce03f468b00edef2311bb762573567e6be4dc210
4
- data.tar.gz: b3e999343131df4bf21abaa1f5e69625c09a7bd9
3
+ metadata.gz: 76c3e6b7749d4d679b9113f46adedf53c398c223
4
+ data.tar.gz: 743a219c711382a0c91c01c8ecbf29376a1920cb
5
5
  SHA512:
6
- metadata.gz: 234e339099f30cb2390e64d2da36b035ab9865b6d6b3667f99a56a380b2236d37171d1b9070aa6c30197c662a0ca2f7923a98dc2be5ec93313e8fe741601ea09
7
- data.tar.gz: 0469ebe8dd5d341709e1887a5df5dc8185f6957aa3a55238a15a781af7e904c93ca8da80c322becaa8dad0e7e3508ee5fd8068751297d150e05fdff981616aba
6
+ metadata.gz: cecca171d39ff8c481179ef3a6327a8f4e501cf524dcc9575eed18d2079c39991a5cc53748fa145eaab287f09c75faf5a81da28abff3ac9f4c889fe5b0731320
7
+ data.tar.gz: 103420e56918b92da4a27554ad8fc850c3b760e91fd986e53ce645e36ef4f79facee924acd0af9e01cd9af4b35e28a17b1add8a75ad7343003b152be220d5d38
@@ -1,7 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ### 2.0.2 (2015-09-23)
4
- - Fix: Caching on just about everything.
3
+ ### 2.1.0 (2015-09-23)
4
+ - Minor: `Esvg.icons.svgs` will now return the hash of svgs.
5
+
6
+ ### 2.0.3 (2015-09-23)
7
+ - Fix: Fixed configuration merge order
5
8
 
6
9
  ### 2.0.2 (2015-07-10)
7
10
  - Fix: Caching on just about everything.
@@ -2,7 +2,7 @@ require 'yaml'
2
2
 
3
3
  module Esvg
4
4
  class SVG
5
- attr_accessor :files
5
+ attr_accessor :files, :svgs
6
6
 
7
7
  CONFIG = {
8
8
  path: Dir.pwd,
@@ -1,3 +1,3 @@
1
1
  module Esvg
2
- VERSION = "2.0.3"
2
+ VERSION = "2.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: esvg
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis