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 +4 -4
- data/.gitignore +3 -9
- data/CHANGES.md +4 -0
- data/README.md +2 -2
- data/lib/resync/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70d59125cdf9196680be720e33cfdc07ea971888
|
4
|
+
data.tar.gz: f58e9cbf936b63f91a4917749d0c0435e666201d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
#
|
19
|
-
|
20
|
-
|
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
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# resync [![Build Status](https://travis-ci.org/
|
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/
|
45
|
+
[resync-client](https://github.com/CDLUC3/resync-client), a Ruby client library for ResourceSync.
|
46
46
|
|
47
47
|
## Status
|
48
48
|
|
data/lib/resync/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2015-10-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mime-types
|