resync-client 0.3.5 → 0.4.0

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: bb71c388d0055ede0d253fd4fec193a47d081a21
4
- data.tar.gz: 57f590eed6930409bc13b88f870532e9e5d619ec
3
+ metadata.gz: f9d9bfd64f7f41f8e9354905c7f36c4a0269ed6d
4
+ data.tar.gz: 546b468d75eddb8692510c3e59416289cdc04d40
5
5
  SHA512:
6
- metadata.gz: 7c29e638cf243e998239488ff7078a427cea9151ed2cd55f783770a4d8460c8010bd45fc52b06cb6424489e07e008e25e81f344d2ffb8cef57ba90554fbde0bf
7
- data.tar.gz: 6ee69f7b9e32245acc2894da5ac00ad6761eee9f5bf35148860041937447408a6b51b2e6741d6a0a653388e83fa24effe621d18dc51d4ad7b7e7f184d13928de
6
+ metadata.gz: a7152c87b1ca07516e92a5db344020d92edceeda5390dc7f3bdc8c070fdd7f44d05df10b26392f9f432782f34722d5e4b69267a38b35596354420bd17a63d8a6
7
+ data.tar.gz: e1438b13d4049cd1662165536c5d44e575510876c48876d9aca3513af6b90d3ed894cbabb9cb543a3937a8fe1329ff07aaed6bb07b040c2f29c8817e1d150faf
data/CHANGES.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.4.0
2
+
3
+ - Update to depend on [resync](https://github.com/CDLUC3/resync) 0.4.0
4
+
1
5
  ## 0.3.5
2
6
 
3
7
  - Fix issue where `Dir.glob` could cause files to be required in an unpredictable order (h/t [nabeta](https://github.com/CDLUC3/resync/pull/1))
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # resync-client [![Build Status](https://travis-ci.org/dmolesUC3/resync-client.png?branch=master)](https://travis-ci.org/dmolesUC3/resync-client) [![Code Climate](https://codeclimate.com/github/dmolesUC3/resync-client.png)](https://codeclimate.com/github/dmolesUC3/resync-client) [![Inline docs](http://inch-ci.org/github/dmolesUC3/resync-client.png)](http://inch-ci.org/github/dmolesUC3/resync-client)
1
+ # resync-client [![Build Status](https://travis-ci.org/CDLUC3/resync-client.png?branch=master)](https://travis-ci.org/CDLUC3/resync-client) [![Code Climate](https://codeclimate.com/github/CDLUC3/resync-client.png)](https://codeclimate.com/github/CDLUC3/resync-client) [![Inline docs](http://inch-ci.org/github/CDLUC3/resync-client.png)](http://inch-ci.org/github/CDLUC3/resync-client) [![Gem Version](https://img.shields.io/gem/v/resync-client.svg)](https://github.com/CDLUC3/resync-client/releases)
2
2
 
3
- A gem providing a Ruby client for the [ResourceSync](http://www.openarchives.org/rs/1.0/resourcesync) web synchronization framework, based on the [resync](https://github.com/dmolesUC3/resync) gem and [Net::HTTP](http://ruby-doc.org/stdlib-2.2.2/libdoc/net/http/rdoc/Net/HTTP.html).
3
+ A gem providing a Ruby client for the [ResourceSync](http://www.openarchives.org/rs/1.0/resourcesync) web synchronization framework, based on the [resync](https://github.com/CDLUC3/resync) gem and [Net::HTTP](http://ruby-doc.org/stdlib-2.2.2/libdoc/net/http/rdoc/Net/HTTP.html).
4
4
 
5
5
  ## Usage
6
6
 
@@ -1,6 +1,6 @@
1
1
  module Resync
2
2
  class Client
3
3
  # The version of this gem.
4
- VERSION = '0.3.5'
4
+ VERSION = '0.4.0'
5
5
  end
6
6
  end
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
  spec.require_paths = ['lib']
24
24
 
25
25
  spec.add_dependency 'lazy', '~> 0.9', '>= 0.9.6'
26
- spec.add_dependency 'resync', '~> 0.2', '>= 0.3.4'
26
+ spec.add_dependency 'resync', '~> 0.4'
27
27
  spec.add_dependency 'rubyzip', '~> 1.1'
28
28
 
29
29
  spec.add_development_dependency 'equivalent-xml', '~> 0.6.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resync-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Moles
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-14 00:00:00.000000000 Z
11
+ date: 2015-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lazy
@@ -36,20 +36,14 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '0.2'
40
- - - ">="
41
- - !ruby/object:Gem::Version
42
- version: 0.3.4
39
+ version: '0.4'
43
40
  type: :runtime
44
41
  prerelease: false
45
42
  version_requirements: !ruby/object:Gem::Requirement
46
43
  requirements:
47
44
  - - "~>"
48
45
  - !ruby/object:Gem::Version
49
- version: '0.2'
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: 0.3.4
46
+ version: '0.4'
53
47
  - !ruby/object:Gem::Dependency
54
48
  name: rubyzip
55
49
  requirement: !ruby/object:Gem::Requirement