arxivsync 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dddf2ff2529dee6f0d6638d7f58096c9a775b9b0
4
- data.tar.gz: 624f0ef9a81a0c3cb3990736181eaef64c845caa
3
+ metadata.gz: d121995e0f54daefd7743f0722d30364a128f323
4
+ data.tar.gz: fa246e142ac77b4deccd51700df2da0c989a7ebf
5
5
  SHA512:
6
- metadata.gz: 107a2b4336920bf2a134e7a4ca04091b596199f9c984f84b3a3440062dc1f02d37e5e0d244735550ebea7000a6bfd6b607fe0e423544b892a35d964153b47539
7
- data.tar.gz: e27c824d500aa07108813cd14e1fadc6b78c308f2c2302ec1e9983392efd89ac4137d8021ccb73492b447f2bb4bfc34f3e0fa370ef20c71d806ab57e7d0c3c8b
6
+ metadata.gz: e496c179bbbf343a8a88b20afb066148f68f59989a00bb960280a804a71c72944c84ba87806979cebb055bfe1a1db2176c047984770406331d944aa4810b9f4e
7
+ data.tar.gz: 0e699871d983fdc3ea42598cb3caf892c6bcce5cd59c8106f7eb4da5d9375938737a161e1f89b9c1cd409160ca48f2528fa8c655fe24e8010406619a256617c7
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # arxivsync 0.1.0
1
+ # arxivsync 0.1.1
2
2
 
3
3
  Ruby OAI interface for harvesting the arXiv. Can be used to store and update an XML mirror of paper metadata, and parse the XML into Ruby objects to allow conversion into a friendlier format.
4
4
 
data/bin/arxivsync CHANGED
@@ -23,6 +23,4 @@ if it does not exist.}
23
23
  archive.sync
24
24
  end
25
25
 
26
- if __FILE__ == $0
27
- arxivsync
28
- end
26
+ arxivsync
@@ -1,3 +1,3 @@
1
1
  module ArxivSync
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arxivsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaiden Mispy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-28 00:00:00.000000000 Z
11
+ date: 2014-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler