svg-inline-file-extractor 0.2.4 → 0.2.5

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: 9f174c122201fb01d32d75fc6c3957c34923a9b7
4
- data.tar.gz: 853861900ff6da7fc923274654d5ec9f611a3604
3
+ metadata.gz: 3bcacb6083e05636f522f5028c500ca457476d53
4
+ data.tar.gz: 551067eb396dc92b7f07d9b8ef275b3838737191
5
5
  SHA512:
6
- metadata.gz: f3c0e324dbf2955e9b12022bdf3f7ee83d11f7f534d3b8290d85dedd1b79f0fb717d388dac27c1f80f18695af9cd2faa0826c33fc28a2d12cec8f82a1428bf47
7
- data.tar.gz: 69b6d999821d156b8e1deffe7787e993819fc8d86d246cf3cb8a42209fb61c6e12a1ac13041d3a9bf8577e516779f2e9c308a8b91dfc6b8aba10c8b0bc9969cc
6
+ metadata.gz: dacf73321eafe1cd1a37583ea86667fbc447f06c86b14c2654f95cd81dabb80ecc7412df459360eaff45509e5c7a1c6003691d9c2b3b55f7890630327f48ac42
7
+ data.tar.gz: 0184fa00645a3c325433741d141fb4169459ce7400f81a4c2fb2811ac071f53e02d61418bd745cafdafe3dacfbfc88b0254d8687b22458ad85231c7443163ae5
data/.travis.yml CHANGED
@@ -3,6 +3,5 @@ rvm:
3
3
  - 2.3.0
4
4
  - 2.2.0
5
5
  - 2.1.0
6
- - 2.0.0
7
6
 
8
7
  before_install: gem install bundler -v 1.11.2
data/README.md CHANGED
@@ -18,7 +18,7 @@ using, as the interface is subject to wild change in this early phase of develop
18
18
 
19
19
  ## Installation
20
20
 
21
- This gem is tested against Ruby 2.2.0 and 2.3.0
21
+ This gem is tested against Ruby 2.3.x, 2.2.x and 2.1.x
22
22
 
23
23
  Add this line to your application's Gemfile:
24
24
 
@@ -1,3 +1,3 @@
1
1
  module SvgInlineFileExtractor
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: svg-inline-file-extractor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nic Boie
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  version: '0'
136
136
  requirements: []
137
137
  rubyforge_project:
138
- rubygems_version: 2.5.1
138
+ rubygems_version: 2.4.8
139
139
  signing_key:
140
140
  specification_version: 4
141
141
  summary: Extract inline SVG base64 encoded images, and other inline files.