worldcatapi 1.0.4 → 1.0.5

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: 47894abfbc19623439c9fba04988bfa9b1202a81
4
- data.tar.gz: 420265597bbcbe3c8d0e96ca39e0a66505ce0e98
3
+ metadata.gz: dcddf51b8a7c019d1b77eb8a92f670e9daff07fd
4
+ data.tar.gz: 8132d9463eaa13c52997ed922532f6a98b0ccf8b
5
5
  SHA512:
6
- metadata.gz: 654d610a2ff419f76ea8500bdea031f832c4679e11e1a4dec8d12057c1d4b7c60965b8fe9bee3f48a839823f1256a7b0761bc530e0a74f9bd947ac7d76f81702
7
- data.tar.gz: 24b89039b5bfdeb842b601e621cfb2c61bdf48b7dbd46a0fd91ab16e24102ec894c34aab0e2e2ce10c8670c3a7db965397feebe90969717075a61f94eb3f2b53
6
+ metadata.gz: 364477863437225fd7beb5adef3ba14e26c0440f9603dfd3b01ac3fc235bb1c77ed99dc5ec9dadab7683736e7cca3348223d2c6d0527dd0135b2846dce8542d3
7
+ data.tar.gz: bb3dd7420e99e64e6002bef9c23d20fa7f7c871c51ddd4181e9b58d0640ec4a295adb8cf25a87139c051fdfd27519a459a6bcff4cf65f890d8c7981b9dbe61cd
@@ -1,3 +1,3 @@
1
1
  module WORLDCATAPI
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["taras@danylak.com", 'terry.reese@oregonstate.edu']
11
11
  spec.description = %q{Ruby API to access WorldCat Open Search webservice. Based on WCAPI Gem.}
12
12
  spec.summary = %q{Ruby API to access WorldCat Open Search webserbice. Based on WCAPI Gem.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/tdak/worldcatapi"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: worldcatapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taras Danylak
@@ -97,7 +97,7 @@ files:
97
97
  - test/sru_response_example.xml
98
98
  - test/test_helper.rb
99
99
  - worldcatapi.gemspec
100
- homepage: ''
100
+ homepage: https://github.com/tdak/worldcatapi
101
101
  licenses:
102
102
  - MIT
103
103
  metadata: {}