grape-async 0.1.1 → 0.1.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 +4 -4
- data/grape-async.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b8a6658bdec057ab8c3af4a2ad4bee0723e759a
|
4
|
+
data.tar.gz: 8846be8cad70cd13854af9953867f756eeace202
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 207a6b8ac1f3fbf66036668fb5f20882085a943a59e8a36faf51c2bb5d4aa7dd2c4d358c75cfdba8cac5729bc738bc2a90c04ced5e8a65d22492db49d1a055a9
|
7
|
+
data.tar.gz: 3174176234b9fd20749c4dae03194875d51d6af7da28c3150739803a8de1369f0a66b7ef5e7d1dae738f1c75460e8b39aa7f0bd5a5b76dcd9002384a53ce5db3
|
data/grape-async.gemspec
CHANGED
@@ -4,13 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "grape-async"
|
7
|
-
spec.version = '0.1.
|
7
|
+
spec.version = '0.1.2'
|
8
8
|
spec.platform = Gem::Platform::RUBY
|
9
9
|
spec.authors = ["Lachlan Laycock"]
|
10
10
|
spec.email = ["l.laycock@stuart.com"]
|
11
11
|
spec.description = %q{Async endpoints for Grape APIs}
|
12
12
|
spec.summary = %q{Enable asyncronous endpoints to avoid blocking slow requests within EventMachine or Threads}
|
13
|
-
spec.homepage = "https://github.com/
|
13
|
+
spec.homepage = "https://github.com/stuartapp/grape-async"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grape-async
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lachlan Laycock
|
@@ -137,7 +137,7 @@ files:
|
|
137
137
|
- spec/lib/grape-async/middleware/async_spec.rb
|
138
138
|
- spec/spec_helper.rb
|
139
139
|
- spec/support/endpoint_faker.rb
|
140
|
-
homepage: https://github.com/
|
140
|
+
homepage: https://github.com/stuartapp/grape-async
|
141
141
|
licenses:
|
142
142
|
- MIT
|
143
143
|
metadata: {}
|