unipept 0.2.4 → 0.2.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/unipept/formatters.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24fa491dfa6ce5dbfbe53ff9bd7ee63159ff0b8f
4
- data.tar.gz: d353c545fdd8db4bb33d873046f4dbf7d2a5fdab
3
+ metadata.gz: e6c81746431b1f8a0d86c9939d7c55a2bc1f6609
4
+ data.tar.gz: f1092c92474a84a7dfbd17f6a092a6e7e4b3d2b8
5
5
  SHA512:
6
- metadata.gz: 309a643a2f2f0b98c305e269aae484aa1c9c3dfed0c665a69ab2475dbf9a23b2c0519dae6b6fe5c25ab1e21dbc44fcd65d123c0a231c087242a178eed6f7c693
7
- data.tar.gz: 43d0c9c573c2cab2facc26730873401dc07d5c1876b5927e9c226a6356a24189b652a5229292286719f1cae09dbba47f639be5caf72b97067bbd8e8285e00c4f
6
+ metadata.gz: 10ac39d865ed33671abf6fb94ddb520a22cb11f19d0390ddc28ea36ae74954da8338292fb79ddf89e0bfe8ea4e3b7626081486279967968222387b7c0a47f8cf
7
+ data.tar.gz: fce265e5b02c848da7d5bd8a5ab4a4ff430740737fdb2b134507ab0ba6d7ddffe5896cf9ab7cce5136e65d738572834ae446cd42114a30629bc687206c399fc6
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.5
@@ -55,7 +55,7 @@ module Unipept
55
55
  if first.kind_of? Array
56
56
  first = first.first
57
57
  end
58
- csv << first.keys.map(&:to_s)
58
+ csv << first.keys.map(&:to_s) if first
59
59
  end
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unipept
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toon Willems
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-25 00:00:00.000000000 Z
11
+ date: 2014-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: shoulda