miteru 0.9.5 → 0.9.6

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: ee2144823cc65914a3ca5d86193a75273afbfadabf2d8fad0ed2357f24a2a135
4
- data.tar.gz: 59ed9b9bf6dd06e6eddefe6954098c55ee788ab5102b1b69e7694ca3ad3e1cc4
3
+ metadata.gz: cb9c20111a24e67de7f13cfec1a28f59dd45760bf8f49ebb73a04e1dd8fc6cd3
4
+ data.tar.gz: '0801d93ed7f76d276daa3e6d19f122448d2be6bcab8a030f624b5b841dc91156'
5
5
  SHA512:
6
- metadata.gz: 3d8f49799b526090b42bb5272a4b2d730b011481ca207c6baffea3c8296890bc9d1edc04f1e36c2347731a1ca2e6bb787ca13882caabc697ec159d9606950c46
7
- data.tar.gz: 4789330778462c641029df5a4a909b036d795b6b9a146273e1e948654b9a0f5f55ddfdb265fcd8abbc04e5fa31417cb0bb1a4686daaa2b2a3042b8ce01f96bef
6
+ metadata.gz: 28e0951fb925046647f5ecc45da42c4777106925890ec644925d3f82f8b7c6b44dc47c41075b589d08fa7a92de8c0a1cba4481cda92e0094b355c2e60f9e831a
7
+ data.tar.gz: 1ede811bcb66b49193be59218d0313d486b296d54de6b6861fb6e1fd2b8778326308bd7817abb392d3ded522aacb4605178f0fbd308de22b6f0841b975027b4f
@@ -17,7 +17,6 @@ module Miteru
17
17
  target_url = "#{url}/#{path}"
18
18
  begin
19
19
  download_file_path = HTTPClient.download(target_url, base_dir)
20
- puts download_file_path
21
20
  if duplicated?(download_file_path, base_dir)
22
21
  puts "Do not download #{target_url} because there is a same hash file in the directory (SHA256: #{sha256(download_file_path)})."
23
22
  FileUtils.rm download_file_path
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Miteru
4
- VERSION = "0.9.5"
4
+ VERSION = "0.9.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miteru
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manabu Niseki