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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/mini_api/version.rb +1 -1
  4. metadata +5 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b21a5cc35f98d6a21450a738d876b0c7fee94d36113e0c3999f15df17c59f643
4
- data.tar.gz: d60bf59a2ca1d64d4157fa46e9d770ed6b748e7895aa77bb2410936e09de91a6
3
+ metadata.gz: 14a8f16f154f4f5c49499da422027fefd65c8c89b19ef9b59aef90dcf2f13f8c
4
+ data.tar.gz: 061a3a10595c82455343eab9c59f4bcf2a734ec5a2a04d69bd8ac5575b682096
5
5
  SHA512:
6
- metadata.gz: dcb3b028b14506c7c15dd2df893c25af5dabdfd7f47ca8781c32ebaeb7cf2a3b6c5d17be9a2befeeb2c0c7cc996c774230ba1f9fe11b07464f1a50cd7a6e4a9a
7
- data.tar.gz: 2af62824d289dd78d9bb9e7a813a319179c56229ed6443e64746e65cf687e796e519a59d00c20c2f9745a3950d455111e0291eb6c7f05e5cd2cd6b635b9de7ab
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
- Your must install [Kaminari](https://github.com/kaminari/kaminari) to handle pagination
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MiniApi
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
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.0
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: []