grape-utils 0.1.3 → 0.2.0

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
  SHA256:
3
- metadata.gz: 56f2704d0f802aa4a8916b0785558f18b98e2d4177ad065375ce5cc78e93e002
4
- data.tar.gz: 787016613713840721824e1fbed84597cb25130e3b71bc36ceeff56b22faa0c1
3
+ metadata.gz: c2ab969a4f83d19b5d05812cef99c2a9142a7b9fe4237831cb651cc6c2a41085
4
+ data.tar.gz: 315b141c08054cd7bfdef907c7683a7708defbe91d11bc796d19dbc47c3dd5ce
5
5
  SHA512:
6
- metadata.gz: 50035d9d19c2d8b8cb6ac341867d01d3fd64df15f68d55f2005646918be5d80c1313aa92a46e7775b539ae35bc93bc53d665072e946f3d47502e30b237f54901
7
- data.tar.gz: 836f7914eca85a16ab5e7ffef11400ec4ca9e6b00b887ad304accb4f700d212528434b46694dd6dd5624d584c14ac455f17279f44716f646d69308aaa697baf8
6
+ metadata.gz: 38eac86aecde93ae61a04890307e34eb03551b215422921caf21bbade61df0bc6f153c7cc1cf28f512970ae5c4a39cf9664d30d5416dae178ecf862d88a84e3e
7
+ data.tar.gz: 5d6378df1d33581cf201339ac2c42b5722d8bd3ca730a10049cbe3f5f69d4756c4794191b166382e3fd02b52a5ce845841a713ec05551fc80626e0943ad4b01d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- grape-utils (0.1.3)
4
+ grape-utils (0.2.0)
5
5
  grape
6
6
  grape-entity
7
7
  grape-kaminari
@@ -13,7 +13,8 @@ module Grape
13
13
  mount Templates::Create, with: { model: configuration[:model],
14
14
  scope: configuration[:scope],
15
15
  entity: configuration[:entity],
16
- required_params: configuration[:required_params] }
16
+ required_params: configuration[:required_params],
17
+ default_params: configuration[:default_params] }
17
18
 
18
19
  mount Templates::Show, with: { model: configuration[:model],
19
20
  scope: configuration[:scope],
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Grape
4
4
  module Utils
5
- VERSION = "0.1.3"
5
+ VERSION = "0.2.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grape-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nix41