DPLibrary 0.0.3 → 0.0.4

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: 91e697afe886a3e40c3ce4e85b5c5c61344d11eb
4
- data.tar.gz: dff0774a163ab798176f6dc698f4805f652dbfca
3
+ metadata.gz: 79de73d0eab723ff514503877ebc7781c957c99b
4
+ data.tar.gz: 42bc7b9a5fe8065b3984644ceb5e1fd5307703b0
5
5
  SHA512:
6
- metadata.gz: 1f9278ab8144088824001e1874d5ea6741b49cbb840ad737b05adb1068315f1545ef0651355fbe8372963a37fdf09c1d6c88811ea64dc69b14fba3685cec9e80
7
- data.tar.gz: fb0731b9864dc2a5124aad3845a5ee3d42b5823a974ccb98d40a36dabe949f057c73e496a4e65feb59bb69124d81ad04a35fd301b2d7591efcb94181a8385f6b
6
+ metadata.gz: cda121358e83708aeff13c424c10ee8debcac802961fd431d04bd9bb95638b2bb284d0fdfc27a2f71495cafd5a1153a856541d8868950f774c3d43daa978aed3
7
+ data.tar.gz: 65c57e75fb294af584d6c8259f74eb9441623d61c7f4355028c0b177c4da822cd56540a481f62175cd56c84e4522f95e19c0b4a92b8eacfbfd26c75d2e893858
data/.travis.yml CHANGED
@@ -5,5 +5,4 @@ rvm:
5
5
  - 1.9.2
6
6
  - jruby-19mode
7
7
  - rbx-19mode
8
- - ruby-head
9
8
  - jruby-head
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Build Status](https://travis-ci.org/[phereford]/[DPLibrary].png)](https://travis-ci.org/[phereford]/[DPLibrary])
1
+ [![Build Status](https://travis-ci.org/phereford/DPLibrary.png)](https://travis-ci.org/phereford/DPLibrary)
2
2
  [![Code Climate](https://codeclimate.com/github/phereford/DPLibrary.png)](https://codeclimate.com/github/phereford/DPLibrary)
3
3
  [![Coverage Status](https://coveralls.io/repos/phereford/DPLibrary/badge.png)](https://coveralls.io/r/phereford/DPLibrary)
4
4
  # DPLibrary
@@ -49,7 +49,7 @@ module DPLibrary
49
49
  end
50
50
 
51
51
  def create_collection(collection_response)
52
- Collection.new(collection_response)
52
+ collection_response.nil? ? nil : Collection.new(collection_response)
53
53
  end
54
54
  end
55
55
  end
@@ -1,3 +1,3 @@
1
1
  module DPLibrary
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: DPLibrary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - phereford
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-23 00:00:00.000000000 Z
11
+ date: 2013-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday