grape-app 0.10.1 → 0.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +2 -2
- data/Gemfile +8 -0
- data/Gemfile.lock +69 -67
- data/Gemfile.rails6 +6 -1
- data/Gemfile.rails6.lock +71 -71
- data/grape-app.gemspec +3 -11
- data/lib/grape/app/tasks/core.rake +1 -1
- metadata +7 -119
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1140bc1f7139b14493c0775becbe051c8c29f5ff3c563fc25cc10e7969b19725
|
4
|
+
data.tar.gz: 387ac09791e600b406e6fd95b18a52e04af0efec9bbac58ba307a0a7278de0d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c36157ce17c772fd0b02ef467568445f6e9a75729f25b02ce0a5b6bd55fefb46e6605d59c5780a71fefb52deedc8948e3af4d2d92730157a8c4c502976918ed5
|
7
|
+
data.tar.gz: 6d6f92bf42013a50af3aea271f263ac503fcb36a0138d32b54cbeeb0c470d82b20d177fed834051ee9e4a2100528b95223a99a7a69b6b9a9e8a312fe58448724
|
data/.github/workflows/test.yml
CHANGED
@@ -11,12 +11,12 @@ jobs:
|
|
11
11
|
runs-on: ubuntu-latest
|
12
12
|
strategy:
|
13
13
|
matrix:
|
14
|
-
ruby-version: ["2.7", "3.0", "3.1"]
|
14
|
+
ruby-version: ["2.7", "3.0", "3.1", "3.2"]
|
15
15
|
gemfiles: ["Gemfile", "Gemfile.rails6"]
|
16
16
|
env:
|
17
17
|
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
|
18
18
|
steps:
|
19
|
-
- uses: actions/checkout@
|
19
|
+
- uses: actions/checkout@v3
|
20
20
|
- uses: ruby/setup-ruby@v1
|
21
21
|
with:
|
22
22
|
ruby-version: ${{ matrix.ruby-version }}
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,134 +1,137 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
grape-app (0.
|
4
|
+
grape-app (0.11.1)
|
5
5
|
activesupport
|
6
|
-
grape (>= 1.
|
6
|
+
grape (>= 1.7)
|
7
7
|
grape-entity
|
8
8
|
openssl
|
9
9
|
rack-cors (>= 1.1)
|
10
10
|
rack-ssl-enforcer
|
11
11
|
thor
|
12
|
-
zeitwerk (>= 2.
|
12
|
+
zeitwerk (>= 2.6)
|
13
13
|
|
14
14
|
GEM
|
15
15
|
remote: https://rubygems.org/
|
16
16
|
specs:
|
17
|
-
activejob (7.0.3)
|
18
|
-
activesupport (= 7.0.3)
|
17
|
+
activejob (7.0.4.3)
|
18
|
+
activesupport (= 7.0.4.3)
|
19
19
|
globalid (>= 0.3.6)
|
20
|
-
activemodel (7.0.3)
|
21
|
-
activesupport (= 7.0.3)
|
22
|
-
activerecord (7.0.3)
|
23
|
-
activemodel (= 7.0.3)
|
24
|
-
activesupport (= 7.0.3)
|
25
|
-
activesupport (7.0.3)
|
20
|
+
activemodel (7.0.4.3)
|
21
|
+
activesupport (= 7.0.4.3)
|
22
|
+
activerecord (7.0.4.3)
|
23
|
+
activemodel (= 7.0.4.3)
|
24
|
+
activesupport (= 7.0.4.3)
|
25
|
+
activesupport (7.0.4.3)
|
26
26
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
27
27
|
i18n (>= 1.6, < 2)
|
28
28
|
minitest (>= 5.1)
|
29
29
|
tzinfo (~> 2.0)
|
30
30
|
ast (2.4.2)
|
31
31
|
builder (3.2.4)
|
32
|
-
concurrent-ruby (1.
|
32
|
+
concurrent-ruby (1.2.2)
|
33
33
|
diff-lcs (1.5.0)
|
34
|
-
dry-
|
34
|
+
dry-core (1.0.0)
|
35
35
|
concurrent-ruby (~> 1.0)
|
36
|
-
|
37
|
-
dry-
|
36
|
+
zeitwerk (~> 2.6)
|
37
|
+
dry-inflector (1.0.0)
|
38
|
+
dry-logic (1.5.0)
|
38
39
|
concurrent-ruby (~> 1.0)
|
39
|
-
dry-
|
40
|
-
|
40
|
+
dry-core (~> 1.0, < 2)
|
41
|
+
zeitwerk (~> 2.6)
|
42
|
+
dry-types (1.7.1)
|
41
43
|
concurrent-ruby (~> 1.0)
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
concurrent-ruby (~> 1.0)
|
48
|
-
dry-container (~> 0.3)
|
49
|
-
dry-core (~> 0.5, >= 0.5)
|
50
|
-
dry-inflector (~> 0.1, >= 0.1.2)
|
51
|
-
dry-logic (~> 1.0, >= 1.0.2)
|
52
|
-
globalid (1.0.0)
|
44
|
+
dry-core (~> 1.0)
|
45
|
+
dry-inflector (~> 1.0)
|
46
|
+
dry-logic (~> 1.4)
|
47
|
+
zeitwerk (~> 2.6)
|
48
|
+
globalid (1.1.0)
|
53
49
|
activesupport (>= 5.0)
|
54
|
-
grape (1.
|
50
|
+
grape (1.7.0)
|
55
51
|
activesupport
|
56
52
|
builder
|
57
53
|
dry-types (>= 1.1)
|
58
54
|
mustermann-grape (~> 1.0.0)
|
59
55
|
rack (>= 1.3.0)
|
60
56
|
rack-accept
|
61
|
-
grape-entity (0.
|
57
|
+
grape-entity (1.0.0)
|
62
58
|
activesupport (>= 3.0.0)
|
63
59
|
multi_json (>= 1.3.2)
|
64
|
-
i18n (1.
|
60
|
+
i18n (1.12.0)
|
65
61
|
concurrent-ruby (~> 1.0)
|
66
|
-
|
62
|
+
json (2.6.3)
|
63
|
+
mini_portile2 (2.8.1)
|
64
|
+
minitest (5.18.0)
|
67
65
|
multi_json (1.15.0)
|
68
|
-
mustermann (
|
66
|
+
mustermann (3.0.0)
|
69
67
|
ruby2_keywords (~> 0.0.1)
|
70
68
|
mustermann-grape (1.0.2)
|
71
69
|
mustermann (>= 1.0.0)
|
72
|
-
openssl (3.
|
70
|
+
openssl (3.1.0)
|
73
71
|
parallel (1.22.1)
|
74
|
-
parser (3.1.
|
72
|
+
parser (3.2.1.1)
|
75
73
|
ast (~> 2.4.1)
|
76
|
-
rack (
|
74
|
+
rack (3.0.7)
|
77
75
|
rack-accept (0.4.5)
|
78
76
|
rack (>= 0.4)
|
79
|
-
rack-cors (
|
77
|
+
rack-cors (2.0.1)
|
80
78
|
rack (>= 2.0.0)
|
81
79
|
rack-ssl-enforcer (0.2.9)
|
82
|
-
rack-test (
|
83
|
-
rack (>= 1.
|
80
|
+
rack-test (2.1.0)
|
81
|
+
rack (>= 1.3)
|
84
82
|
rainbow (3.1.1)
|
85
83
|
rake (13.0.6)
|
86
|
-
regexp_parser (2.
|
84
|
+
regexp_parser (2.7.0)
|
87
85
|
rexml (3.2.5)
|
88
|
-
rspec (3.
|
89
|
-
rspec-core (~> 3.
|
90
|
-
rspec-expectations (~> 3.
|
91
|
-
rspec-mocks (~> 3.
|
92
|
-
rspec-core (3.
|
93
|
-
rspec-support (~> 3.
|
94
|
-
rspec-expectations (3.
|
86
|
+
rspec (3.12.0)
|
87
|
+
rspec-core (~> 3.12.0)
|
88
|
+
rspec-expectations (~> 3.12.0)
|
89
|
+
rspec-mocks (~> 3.12.0)
|
90
|
+
rspec-core (3.12.1)
|
91
|
+
rspec-support (~> 3.12.0)
|
92
|
+
rspec-expectations (3.12.2)
|
95
93
|
diff-lcs (>= 1.2.0, < 2.0)
|
96
|
-
rspec-support (~> 3.
|
97
|
-
rspec-mocks (3.
|
94
|
+
rspec-support (~> 3.12.0)
|
95
|
+
rspec-mocks (3.12.4)
|
98
96
|
diff-lcs (>= 1.2.0, < 2.0)
|
99
|
-
rspec-support (~> 3.
|
100
|
-
rspec-support (3.
|
101
|
-
rubocop (1.
|
97
|
+
rspec-support (~> 3.12.0)
|
98
|
+
rspec-support (3.12.0)
|
99
|
+
rubocop (1.48.1)
|
100
|
+
json (~> 2.3)
|
102
101
|
parallel (~> 1.10)
|
103
|
-
parser (>= 3.
|
102
|
+
parser (>= 3.2.0.0)
|
104
103
|
rainbow (>= 2.2.2, < 4.0)
|
105
104
|
regexp_parser (>= 1.8, < 3.0)
|
106
105
|
rexml (>= 3.2.5, < 4.0)
|
107
|
-
rubocop-ast (>= 1.
|
106
|
+
rubocop-ast (>= 1.26.0, < 2.0)
|
108
107
|
ruby-progressbar (~> 1.7)
|
109
|
-
unicode-display_width (>=
|
110
|
-
rubocop-ast (1.
|
111
|
-
parser (>= 3.
|
112
|
-
rubocop-bsm (0.6.
|
108
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
109
|
+
rubocop-ast (1.27.0)
|
110
|
+
parser (>= 3.2.1.0)
|
111
|
+
rubocop-bsm (0.6.1)
|
113
112
|
rubocop (~> 1.0)
|
114
113
|
rubocop-performance
|
115
114
|
rubocop-rake
|
116
115
|
rubocop-rspec
|
117
|
-
rubocop-
|
116
|
+
rubocop-capybara (2.17.1)
|
117
|
+
rubocop (~> 1.41)
|
118
|
+
rubocop-performance (1.16.0)
|
118
119
|
rubocop (>= 1.7.0, < 2.0)
|
119
120
|
rubocop-ast (>= 0.4.0)
|
120
121
|
rubocop-rake (0.6.0)
|
121
122
|
rubocop (~> 1.0)
|
122
|
-
rubocop-rspec (2.
|
123
|
-
rubocop (~> 1.
|
124
|
-
|
123
|
+
rubocop-rspec (2.19.0)
|
124
|
+
rubocop (~> 1.33)
|
125
|
+
rubocop-capybara (~> 2.17)
|
126
|
+
ruby-progressbar (1.13.0)
|
125
127
|
ruby2_keywords (0.0.5)
|
126
|
-
sqlite3 (1.
|
128
|
+
sqlite3 (1.6.1)
|
129
|
+
mini_portile2 (~> 2.8.0)
|
127
130
|
thor (1.2.1)
|
128
|
-
tzinfo (2.0.
|
131
|
+
tzinfo (2.0.6)
|
129
132
|
concurrent-ruby (~> 1.0)
|
130
|
-
unicode-display_width (2.
|
131
|
-
zeitwerk (2.
|
133
|
+
unicode-display_width (2.4.2)
|
134
|
+
zeitwerk (2.6.7)
|
132
135
|
|
133
136
|
PLATFORMS
|
134
137
|
ruby
|
@@ -136,7 +139,6 @@ PLATFORMS
|
|
136
139
|
DEPENDENCIES
|
137
140
|
activejob
|
138
141
|
activerecord
|
139
|
-
bundler
|
140
142
|
grape-app!
|
141
143
|
rack-test
|
142
144
|
rake
|
data/Gemfile.rails6
CHANGED
data/Gemfile.rails6.lock
CHANGED
@@ -1,28 +1,28 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
grape-app (0.
|
4
|
+
grape-app (0.11.1)
|
5
5
|
activesupport
|
6
|
-
grape (>= 1.
|
6
|
+
grape (>= 1.7)
|
7
7
|
grape-entity
|
8
8
|
openssl
|
9
9
|
rack-cors (>= 1.1)
|
10
10
|
rack-ssl-enforcer
|
11
11
|
thor
|
12
|
-
zeitwerk (>= 2.
|
12
|
+
zeitwerk (>= 2.6)
|
13
13
|
|
14
14
|
GEM
|
15
15
|
remote: https://rubygems.org/
|
16
16
|
specs:
|
17
|
-
activejob (6.1.
|
18
|
-
activesupport (= 6.1.
|
17
|
+
activejob (6.1.7.3)
|
18
|
+
activesupport (= 6.1.7.3)
|
19
19
|
globalid (>= 0.3.6)
|
20
|
-
activemodel (6.1.
|
21
|
-
activesupport (= 6.1.
|
22
|
-
activerecord (6.1.
|
23
|
-
activemodel (= 6.1.
|
24
|
-
activesupport (= 6.1.
|
25
|
-
activesupport (6.1.
|
20
|
+
activemodel (6.1.7.3)
|
21
|
+
activesupport (= 6.1.7.3)
|
22
|
+
activerecord (6.1.7.3)
|
23
|
+
activemodel (= 6.1.7.3)
|
24
|
+
activesupport (= 6.1.7.3)
|
25
|
+
activesupport (6.1.7.3)
|
26
26
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
27
27
|
i18n (>= 1.6, < 2)
|
28
28
|
minitest (>= 5.1)
|
@@ -30,106 +30,107 @@ GEM
|
|
30
30
|
zeitwerk (~> 2.3)
|
31
31
|
ast (2.4.2)
|
32
32
|
builder (3.2.4)
|
33
|
-
concurrent-ruby (1.
|
33
|
+
concurrent-ruby (1.2.2)
|
34
34
|
diff-lcs (1.5.0)
|
35
|
-
dry-
|
35
|
+
dry-core (1.0.0)
|
36
36
|
concurrent-ruby (~> 1.0)
|
37
|
-
|
38
|
-
dry-
|
37
|
+
zeitwerk (~> 2.6)
|
38
|
+
dry-inflector (1.0.0)
|
39
|
+
dry-logic (1.5.0)
|
39
40
|
concurrent-ruby (~> 1.0)
|
40
|
-
dry-
|
41
|
-
|
41
|
+
dry-core (~> 1.0, < 2)
|
42
|
+
zeitwerk (~> 2.6)
|
43
|
+
dry-types (1.7.1)
|
42
44
|
concurrent-ruby (~> 1.0)
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
concurrent-ruby (~> 1.0)
|
49
|
-
dry-container (~> 0.3)
|
50
|
-
dry-core (~> 0.5, >= 0.5)
|
51
|
-
dry-inflector (~> 0.1, >= 0.1.2)
|
52
|
-
dry-logic (~> 1.0, >= 1.0.2)
|
53
|
-
globalid (1.0.0)
|
45
|
+
dry-core (~> 1.0)
|
46
|
+
dry-inflector (~> 1.0)
|
47
|
+
dry-logic (~> 1.4)
|
48
|
+
zeitwerk (~> 2.6)
|
49
|
+
globalid (1.1.0)
|
54
50
|
activesupport (>= 5.0)
|
55
|
-
grape (1.
|
51
|
+
grape (1.7.0)
|
56
52
|
activesupport
|
57
53
|
builder
|
58
54
|
dry-types (>= 1.1)
|
59
55
|
mustermann-grape (~> 1.0.0)
|
60
56
|
rack (>= 1.3.0)
|
61
57
|
rack-accept
|
62
|
-
grape-entity (0.
|
58
|
+
grape-entity (1.0.0)
|
63
59
|
activesupport (>= 3.0.0)
|
64
60
|
multi_json (>= 1.3.2)
|
65
|
-
i18n (1.
|
61
|
+
i18n (1.12.0)
|
66
62
|
concurrent-ruby (~> 1.0)
|
67
|
-
|
63
|
+
json (2.6.3)
|
64
|
+
minitest (5.18.0)
|
68
65
|
multi_json (1.15.0)
|
69
|
-
mustermann (
|
66
|
+
mustermann (3.0.0)
|
70
67
|
ruby2_keywords (~> 0.0.1)
|
71
|
-
mustermann-grape (1.0.
|
68
|
+
mustermann-grape (1.0.2)
|
72
69
|
mustermann (>= 1.0.0)
|
73
|
-
openssl (3.
|
74
|
-
parallel (1.
|
75
|
-
parser (3.1.
|
70
|
+
openssl (3.1.0)
|
71
|
+
parallel (1.22.1)
|
72
|
+
parser (3.2.1.1)
|
76
73
|
ast (~> 2.4.1)
|
77
|
-
rack (
|
74
|
+
rack (3.0.7)
|
78
75
|
rack-accept (0.4.5)
|
79
76
|
rack (>= 0.4)
|
80
|
-
rack-cors (
|
77
|
+
rack-cors (2.0.1)
|
81
78
|
rack (>= 2.0.0)
|
82
79
|
rack-ssl-enforcer (0.2.9)
|
83
|
-
rack-test (
|
84
|
-
rack (>= 1.
|
80
|
+
rack-test (2.1.0)
|
81
|
+
rack (>= 1.3)
|
85
82
|
rainbow (3.1.1)
|
86
83
|
rake (13.0.6)
|
87
|
-
regexp_parser (2.
|
84
|
+
regexp_parser (2.7.0)
|
88
85
|
rexml (3.2.5)
|
89
|
-
rspec (3.
|
90
|
-
rspec-core (~> 3.
|
91
|
-
rspec-expectations (~> 3.
|
92
|
-
rspec-mocks (~> 3.
|
93
|
-
rspec-core (3.
|
94
|
-
rspec-support (~> 3.
|
95
|
-
rspec-expectations (3.
|
86
|
+
rspec (3.12.0)
|
87
|
+
rspec-core (~> 3.12.0)
|
88
|
+
rspec-expectations (~> 3.12.0)
|
89
|
+
rspec-mocks (~> 3.12.0)
|
90
|
+
rspec-core (3.12.1)
|
91
|
+
rspec-support (~> 3.12.0)
|
92
|
+
rspec-expectations (3.12.2)
|
96
93
|
diff-lcs (>= 1.2.0, < 2.0)
|
97
|
-
rspec-support (~> 3.
|
98
|
-
rspec-mocks (3.
|
94
|
+
rspec-support (~> 3.12.0)
|
95
|
+
rspec-mocks (3.12.4)
|
99
96
|
diff-lcs (>= 1.2.0, < 2.0)
|
100
|
-
rspec-support (~> 3.
|
101
|
-
rspec-support (3.
|
102
|
-
rubocop (1.
|
97
|
+
rspec-support (~> 3.12.0)
|
98
|
+
rspec-support (3.12.0)
|
99
|
+
rubocop (1.48.1)
|
100
|
+
json (~> 2.3)
|
103
101
|
parallel (~> 1.10)
|
104
|
-
parser (>= 3.
|
102
|
+
parser (>= 3.2.0.0)
|
105
103
|
rainbow (>= 2.2.2, < 4.0)
|
106
104
|
regexp_parser (>= 1.8, < 3.0)
|
107
|
-
rexml
|
108
|
-
rubocop-ast (>= 1.
|
105
|
+
rexml (>= 3.2.5, < 4.0)
|
106
|
+
rubocop-ast (>= 1.26.0, < 2.0)
|
109
107
|
ruby-progressbar (~> 1.7)
|
110
|
-
unicode-display_width (>=
|
111
|
-
rubocop-ast (1.
|
112
|
-
parser (>= 3.
|
113
|
-
rubocop-bsm (0.6.
|
108
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
109
|
+
rubocop-ast (1.27.0)
|
110
|
+
parser (>= 3.2.1.0)
|
111
|
+
rubocop-bsm (0.6.1)
|
114
112
|
rubocop (~> 1.0)
|
115
113
|
rubocop-performance
|
116
114
|
rubocop-rake
|
117
115
|
rubocop-rspec
|
118
|
-
rubocop-
|
116
|
+
rubocop-capybara (2.17.1)
|
117
|
+
rubocop (~> 1.41)
|
118
|
+
rubocop-performance (1.16.0)
|
119
119
|
rubocop (>= 1.7.0, < 2.0)
|
120
120
|
rubocop-ast (>= 0.4.0)
|
121
121
|
rubocop-rake (0.6.0)
|
122
122
|
rubocop (~> 1.0)
|
123
|
-
rubocop-rspec (2.
|
124
|
-
rubocop (~> 1.
|
125
|
-
|
123
|
+
rubocop-rspec (2.19.0)
|
124
|
+
rubocop (~> 1.33)
|
125
|
+
rubocop-capybara (~> 2.17)
|
126
|
+
ruby-progressbar (1.13.0)
|
126
127
|
ruby2_keywords (0.0.5)
|
127
|
-
sqlite3 (1.
|
128
|
+
sqlite3 (1.6.1-x86_64-linux)
|
128
129
|
thor (1.2.1)
|
129
|
-
tzinfo (2.0.
|
130
|
+
tzinfo (2.0.6)
|
130
131
|
concurrent-ruby (~> 1.0)
|
131
|
-
unicode-display_width (2.
|
132
|
-
zeitwerk (2.
|
132
|
+
unicode-display_width (2.4.2)
|
133
|
+
zeitwerk (2.6.7)
|
133
134
|
|
134
135
|
PLATFORMS
|
135
136
|
x86_64-linux
|
@@ -138,7 +139,6 @@ DEPENDENCIES
|
|
138
139
|
activejob (~> 6.1)
|
139
140
|
activerecord (~> 6.1)
|
140
141
|
activesupport (~> 6.1)
|
141
|
-
bundler
|
142
142
|
grape-app!
|
143
143
|
rack-test
|
144
144
|
rake
|
@@ -147,4 +147,4 @@ DEPENDENCIES
|
|
147
147
|
sqlite3
|
148
148
|
|
149
149
|
BUNDLED WITH
|
150
|
-
2.3.
|
150
|
+
2.3.16
|
data/grape-app.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'grape-app'
|
3
|
-
s.version = '0.
|
3
|
+
s.version = '0.11.1'
|
4
4
|
s.authors = ['Black Square Media Ltd']
|
5
5
|
s.email = ['info@blacksquaremedia.com']
|
6
6
|
s.summary = %(Standalone Grape API apps)
|
@@ -14,21 +14,13 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.required_ruby_version = '>= 2.7'
|
15
15
|
|
16
16
|
s.add_dependency 'activesupport'
|
17
|
-
s.add_dependency 'grape', '>= 1.
|
17
|
+
s.add_dependency 'grape', '>= 1.7'
|
18
18
|
s.add_dependency 'grape-entity'
|
19
19
|
s.add_dependency 'openssl'
|
20
20
|
s.add_dependency 'rack-cors', '>= 1.1'
|
21
21
|
s.add_dependency 'rack-ssl-enforcer'
|
22
22
|
s.add_dependency 'thor'
|
23
|
-
s.add_dependency 'zeitwerk', '>= 2.
|
23
|
+
s.add_dependency 'zeitwerk', '>= 2.6'
|
24
24
|
|
25
|
-
s.add_development_dependency 'activejob'
|
26
|
-
s.add_development_dependency 'activerecord'
|
27
|
-
s.add_development_dependency 'bundler'
|
28
|
-
s.add_development_dependency 'rack-test'
|
29
|
-
s.add_development_dependency 'rake'
|
30
|
-
s.add_development_dependency 'rspec'
|
31
|
-
s.add_development_dependency 'rubocop-bsm'
|
32
|
-
s.add_development_dependency 'sqlite3'
|
33
25
|
s.metadata['rubygems_mfa_required'] = 'true'
|
34
26
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grape-app
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Black Square Media Ltd
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '1.
|
33
|
+
version: '1.7'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '1.
|
40
|
+
version: '1.7'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: grape-entity
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -114,126 +114,14 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - ">="
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: '2.
|
117
|
+
version: '2.6'
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: '2.
|
125
|
-
- !ruby/object:Gem::Dependency
|
126
|
-
name: activejob
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
128
|
-
requirements:
|
129
|
-
- - ">="
|
130
|
-
- !ruby/object:Gem::Version
|
131
|
-
version: '0'
|
132
|
-
type: :development
|
133
|
-
prerelease: false
|
134
|
-
version_requirements: !ruby/object:Gem::Requirement
|
135
|
-
requirements:
|
136
|
-
- - ">="
|
137
|
-
- !ruby/object:Gem::Version
|
138
|
-
version: '0'
|
139
|
-
- !ruby/object:Gem::Dependency
|
140
|
-
name: activerecord
|
141
|
-
requirement: !ruby/object:Gem::Requirement
|
142
|
-
requirements:
|
143
|
-
- - ">="
|
144
|
-
- !ruby/object:Gem::Version
|
145
|
-
version: '0'
|
146
|
-
type: :development
|
147
|
-
prerelease: false
|
148
|
-
version_requirements: !ruby/object:Gem::Requirement
|
149
|
-
requirements:
|
150
|
-
- - ">="
|
151
|
-
- !ruby/object:Gem::Version
|
152
|
-
version: '0'
|
153
|
-
- !ruby/object:Gem::Dependency
|
154
|
-
name: bundler
|
155
|
-
requirement: !ruby/object:Gem::Requirement
|
156
|
-
requirements:
|
157
|
-
- - ">="
|
158
|
-
- !ruby/object:Gem::Version
|
159
|
-
version: '0'
|
160
|
-
type: :development
|
161
|
-
prerelease: false
|
162
|
-
version_requirements: !ruby/object:Gem::Requirement
|
163
|
-
requirements:
|
164
|
-
- - ">="
|
165
|
-
- !ruby/object:Gem::Version
|
166
|
-
version: '0'
|
167
|
-
- !ruby/object:Gem::Dependency
|
168
|
-
name: rack-test
|
169
|
-
requirement: !ruby/object:Gem::Requirement
|
170
|
-
requirements:
|
171
|
-
- - ">="
|
172
|
-
- !ruby/object:Gem::Version
|
173
|
-
version: '0'
|
174
|
-
type: :development
|
175
|
-
prerelease: false
|
176
|
-
version_requirements: !ruby/object:Gem::Requirement
|
177
|
-
requirements:
|
178
|
-
- - ">="
|
179
|
-
- !ruby/object:Gem::Version
|
180
|
-
version: '0'
|
181
|
-
- !ruby/object:Gem::Dependency
|
182
|
-
name: rake
|
183
|
-
requirement: !ruby/object:Gem::Requirement
|
184
|
-
requirements:
|
185
|
-
- - ">="
|
186
|
-
- !ruby/object:Gem::Version
|
187
|
-
version: '0'
|
188
|
-
type: :development
|
189
|
-
prerelease: false
|
190
|
-
version_requirements: !ruby/object:Gem::Requirement
|
191
|
-
requirements:
|
192
|
-
- - ">="
|
193
|
-
- !ruby/object:Gem::Version
|
194
|
-
version: '0'
|
195
|
-
- !ruby/object:Gem::Dependency
|
196
|
-
name: rspec
|
197
|
-
requirement: !ruby/object:Gem::Requirement
|
198
|
-
requirements:
|
199
|
-
- - ">="
|
200
|
-
- !ruby/object:Gem::Version
|
201
|
-
version: '0'
|
202
|
-
type: :development
|
203
|
-
prerelease: false
|
204
|
-
version_requirements: !ruby/object:Gem::Requirement
|
205
|
-
requirements:
|
206
|
-
- - ">="
|
207
|
-
- !ruby/object:Gem::Version
|
208
|
-
version: '0'
|
209
|
-
- !ruby/object:Gem::Dependency
|
210
|
-
name: rubocop-bsm
|
211
|
-
requirement: !ruby/object:Gem::Requirement
|
212
|
-
requirements:
|
213
|
-
- - ">="
|
214
|
-
- !ruby/object:Gem::Version
|
215
|
-
version: '0'
|
216
|
-
type: :development
|
217
|
-
prerelease: false
|
218
|
-
version_requirements: !ruby/object:Gem::Requirement
|
219
|
-
requirements:
|
220
|
-
- - ">="
|
221
|
-
- !ruby/object:Gem::Version
|
222
|
-
version: '0'
|
223
|
-
- !ruby/object:Gem::Dependency
|
224
|
-
name: sqlite3
|
225
|
-
requirement: !ruby/object:Gem::Requirement
|
226
|
-
requirements:
|
227
|
-
- - ">="
|
228
|
-
- !ruby/object:Gem::Version
|
229
|
-
version: '0'
|
230
|
-
type: :development
|
231
|
-
prerelease: false
|
232
|
-
version_requirements: !ruby/object:Gem::Requirement
|
233
|
-
requirements:
|
234
|
-
- - ">="
|
235
|
-
- !ruby/object:Gem::Version
|
236
|
-
version: '0'
|
124
|
+
version: '2.6'
|
237
125
|
description: ''
|
238
126
|
email:
|
239
127
|
- info@blacksquaremedia.com
|
@@ -305,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
305
193
|
- !ruby/object:Gem::Version
|
306
194
|
version: '0'
|
307
195
|
requirements: []
|
308
|
-
rubygems_version: 3.
|
196
|
+
rubygems_version: 3.4.6
|
309
197
|
signing_key:
|
310
198
|
specification_version: 4
|
311
199
|
summary: Standalone Grape API apps
|