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 +4 -4
- data/lib/uri_service/client.rb +15 -14
- data/lib/uri_service/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: 879564760db61c0716903bb264594cd5b2f9b253
|
|
4
|
+
data.tar.gz: e95ef3eb7ea32906187d43b0083dd59feca40ce9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fde72bf25007a73820a50e055a928d94bff6d39841b7103b05b5abbfd5f596fdac9ecff6262145bf491ae21e970f99d14035d47cebc730f55cb79498a44ee47a
|
|
7
|
+
data.tar.gz: b88c039ab7d45323d2ac0b3cf79b5c49b9a48e6995d5aabcc29f0e17a361e002fa3467de65b6ead4104a103fb729d93ebb66eb6036ad6dfda9855a08fcf92a4b
|
data/lib/uri_service/client.rb
CHANGED
|
@@ -595,17 +595,18 @@ class UriService::Client
|
|
|
595
595
|
|
|
596
596
|
end
|
|
597
597
|
|
|
598
|
-
class UriService::
|
|
599
|
-
class UriService::
|
|
600
|
-
class UriService::
|
|
601
|
-
class UriService::
|
|
602
|
-
class UriService::
|
|
603
|
-
class UriService::
|
|
604
|
-
class UriService::
|
|
605
|
-
class UriService::
|
|
606
|
-
class UriService::
|
|
607
|
-
class UriService::
|
|
608
|
-
class UriService::
|
|
609
|
-
class UriService::
|
|
610
|
-
class UriService::
|
|
611
|
-
class UriService::
|
|
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
|
data/lib/uri_service/version.rb
CHANGED
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.
|
|
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.
|
|
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
|