grape-dsl 1.2.1 → 1.2.2
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 +8 -8
- data/VERSION +1 -1
- data/grape-dsl.gemspec +2 -1
- metadata +15 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YzRlNGVmZGMwODZlOTJhMTY5NjJkNjY4YjZiNDFhMTNmNDU4ZmJkZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NTZhN2Q0OWI0M2U1NDIzYjhlOTA2OWNjZWQ1NGFjY2I5ZTViMTBhNQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
Zjc1NDFlMGU2YzNiODg1ZTc0MzIxNGJmMzZlZWVmNzNhMWFmMjBlZWEzYzMz
|
|
10
|
+
Mjg4M2U5NGY3NzEyMzZkMWU5OGIwMzE3ZjlhNTM4ZGRkYjI2NDk4MGY2YmNl
|
|
11
|
+
N2Y0Mjc1ZWYyMjdkNDk5MzBkYmVmNDU2ZjBiNTE1OGI0YzVjMTQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YzlhOGI2ZGI5NzIxZmJhMjcxNzAwNDdkMTg2Y2ViZWVlNTZkYTQzZWY0OGM5
|
|
14
|
+
NWYyMGZhNDAyYTM2ZDgxOTM3OWQwZjI5MGRjYjE4YjRjYTVmY2M5ZDA5ZGVh
|
|
15
|
+
N2VjYjY0YTYyZjJhNzY2NDM4NmE5NjcwNjBmNzAwNDFiNmRlMTk=
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.2
|
data/grape-dsl.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grape-dsl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Luzsi
|
|
@@ -38,6 +38,20 @@ dependencies:
|
|
|
38
38
|
- - ! '>='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: bindless
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - ! '>='
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '0'
|
|
48
|
+
type: :runtime
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - ! '>='
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '0'
|
|
41
55
|
description: DSL for Grape module that let you use some basic function much easier.
|
|
42
56
|
For example mount all Grape class into a single one with a simple line
|
|
43
57
|
email:
|