image-dumper 0.8.4 → 0.8.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
  SHA256:
3
- metadata.gz: d4411b0b88f57d08a4af26137aea8e24cf3496e76ed5bf978c48795eb4efb3f6
4
- data.tar.gz: a7caee26ab40a0289940c97ad9080a05e17a9817020168e2a0b97f81d9d63586
3
+ metadata.gz: 8b8e06ccd643dada3bd7a3eddb1bf7aaeb33b058b5589ddd1e83498b05bc1094
4
+ data.tar.gz: 437e7a28e0a1a88fb854266a3c4bab044922e5e63c824811fb279182aa757210
5
5
  SHA512:
6
- metadata.gz: 6bd05c8788dc03f4f8bd209aeb615e5fe9bdeaad0e6bbdcc5b3722bc06dbb05a82419173bb5cfc22ffa69ce1bc85aa2f17e2f09ce8415678d5474cd58b19173e
7
- data.tar.gz: fa63a5271d2a78d9ace7a069c3bc73ad70253529b9206751fee0cbcdbc29fffda3e06bb0c160bd9c37e4fc744ba06aae0d21d7f13d1226c88d834feb4680fde7
6
+ metadata.gz: e531f614684ea5f772009e020185cf23870d16d353a1004012259174a8b55b5571aff39e6ee09bb19961230b46a47f375cc542aaef3ce40732e82e1656a04b0e
7
+ data.tar.gz: 755c28b4af5ddab521691a1ad3ee63a3066ef9ff0236d43fc6527c28b75e25a4f577eda16dc90590e8397a69c603ef59a667f2eb3974bd62ddf96b795a53d5bc
data/bin/dumper CHANGED
File without changes
File without changes
File without changes
@@ -45,10 +45,6 @@ module Dumper
45
45
  end
46
46
  end
47
47
 
48
- def initialize
49
- @@where = :screen
50
- end
51
-
52
48
  def update(data)
53
49
  if @@where == :file
54
50
  Logger.log_on_file @@file, data
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -19,6 +19,6 @@
19
19
 
20
20
  module Dumper
21
21
  def self.version
22
- '0.8.4'
22
+ '0.8.5'
23
23
  end
24
24
  end
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image-dumper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giovanni Capuano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-05 00:00:00.000000000 Z
11
+ date: 2018-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri