resync 0.3.2 → 0.3.3

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: 96e1035c810b4fed9bf5babcfc3a918d77c87e41
4
- data.tar.gz: f6bcc7aaed9744334601c4450e42cf8dbe8df78b
3
+ metadata.gz: 70d59125cdf9196680be720e33cfdc07ea971888
4
+ data.tar.gz: f58e9cbf936b63f91a4917749d0c0435e666201d
5
5
  SHA512:
6
- metadata.gz: 5f568b164e73aa8a31d5c743e2714e037d133bf790ad0e673fddf35db5bd7de0e3e21b2c53bbe40d3f41015ab0b1aecfef494dddda384f92bf3db1c3356f3efb
7
- data.tar.gz: 5a00ce0de59d0422de49d7463e3e0e9d6c3817d0614224f34402e2329e9b6278069f7e186f82fed1379265b37a4ddbff39b5c79662ba4cff1b997bf4292fcc80
6
+ metadata.gz: 818ee7ac8f2dbefbdd5af9c75de455b1ad648bfa015b0803ffbb5f5de52f4068f918e53cd4673b23103eea9a845d2c27d8f3f3d82a02e4ba08210e8ea4bd4ec0
7
+ data.tar.gz: eb04d64b07e23c23bd7c59e8cb307de736121b8fdf0d6977c5f067c0ecadff33a68bd46b828c4a1e88233e5632456d0891973c5ccc3a13f79564abe5c555c563
data/.gitignore CHANGED
@@ -15,15 +15,9 @@
15
15
  *.a
16
16
  mkmf.log
17
17
 
18
- # Rails engine
19
-
20
- .bundle/
21
- log/*.log
22
- spec/dummy/db/*.sqlite3
23
- spec/dummy/db/*.sqlite3-journal
24
- spec/dummy/log/*.log
25
- spec/dummy/tmp/
26
- spec/dummy/.sass-cache
18
+ # gem build
19
+
20
+ *.gem
27
21
 
28
22
  # IntellJ
29
23
 
data/CHANGES.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.3.3
2
+
3
+ - Fix links in README
4
+
1
5
  ## 0.3.2
2
6
 
3
7
  - Move GitHub project to [CDLUC3](https://github.com/CDLUC3/)
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # resync [![Build Status](https://travis-ci.org/dmolesUC3/resync.png?branch=master)](https://travis-ci.org/dmolesUC3/resync) [![Code Climate](https://codeclimate.com/github/dmolesUC3/resync.png)](https://codeclimate.com/github/dmolesUC3/resync) [![Inline docs](http://inch-ci.org/github/dmolesUC3/resync.png)](http://inch-ci.org/github/dmolesUC3/resync)
1
+ # resync [![Build Status](https://travis-ci.org/CDLUC3/resync.png?branch=master)](https://travis-ci.org/CDLUC3/resync) [![Code Climate](https://codeclimate.com/github/CDLUC3/resync.png)](https://codeclimate.com/github/CDLUC3/resync) [![Inline docs](http://inch-ci.org/github/CDLUC3/resync.png)](http://inch-ci.org/github/CDLUC3/resync)
2
2
 
3
3
 
4
4
  A Ruby gem for working with the [ResourceSync](http://www.openarchives.org/rs/1.0/resourcesync) web synchronization framework.
@@ -42,7 +42,7 @@ formatter.write(xml, $stdout)
42
42
 
43
43
  ## See also
44
44
 
45
- [resync-client](https://github.com/dmolesUC3/resync-client), a Ruby client library for ResourceSync.
45
+ [resync-client](https://github.com/CDLUC3/resync-client), a Ruby client library for ResourceSync.
46
46
 
47
47
  ## Status
48
48
 
@@ -1,4 +1,4 @@
1
1
  module Resync
2
2
  # The version of this gem.
3
- VERSION = '0.3.2'
3
+ VERSION = '0.3.3'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
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-08 00:00:00.000000000 Z
11
+ date: 2015-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mime-types