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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/grape-async.gemspec +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2cf22a8d1c6cd20c87812b76a57015baea1ac77
4
- data.tar.gz: 89c81fe6b0184768d9698132c7a7110427a716a3
3
+ metadata.gz: 1b8a6658bdec057ab8c3af4a2ad4bee0723e759a
4
+ data.tar.gz: 8846be8cad70cd13854af9953867f756eeace202
5
5
  SHA512:
6
- metadata.gz: 21d76e693615f041d142a9d88a15e55127fae2d2e6b498a1933ba6efb4689f9a7e5dd550800dc4fc64afc2dd1f7d302fb62ce2ee85f714a935b713253d367bce
7
- data.tar.gz: 8ccdf1fd37da79969d9545bc431c36ccdd694875131544263b1d2c86ee5a14511ce95802792651cdc055165b0d566a7cf3b18ee7f736b365883a1862c2b48880
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.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/stuart/grape-async"
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.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/stuart/grape-async
140
+ homepage: https://github.com/stuartapp/grape-async
141
141
  licenses:
142
142
  - MIT
143
143
  metadata: {}