ed_fi_client 0.1.1 → 0.1.2
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/Gemfile.lock +1 -1
- data/docs/EdFi/Client.html +2 -2
- data/lib/ed_fi/client/response.rb +4 -4
- data/lib/ed_fi/client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b19ecf33a3af3035bb522b0802efb4ef72270eb459134d2515b4a8a0810ff232
|
|
4
|
+
data.tar.gz: 3cd4302f2b53b81d1c15962cf839c07ed257f192b5ae90fb239e8bb180d6fdb0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4805b09665beb13db37e6f30c89933c91e68987daea5bbd70061106b70276d25497920c279978b34d4b38e908066969c54d72fb39405a82a454dbf86ece71538
|
|
7
|
+
data.tar.gz: 8e106d0b143edc2d84f7d01e4b687444f14dc1a4297e22aeed676ea7a5d2d817ea26cc568e888ef314c96a71d9056063818b74a05bf0d9a773d5f08316bb75f5
|
data/Gemfile.lock
CHANGED
data/docs/EdFi/Client.html
CHANGED
|
@@ -173,7 +173,7 @@ commit that updates this value should be pushed <strong>by</strong> the
|
|
|
173
173
|
|
|
174
174
|
</div>
|
|
175
175
|
</dt>
|
|
176
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.1.
|
|
176
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.1.2</span><span class='tstring_end'>'</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
|
|
177
177
|
|
|
178
178
|
</dl>
|
|
179
179
|
|
|
@@ -1216,7 +1216,7 @@ optional.</p>
|
|
|
1216
1216
|
</div>
|
|
1217
1217
|
|
|
1218
1218
|
<div id="footer">
|
|
1219
|
-
Generated on
|
|
1219
|
+
Generated on Fri Aug 3 14:19:59 2018 by
|
|
1220
1220
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1221
1221
|
0.9.14 (ruby-2.5.1).
|
|
1222
1222
|
</div>
|
|
@@ -79,8 +79,8 @@ class EdFi::Client < Crapi::Client
|
|
|
79
79
|
|
|
80
80
|
## @private
|
|
81
81
|
##
|
|
82
|
-
def as_json
|
|
83
|
-
eval(to_s).as_json
|
|
82
|
+
def as_json(*args)
|
|
83
|
+
eval(to_s).as_json(*args)
|
|
84
84
|
end
|
|
85
85
|
## rubocop:enable Security/Eval
|
|
86
86
|
|
|
@@ -91,8 +91,8 @@ class EdFi::Client < Crapi::Client
|
|
|
91
91
|
|
|
92
92
|
## @private
|
|
93
93
|
##
|
|
94
|
-
def to_json
|
|
95
|
-
eval(to_s).to_json
|
|
94
|
+
def to_json(*args)
|
|
95
|
+
eval(to_s).to_json(*args)
|
|
96
96
|
end
|
|
97
97
|
## rubocop:enable Security/Eval
|
|
98
98
|
|
data/lib/ed_fi/client/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ed_fi_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nestor Custodio
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-08-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|