hyper-resource 1.0.0.lap80 → 1.0.0.lap81
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/docs/HyperRecord/ClassMethods.html +95 -87
- data/docs/HyperRecord/ClientInstanceMethods.html +182 -99
- data/docs/HyperRecord/Collection.html +1 -1
- data/docs/HyperRecord/DummyValue.html +1 -1
- data/docs/HyperRecord/PubSub/ClassMethods.html +1 -1
- data/docs/HyperRecord/PubSub.html +1 -1
- data/docs/HyperRecord/ServerClassMethods.html +1 -1
- data/docs/HyperRecord.html +1 -1
- data/docs/Hyperloop/Resource/ClientDrivers.html +1 -1
- data/docs/Hyperloop/Resource/HTTP.html +1 -1
- data/docs/Hyperloop/Resource/MethodsController.html +1 -1
- data/docs/Hyperloop/Resource/PropertiesController.html +1 -1
- data/docs/Hyperloop/Resource/PubSub/ClassMethods.html +1 -1
- data/docs/Hyperloop/Resource/PubSub.html +1 -1
- data/docs/Hyperloop/Resource/RelationsController.html +1 -1
- data/docs/Hyperloop/Resource/ScopesController.html +1 -1
- data/docs/Hyperloop/Resource/SecurityError.html +1 -1
- data/docs/Hyperloop/Resource/SecurityGuards/ClassMethods.html +1 -1
- data/docs/Hyperloop/Resource/SecurityGuards.html +1 -1
- data/docs/Hyperloop/Resource.html +2 -2
- data/docs/Hyperloop.html +1 -1
- data/docs/_index.html +1 -1
- data/docs/file.API.html +1 -1
- data/docs/file.JSON_format.html +1 -1
- data/docs/file.PubSub.html +1 -1
- data/docs/file.README.html +1 -1
- data/docs/index.html +1 -1
- data/docs/method_list.html +170 -162
- data/docs/top-level-namespace.html +1 -1
- data/lib/hyper_record/client_instance_methods.rb +7 -0
- data/lib/hyperloop/resource/version.rb +1 -1
- metadata +2 -2
@@ -100,7 +100,7 @@
|
|
100
100
|
</div>
|
101
101
|
|
102
102
|
<div id="footer">
|
103
|
-
Generated on
|
103
|
+
Generated on Sun Jun 10 23:18:41 2018 by
|
104
104
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
105
105
|
0.9.13 (ruby-2.5.1).
|
106
106
|
</div>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hyper-resource
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.lap81
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Biedermann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06-
|
11
|
+
date: 2018-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: opal
|