fcrepo_wrapper 0.3.0 → 0.3.1

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: 32ab8e3c5f45580a33497d826bf7b1b709b51780
4
- data.tar.gz: 40bf4c99f37dfb5dd1e0a3c669e656d4a7757831
3
+ metadata.gz: 2660fcfacef8965fb2e7b1c9682d1ce740f02aee
4
+ data.tar.gz: ba79ca6340cfd2c68f49a53d300c678940a58167
5
5
  SHA512:
6
- metadata.gz: 7bb4083970b80e8c68b3421d93b2af097d77d2629fcbcfa1ea655f0a537d42242705e347b83893550fdba64380f6c858c09ac5827c21b93b1a6ad68dc673e9f9
7
- data.tar.gz: 4140735815d94087e4f7b93adbe981fdbb99e33ed7e7fe75720db8c173e64be028dd5927615d4badef76e5816207f204e1561c559a1b35fedffdaee34c6cc16c
6
+ metadata.gz: 61df4822123201bc0904430e805a79885f425f7212e1ce1183478cf920893d358f5b72bf5d03b3a62c2a2d5ee78ccdce94132dbc008dad8fd647b337657540da
7
+ data.tar.gz: 244973c7a5cc9b37889df0c6a227c8d0fd688d3673f6fb408b1545da9e49f68eeccd4cba195902306edf15fad068bdf4822495a19fc85efb38ff055897463be4
@@ -193,7 +193,7 @@ module FcrepoWrapper
193
193
  def download
194
194
  unless File.exists?(config.download_path) && validate?(config.download_path)
195
195
  Downloader.fetch_with_progressbar config.download_url, config.download_path
196
- validate! config.download_path
196
+ md5.validate! config.download_path
197
197
  end
198
198
  config.download_path
199
199
  end
@@ -1,3 +1,3 @@
1
1
  module FcrepoWrapper
2
- VERSION = '0.3.0'.freeze
2
+ VERSION = '0.3.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fcrepo_wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Beer