resync-client 0.4.0 → 0.4.1

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: f9d9bfd64f7f41f8e9354905c7f36c4a0269ed6d
4
- data.tar.gz: 546b468d75eddb8692510c3e59416289cdc04d40
3
+ metadata.gz: 985aec59a29464afb67d9041aadd2e03dfee5ffa
4
+ data.tar.gz: 4d8d9dda759411e789498247d6d80210c02b9bbd
5
5
  SHA512:
6
- metadata.gz: a7152c87b1ca07516e92a5db344020d92edceeda5390dc7f3bdc8c070fdd7f44d05df10b26392f9f432782f34722d5e4b69267a38b35596354420bd17a63d8a6
7
- data.tar.gz: e1438b13d4049cd1662165536c5d44e575510876c48876d9aca3513af6b90d3ed894cbabb9cb543a3937a8fe1329ff07aaed6bb07b040c2f29c8817e1d150faf
6
+ metadata.gz: f68f2aab7ea9a7059f0a546170f6a3668fa500c8f16564c5a7da2f8e13427ff92ceffd27fad85d6f9fa2e127889b91be44411ed598c8b33e0797026abaee1ae9
7
+ data.tar.gz: c9378e4651446d15bf24c10031b789e7ba0a39c3aac4154d6b60c167553bde3cafc7b514063fd99bfe7f67b03420f4680953d29300c8b17974865b8e538d801b
data/CHANGES.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.4.1
2
+
3
+ - Update to depend on [resync](https://github.com/CDLUC3/resync) 0.4.1
4
+
1
5
  ## 0.4.0
2
6
 
3
7
  - Update to depend on [resync](https://github.com/CDLUC3/resync) 0.4.0
data/README.md CHANGED
@@ -1,4 +1,9 @@
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)
1
+ # resync-client
2
+
3
+ [![Build Status](https://travis-ci.org/CDLUC3/resync-client.svg?branch=master)](https://travis-ci.org/CDLUC3/resync-client)
4
+ [![Code Climate](https://codeclimate.com/github/CDLUC3/resync-client.svg)](https://codeclimate.com/github/CDLUC3/resync-client)
5
+ [![Inline docs](http://inch-ci.org/github/CDLUC3/resync-client.svg)](http://inch-ci.org/github/CDLUC3/resync-client)
6
+ [![Gem Version](https://img.shields.io/gem/v/resync-client.svg)](https://github.com/CDLUC3/resync-client/releases)
2
7
 
3
8
  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
9
 
@@ -1,6 +1,6 @@
1
1
  module Resync
2
2
  class Client
3
3
  # The version of this gem.
4
- VERSION = '0.4.0'
4
+ VERSION = '0.4.1'
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.4'
26
+ spec.add_dependency 'resync', '~> 0.4', '>= 0.4.1'
27
27
  spec.add_dependency 'rubyzip', '~> 1.1'
28
28
 
29
29
  spec.add_development_dependency 'equivalent-xml', '~> 0.6.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resync-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Moles
@@ -37,6 +37,9 @@ dependencies:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: '0.4'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 0.4.1
40
43
  type: :runtime
41
44
  prerelease: false
42
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -44,6 +47,9 @@ dependencies:
44
47
  - - "~>"
45
48
  - !ruby/object:Gem::Version
46
49
  version: '0.4'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 0.4.1
47
53
  - !ruby/object:Gem::Dependency
48
54
  name: rubyzip
49
55
  requirement: !ruby/object:Gem::Requirement