svg-inline-file-extractor 0.2.3 → 0.2.4

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: 9d00a790a3ec3da8c4479e4fe41d6dbc671dd8c4
4
- data.tar.gz: 8c847625e736043a775a29d36eca99c0cfd598c7
3
+ metadata.gz: 9f174c122201fb01d32d75fc6c3957c34923a9b7
4
+ data.tar.gz: 853861900ff6da7fc923274654d5ec9f611a3604
5
5
  SHA512:
6
- metadata.gz: 9f7f7dd525f41ad3851b229a1fdb0c1ba98e84b4faa8a63214116daf24502ba26d2441e75a74974a298b1db0213e5bc4ee3c6ce5fbec81b79611c9481eaad7dc
7
- data.tar.gz: ffd6c4b4ff0aa005f59224788266e2d6f6d50c75564d91a96735d7223a404f5655a45de055298a1362f65567e1d0192d281c0c1322972d5159a5aea312203974
6
+ metadata.gz: f3c0e324dbf2955e9b12022bdf3f7ee83d11f7f534d3b8290d85dedd1b79f0fb717d388dac27c1f80f18695af9cd2faa0826c33fc28a2d12cec8f82a1428bf47
7
+ data.tar.gz: 69b6d999821d156b8e1deffe7787e993819fc8d86d246cf3cb8a42209fb61c6e12a1ac13041d3a9bf8577e516779f2e9c308a8b91dfc6b8aba10c8b0bc9969cc
@@ -35,9 +35,9 @@ module SvgInlineFileExtractor
35
35
  end
36
36
 
37
37
  # do something with a temporary copy of uri in a block.
38
- # @param [ String ] uri - the location of the file to open into a temp file.
38
+ # @param [ String ] uri - the location of the file to open into a temp file.
39
39
  def self.with_temp_image(uri)
40
- temp = Tempfile.new
40
+ temp = Tempfile.new('inline_image')
41
41
  temp.binmode
42
42
  puts "opening #{uri}"
43
43
  temp.write open(uri).binmode.read
@@ -1,3 +1,3 @@
1
1
  module SvgInlineFileExtractor
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: svg-inline-file-extractor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nic Boie
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-31 00:00:00.000000000 Z
11
+ date: 2016-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri