mini_api 0.1.0 → 0.1.1
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/README.md +1 -1
- data/lib/mini_api/version.rb +1 -1
- metadata +5 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14a8f16f154f4f5c49499da422027fefd65c8c89b19ef9b59aef90dcf2f13f8c
|
4
|
+
data.tar.gz: 061a3a10595c82455343eab9c59f4bcf2a734ec5a2a04d69bd8ac5575b682096
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f295a7cf808f32dc15f06766259116e95f66e4ca7143777a4d32b20c6f11cb2e33a71355e474ac29d8c46e529cf1e4dc481fe9a1a1027f72ab4e0488116bcdaf
|
7
|
+
data.tar.gz: 85dc53237ece21101a3dd3ffd346e42e52327dabd3f06cc0592452cc69437fe95b5941f77913642c1ce61c33a359161edb08445a4d065bb929b401bb2cdf33c3
|
data/README.md
CHANGED
@@ -26,7 +26,7 @@ And then execute:
|
|
26
26
|
$ bundle
|
27
27
|
```
|
28
28
|
|
29
|
-
|
29
|
+
You must install [Kaminari](https://github.com/kaminari/kaminari) to handle pagination
|
30
30
|
and [Active Model Serializers](http://github.com/rails-api/active_model_serializers) to handle data serialization
|
31
31
|
|
32
32
|
## Usage
|
data/lib/mini_api/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mini_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leon Cruz
|
@@ -48,6 +48,10 @@ homepage:
|
|
48
48
|
licenses:
|
49
49
|
- MIT
|
50
50
|
metadata:
|
51
|
+
homepage_uri: https://github.com/leoncruz/mini_api
|
52
|
+
documentation_uri: https://www.rubydoc.info/gems/mini_api/
|
53
|
+
source_code_uri: https://github.com/leoncruz/mini_api
|
54
|
+
bug_tracker_uri: https://github.com/leoncruz/mini_api/issues
|
51
55
|
rubygems_mfa_required: 'true'
|
52
56
|
post_install_message:
|
53
57
|
rdoc_options: []
|