grape-app 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/grape-app.gemspec +1 -1
- data/lib/grape/app/tasks.rb +5 -0
- data/lib/grape/app/templates/Rakefile +1 -2
- metadata +3 -3
- data/lib/grape/app/tasks.rake +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc547f5bb946974a7132f21d2aa7e2bb931b41f4
|
4
|
+
data.tar.gz: dca4e017f3c9d22f13b2d02357f1c8107f007c4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b5d4ab50b12c8740830fc01cb2e2b6097ada3a7f811a87e867c42c3074635385e061594c2d5f582093fb6ee39c2ee7b4fa68fd3c5570cd86e515bb6d6142116
|
7
|
+
data.tar.gz: fb144bd7feee0541142ab8a8f5a32c88d47e43d0a9523b1435e271287b0de26891ad61478ba8f916687e115e3c4ebd5f64cd7e2bbca3e15b25d15bd0ceb71b1a
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
grape-app (0.3.
|
4
|
+
grape-app (0.3.3)
|
5
5
|
activesupport
|
6
6
|
activesupport-json_encoder
|
7
7
|
grape
|
@@ -54,7 +54,7 @@ GEM
|
|
54
54
|
minitest (5.7.0)
|
55
55
|
multi_json (1.11.1)
|
56
56
|
multi_xml (0.5.5)
|
57
|
-
rack (1.6.
|
57
|
+
rack (1.6.4)
|
58
58
|
rack-accept (0.4.5)
|
59
59
|
rack (>= 0.4)
|
60
60
|
rack-cors (0.4.0)
|
@@ -65,12 +65,12 @@ GEM
|
|
65
65
|
rspec-core (~> 3.3.0)
|
66
66
|
rspec-expectations (~> 3.3.0)
|
67
67
|
rspec-mocks (~> 3.3.0)
|
68
|
-
rspec-core (3.3.
|
68
|
+
rspec-core (3.3.1)
|
69
69
|
rspec-support (~> 3.3.0)
|
70
70
|
rspec-expectations (3.3.0)
|
71
71
|
diff-lcs (>= 1.2.0, < 2.0)
|
72
72
|
rspec-support (~> 3.3.0)
|
73
|
-
rspec-mocks (3.3.
|
73
|
+
rspec-mocks (3.3.1)
|
74
74
|
diff-lcs (>= 1.2.0, < 2.0)
|
75
75
|
rspec-support (~> 3.3.0)
|
76
76
|
rspec-support (3.3.0)
|
data/grape-app.gemspec
CHANGED
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.3.
|
4
|
+
version: 0.3.3
|
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: 2015-06-
|
11
|
+
date: 2015-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grape
|
@@ -173,7 +173,7 @@ files:
|
|
173
173
|
- lib/grape/app/helpers/respond_with.rb
|
174
174
|
- lib/grape/app/initializers/post.rb
|
175
175
|
- lib/grape/app/initializers/pre.rb
|
176
|
-
- lib/grape/app/tasks.
|
176
|
+
- lib/grape/app/tasks.rb
|
177
177
|
- lib/grape/app/tasks/databases.rake
|
178
178
|
- lib/grape/app/templates/Gemfile
|
179
179
|
- lib/grape/app/templates/Rakefile
|
data/lib/grape/app/tasks.rake
DELETED