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 +4 -4
- data/.travis.yml +0 -1
- data/README.md +1 -1
- data/lib/svg_inline_file_extractor/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: 3bcacb6083e05636f522f5028c500ca457476d53
|
4
|
+
data.tar.gz: 551067eb396dc92b7f07d9b8ef275b3838737191
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dacf73321eafe1cd1a37583ea86667fbc447f06c86b14c2654f95cd81dabb80ecc7412df459360eaff45509e5c7a1c6003691d9c2b3b55f7890630327f48ac42
|
7
|
+
data.tar.gz: 0184fa00645a3c325433741d141fb4169459ce7400f81a4c2fb2811ac071f53e02d61418bd745cafdafe3dacfbfc88b0254d8687b22458ad85231c7443163ae5
|
data/.travis.yml
CHANGED
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.
|
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
|
|
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
|
+
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.
|
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.
|