hal_api-rails 0.4.0 → 0.4.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 +8 -3
- data/lib/hal_api/controller/actions.rb +2 -1
- data/lib/hal_api/rails/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: ed5a3084cfaaca9c13bbda1c1bf057110469a49a3cce9f57dee5bdc6a65ee937
|
|
4
|
+
data.tar.gz: fa84c28dd30b11455c2f3d1350b1d229cd0ade874d400cb86454f9e0def4e509
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a47f6659d39e02398b9a133b1d3b8185af7c6a4f129931cef91ad96cc9b1148f229b70607c8a7ae64d34eb52cdeec272725f584a99cba46f654604120c3ea72d
|
|
7
|
+
data.tar.gz: 9bd7ee64509e4f8cd06701a0f65b9de5fd3774df09f30751e3772123d3c7fb65890f15983c6f92238c3c22a4ec501c9563c2d39a043738997c296de46e616c62
|
data/README.md
CHANGED
|
@@ -2,9 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://travis-ci.org/PRX/hal_api-rails)
|
|
4
4
|
|
|
5
|
-
Welcome to
|
|
6
|
-
|
|
7
|
-
TODO: Delete this and the text above, and describe your gem
|
|
5
|
+
Welcome to hal_api-rails. This is a binding between the responders /
|
|
6
|
+
roar / roar-rails gems and the the PRX HAL api.
|
|
8
7
|
|
|
9
8
|
## Installation
|
|
10
9
|
|
|
@@ -14,6 +13,12 @@ Add this line to your application's Gemfile:
|
|
|
14
13
|
gem 'hal_api-rails'
|
|
15
14
|
```
|
|
16
15
|
|
|
16
|
+
Then add a gem for paging through ActiveRecord result sets:
|
|
17
|
+
```ruby
|
|
18
|
+
gem 'kaminari'
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
|
|
17
22
|
And then execute:
|
|
18
23
|
|
|
19
24
|
$ bundle
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hal_api-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Rhoden
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-
|
|
12
|
+
date: 2019-07-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activemodel
|