uri_service 0.5.2 → 0.5.3

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: 75ad707f21443babe0ceb42ed1308d76a34fbb88
4
- data.tar.gz: 4db43247ab0ace31820458c6768ad959e1dec9a1
3
+ metadata.gz: 879564760db61c0716903bb264594cd5b2f9b253
4
+ data.tar.gz: e95ef3eb7ea32906187d43b0083dd59feca40ce9
5
5
  SHA512:
6
- metadata.gz: f4d8a6b63f5d4dcc3852346413390ac58588b190499753b1955cf991fb8e9d90ab2a20baf1f23b9c477a1880d937f1373155581283dd3944914d7f5ecaa7c9da
7
- data.tar.gz: cff892e9af456055f9cdc6c2e238e9a919cf67e43f1116163ab834a4777aa0849633e23f109249a86c1f8a209b6c9557a592d241c813fa071685ae6b0a163d37
6
+ metadata.gz: fde72bf25007a73820a50e055a928d94bff6d39841b7103b05b5abbfd5f596fdac9ecff6262145bf491ae21e970f99d14035d47cebc730f55cb79498a44ee47a
7
+ data.tar.gz: b88c039ab7d45323d2ac0b3cf79b5c49b9a48e6995d5aabcc29f0e17a361e002fa3467de65b6ead4104a103fb729d93ebb66eb6036ad6dfda9855a08fcf92a4b
@@ -595,17 +595,18 @@ class UriService::Client
595
595
 
596
596
  end
597
597
 
598
- class UriService::CannotChangeTemporaryTermValue < StandardError;end
599
- class UriService::CouldNotGenerateUriError < StandardError;end
600
- class UriService::InvalidAdditionalFieldKeyError < StandardError;end
601
- class UriService::InvalidOptsError < StandardError;end
602
- class UriService::InvalidTemporaryTermUriError < StandardError;end
603
- class UriService::InvalidTermTypeError < StandardError;end
604
- class UriService::InvalidUriError < StandardError;end
605
- class UriService::InvalidVocabularyStringKeyError < StandardError;end
606
- class UriService::ExistingUriError < StandardError;end
607
- class UriService::ExistingVocabularyStringKeyError < StandardError;end
608
- class UriService::NonExistentUriError < StandardError;end
609
- class UriService::NonExistentVocabularyError < StandardError;end
610
- class UriService::UnsupportedObjectTypeError < StandardError;end
611
- class UriService::UnsupportedSearchFieldError < StandardError;end
598
+ class UriService::Error < StandardError;end
599
+ class UriService::CannotChangeTemporaryTermValue < UriService::Error;end
600
+ class UriService::CouldNotGenerateUriError < UriService::Error;end
601
+ class UriService::InvalidAdditionalFieldKeyError < UriService::Error;end
602
+ class UriService::InvalidOptsError < UriService::Error;end
603
+ class UriService::InvalidTemporaryTermUriError < UriService::Error;end
604
+ class UriService::InvalidTermTypeError < UriService::Error;end
605
+ class UriService::InvalidUriError < UriService::Error;end
606
+ class UriService::InvalidVocabularyStringKeyError < UriService::Error;end
607
+ class UriService::ExistingUriError < UriService::Error;end
608
+ class UriService::ExistingVocabularyStringKeyError < UriService::Error;end
609
+ class UriService::NonExistentUriError < UriService::Error;end
610
+ class UriService::NonExistentVocabularyError < UriService::Error;end
611
+ class UriService::UnsupportedObjectTypeError < UriService::Error;end
612
+ class UriService::UnsupportedSearchFieldError < UriService::Error;end
@@ -1,6 +1,6 @@
1
1
  module UriService
2
2
 
3
- VERSION = '0.5.2'
3
+ VERSION = '0.5.3'
4
4
 
5
5
  def self.version
6
6
  VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uri_service
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric O'Hanlon
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  version: '0'
202
202
  requirements: []
203
203
  rubyforge_project:
204
- rubygems_version: 2.4.8
204
+ rubygems_version: 2.4.3
205
205
  signing_key:
206
206
  specification_version: 4
207
207
  summary: A service for registering local URIs and performing both local and remote