preservation 0.4.1 → 0.4.2

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: dc2ee5cb41238a308f3a73b05631e8b71b36b173
4
- data.tar.gz: f620ea695218dce799dfd708cf86ee35e490e432
3
+ metadata.gz: 26bdfccfba8fa2f79920f73a13effe5701fcafc1
4
+ data.tar.gz: 73e1d0a7a0060f115f5cc90df76f5341092f8fc8
5
5
  SHA512:
6
- metadata.gz: 7f3fb6d9e81304e76d1f927f8050d29b9885fe95ea4a4365d2995d79751d4b23d0c8128c866db4a8a0e9e8a1893fd9d9dba9096b730c68d9f794214b0beb14a2
7
- data.tar.gz: f54051a3a67dc83b63d2acdf712c9819c1dcfd6cc047e0c8460efde071c0b69b718568901aa1783827e56686bdbee850c997eb5c00c7fbd126bb0828e2ec5e38
6
+ metadata.gz: 2dbce48f44a040569acbfb7b5dc8082b48bf83e3495d2cbed13577b72a0ba38e0c20d4b459145797faac964bbc61d4ec069705d47d1068135a376e1a13c5328e
7
+ data.tar.gz: 975a2b8424ddb540f5c187f8aee2b752f54bd2b81bafc04d4d5626bd471f5fc244717d28db477b9c5e9a085e2da0d8d44047af178531adcd699c8e030a863d30
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## 0.4.2 - 2017-05-18
8
+ ### Fixed
9
+
7
10
  ## 0.4.1 - 2016-09-30
8
11
  ### Fixed
9
12
  - Reporting - pending transfers false positives.
data/README.md CHANGED
@@ -1,7 +1,15 @@
1
- # Preservation [![Gem Version](https://badge.fury.io/rb/preservation.svg)](https://badge.fury.io/rb/preservation) [![GitPitch](https://gitpitch.com/assets/badge.svg)](https://gitpitch.com/lulibrary/preservation)
1
+ # Preservation
2
2
 
3
3
  Extraction and Transformation for Loading by Archivematica's Automation Tools.
4
4
 
5
+ ## Status
6
+
7
+ [![Gem Version](https://badge.fury.io/rb/preservation.svg)](https://badge.fury.io/rb/preservation)
8
+ [![Build Status](https://semaphoreci.com/api/v1/aalbinclark/preservation/branches/master/badge.svg)](https://semaphoreci.com/aalbinclark/preservation)
9
+ [![Code Climate](https://codeclimate.com/github/lulibrary/preservation/badges/gpa.svg)](https://codeclimate.com/github/lulibrary/preservation)
10
+ [![Dependency Status](https://www.versioneye.com/user/projects/5899e0d11e07ae0043969771/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/5899e0d11e07ae0043969771)
11
+ [![GitPitch](https://gitpitch.com/assets/badge.svg)](https://gitpitch.com/lulibrary/preservation)
12
+
5
13
  ## Installation
6
14
 
7
15
  Add this line to your application's Gemfile:
@@ -241,7 +241,7 @@ module Preservation
241
241
  basic_auth: @basic_auth
242
242
  pub.find uuid: i['uuid']
243
243
  doi = pub.doi
244
- if !doi.empty?
244
+ if doi
245
245
  related << doi
246
246
  end
247
247
  end
@@ -1,5 +1,5 @@
1
1
  module Preservation
2
2
  # Semantic version number
3
3
  #
4
- VERSION = "0.4.1"
4
+ VERSION = "0.4.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: preservation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Albin-Clark
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-30 00:00:00.000000000 Z
11
+ date: 2017-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: free_disk_space
@@ -104,4 +104,3 @@ signing_key:
104
104
  specification_version: 4
105
105
  summary: Extraction and Transformation for Loading by Archivematica's Automation Tools.
106
106
  test_files: []
107
- has_rdoc: