grape-active_model_serializers 1.0.0 → 1.0.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8fa78a0c1c6fad86746ab556a45be5bd48e19e08
|
|
4
|
+
data.tar.gz: 4a004397835d3ff02f1c6255d89572ccf6e923a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d504ac5c9ff1dcb9f28a542087391175f1c0f9479ef1c5e2ef534f19010897c7934b596bb4d3409142fe5c8720e0e0d5beca091efa45abe4dbf5783997a4914
|
|
7
|
+
data.tar.gz: 98b4c57071dff0c11d67e9af307805075f8be88603ae2517f9b603c1d4a33a2b964c74d7f2efa5cbfac8d0f90b5c4daafe2c641348382c4c57fc76313b0b10f9
|
|
@@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
|
|
|
5
5
|
gem.authors = ["Jonathan Richard Henry Evans"]
|
|
6
6
|
gem.email = ["contact@jrhe.co.uk"]
|
|
7
7
|
gem.summary = %q{Use active_model_serializer in grape}
|
|
8
|
-
gem.description = %q{Provides a Formatter for the Grape API DSL
|
|
8
|
+
gem.description = %q{Provides a Formatter for the Grape API DSL to emit objects serialized with active_model_serializers.}
|
|
9
9
|
gem.homepage = "https://github.com/jrhe/grape-active_model_serializers"
|
|
10
10
|
|
|
11
11
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grape-active_model_serializers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Richard Henry Evans
|
|
@@ -108,8 +108,8 @@ dependencies:
|
|
|
108
108
|
- - '>='
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
|
-
description: Provides a Formatter for the Grape API DSL
|
|
112
|
-
with
|
|
111
|
+
description: Provides a Formatter for the Grape API DSL to emit objects serialized
|
|
112
|
+
with active_model_serializers.
|
|
113
113
|
email:
|
|
114
114
|
- contact@jrhe.co.uk
|
|
115
115
|
executables: []
|