grape-app 0.8.5 → 0.8.6
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/.travis.yml +1 -0
- data/Gemfile.lock +34 -31
- data/grape-app.gemspec +1 -1
- data/lib/grape/app/tasks/databases.rake +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b76f380cd6957fb37025cb07c4343471d9fa892f387c9f5110eb5a713f7a5bc
|
|
4
|
+
data.tar.gz: 34b4f3c1c0912fac71bed2d75448f90bf6aba60ec96300c208c13aca324a19a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2325d245dba242af124309a3a9193e9c4af1fe17fb9e611650a1230b453b4086a3870073690e60911141e9e10696db9f416c49f530f95d6a9a6e818d70e0822
|
|
7
|
+
data.tar.gz: c1415686241fffa006cfb36b4518b2342e2fa889e175beae428659acf0b4dbd4a8f934eb89cf734fba729189d640d6377cd3fe6fabebc4d5cc72517c296fbfd0
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
grape-app (0.8.
|
|
4
|
+
grape-app (0.8.6)
|
|
5
5
|
activesupport
|
|
6
6
|
grape (>= 1.2)
|
|
7
7
|
grape-entity
|
|
@@ -13,18 +13,18 @@ PATH
|
|
|
13
13
|
GEM
|
|
14
14
|
remote: https://rubygems.org/
|
|
15
15
|
specs:
|
|
16
|
-
activemodel (6.0.2
|
|
17
|
-
activesupport (= 6.0.2
|
|
18
|
-
activerecord (6.0.2
|
|
19
|
-
activemodel (= 6.0.2
|
|
20
|
-
activesupport (= 6.0.2
|
|
21
|
-
activesupport (6.0.2
|
|
16
|
+
activemodel (6.0.3.2)
|
|
17
|
+
activesupport (= 6.0.3.2)
|
|
18
|
+
activerecord (6.0.3.2)
|
|
19
|
+
activemodel (= 6.0.3.2)
|
|
20
|
+
activesupport (= 6.0.3.2)
|
|
21
|
+
activesupport (6.0.3.2)
|
|
22
22
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
23
23
|
i18n (>= 0.7, < 2)
|
|
24
24
|
minitest (~> 5.1)
|
|
25
25
|
tzinfo (~> 1.1)
|
|
26
|
-
zeitwerk (~> 2.2)
|
|
27
|
-
ast (2.4.
|
|
26
|
+
zeitwerk (~> 2.2, >= 2.2.2)
|
|
27
|
+
ast (2.4.1)
|
|
28
28
|
axiom-types (0.1.1)
|
|
29
29
|
descendants_tracker (~> 0.0.4)
|
|
30
30
|
ice_nine (~> 0.11.0)
|
|
@@ -35,8 +35,8 @@ GEM
|
|
|
35
35
|
concurrent-ruby (1.1.6)
|
|
36
36
|
descendants_tracker (0.0.4)
|
|
37
37
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
38
|
-
diff-lcs (1.
|
|
39
|
-
dry-configurable (0.11.
|
|
38
|
+
diff-lcs (1.4.4)
|
|
39
|
+
dry-configurable (0.11.6)
|
|
40
40
|
concurrent-ruby (~> 1.0)
|
|
41
41
|
dry-core (~> 0.4, >= 0.4.7)
|
|
42
42
|
dry-equalizer (~> 0.2)
|
|
@@ -51,7 +51,7 @@ GEM
|
|
|
51
51
|
concurrent-ruby (~> 1.0)
|
|
52
52
|
dry-core (~> 0.2)
|
|
53
53
|
dry-equalizer (~> 0.2)
|
|
54
|
-
dry-types (1.
|
|
54
|
+
dry-types (1.4.0)
|
|
55
55
|
concurrent-ruby (~> 1.0)
|
|
56
56
|
dry-container (~> 0.3)
|
|
57
57
|
dry-core (~> 0.4, >= 0.4.4)
|
|
@@ -59,7 +59,7 @@ GEM
|
|
|
59
59
|
dry-inflector (~> 0.1, >= 0.1.2)
|
|
60
60
|
dry-logic (~> 1.0, >= 1.0.2)
|
|
61
61
|
equalizer (0.0.11)
|
|
62
|
-
grape (1.3.
|
|
62
|
+
grape (1.3.3)
|
|
63
63
|
activesupport
|
|
64
64
|
builder
|
|
65
65
|
dry-types (>= 1.1)
|
|
@@ -69,20 +69,19 @@ GEM
|
|
|
69
69
|
grape-entity (0.8.0)
|
|
70
70
|
activesupport (>= 3.0.0)
|
|
71
71
|
multi_json (>= 1.3.2)
|
|
72
|
-
i18n (1.8.
|
|
72
|
+
i18n (1.8.3)
|
|
73
73
|
concurrent-ruby (~> 1.0)
|
|
74
74
|
ice_nine (0.11.2)
|
|
75
|
-
|
|
76
|
-
minitest (5.14.0)
|
|
75
|
+
minitest (5.14.1)
|
|
77
76
|
multi_json (1.14.1)
|
|
78
77
|
mustermann (1.1.1)
|
|
79
78
|
ruby2_keywords (~> 0.0.1)
|
|
80
79
|
mustermann-grape (1.0.1)
|
|
81
80
|
mustermann (>= 1.0.0)
|
|
82
|
-
parallel (1.19.
|
|
83
|
-
parser (2.7.
|
|
84
|
-
ast (~> 2.4.
|
|
85
|
-
rack (2.2.
|
|
81
|
+
parallel (1.19.2)
|
|
82
|
+
parser (2.7.1.4)
|
|
83
|
+
ast (~> 2.4.1)
|
|
84
|
+
rack (2.2.3)
|
|
86
85
|
rack-accept (0.4.5)
|
|
87
86
|
rack (>= 0.4)
|
|
88
87
|
rack-cors (1.1.1)
|
|
@@ -92,42 +91,46 @@ GEM
|
|
|
92
91
|
rack (>= 1.0, < 3)
|
|
93
92
|
rainbow (3.0.0)
|
|
94
93
|
rake (13.0.1)
|
|
94
|
+
regexp_parser (1.7.1)
|
|
95
95
|
rexml (3.2.4)
|
|
96
96
|
rspec (3.9.0)
|
|
97
97
|
rspec-core (~> 3.9.0)
|
|
98
98
|
rspec-expectations (~> 3.9.0)
|
|
99
99
|
rspec-mocks (~> 3.9.0)
|
|
100
|
-
rspec-core (3.9.
|
|
101
|
-
rspec-support (~> 3.9.
|
|
102
|
-
rspec-expectations (3.9.
|
|
100
|
+
rspec-core (3.9.2)
|
|
101
|
+
rspec-support (~> 3.9.3)
|
|
102
|
+
rspec-expectations (3.9.2)
|
|
103
103
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
104
104
|
rspec-support (~> 3.9.0)
|
|
105
105
|
rspec-mocks (3.9.1)
|
|
106
106
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
107
107
|
rspec-support (~> 3.9.0)
|
|
108
|
-
rspec-support (3.9.
|
|
109
|
-
rubocop (0.
|
|
110
|
-
jaro_winkler (~> 1.5.1)
|
|
108
|
+
rspec-support (3.9.3)
|
|
109
|
+
rubocop (0.86.0)
|
|
111
110
|
parallel (~> 1.10)
|
|
112
111
|
parser (>= 2.7.0.1)
|
|
113
112
|
rainbow (>= 2.2.2, < 4.0)
|
|
113
|
+
regexp_parser (>= 1.7)
|
|
114
114
|
rexml
|
|
115
|
+
rubocop-ast (>= 0.0.3, < 1.0)
|
|
115
116
|
ruby-progressbar (~> 1.7)
|
|
116
|
-
unicode-display_width (>= 1.4.0, <
|
|
117
|
+
unicode-display_width (>= 1.4.0, < 2.0)
|
|
118
|
+
rubocop-ast (0.1.0)
|
|
119
|
+
parser (>= 2.7.0.1)
|
|
117
120
|
ruby-progressbar (1.10.1)
|
|
118
121
|
ruby2_keywords (0.0.2)
|
|
119
122
|
sqlite3 (1.4.2)
|
|
120
123
|
thor (1.0.1)
|
|
121
124
|
thread_safe (0.3.6)
|
|
122
|
-
tzinfo (1.2.
|
|
125
|
+
tzinfo (1.2.7)
|
|
123
126
|
thread_safe (~> 0.1)
|
|
124
|
-
unicode-display_width (1.
|
|
127
|
+
unicode-display_width (1.7.0)
|
|
125
128
|
virtus (1.0.5)
|
|
126
129
|
axiom-types (~> 0.1)
|
|
127
130
|
coercible (~> 1.0)
|
|
128
131
|
descendants_tracker (~> 0.0, >= 0.0.3)
|
|
129
132
|
equalizer (~> 0.0, >= 0.0.9)
|
|
130
|
-
zeitwerk (2.
|
|
133
|
+
zeitwerk (2.3.1)
|
|
131
134
|
|
|
132
135
|
PLATFORMS
|
|
133
136
|
ruby
|
|
@@ -144,4 +147,4 @@ DEPENDENCIES
|
|
|
144
147
|
virtus
|
|
145
148
|
|
|
146
149
|
BUNDLED WITH
|
|
147
|
-
2.1.
|
|
150
|
+
2.1.4
|
data/grape-app.gemspec
CHANGED
|
@@ -33,12 +33,12 @@ namespace :db do
|
|
|
33
33
|
ar_version = [ActiveRecord::VERSION::MAJOR, ActiveRecord::VERSION::MINOR].join('.')
|
|
34
34
|
|
|
35
35
|
FileUtils.mkdir_p(migrations_path)
|
|
36
|
-
File.write path,
|
|
36
|
+
File.write path, <<~RUBY
|
|
37
37
|
class #{name.camelize} < ActiveRecord::Migration[#{ar_version}]
|
|
38
38
|
def change
|
|
39
39
|
end
|
|
40
40
|
end
|
|
41
|
-
|
|
41
|
+
RUBY
|
|
42
42
|
puts path
|
|
43
43
|
end
|
|
44
44
|
|
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.8.
|
|
4
|
+
version: 0.8.6
|
|
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: 2020-03
|
|
11
|
+
date: 2020-07-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -298,7 +298,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
298
298
|
- !ruby/object:Gem::Version
|
|
299
299
|
version: '0'
|
|
300
300
|
requirements: []
|
|
301
|
-
rubygems_version: 3.1.
|
|
301
|
+
rubygems_version: 3.1.4
|
|
302
302
|
signing_key:
|
|
303
303
|
specification_version: 4
|
|
304
304
|
summary: Standalone Grape API apps
|