async_rack_test 0.0.3 → 0.0.4
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.
- data/async_rack_test.gemspec +1 -0
- data/lib/async_rack_test/version.rb +1 -1
- metadata +5 -4
data/async_rack_test.gemspec
CHANGED
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.homepage = "http://github.com/thoughtless/async_rack_test"
|
|
12
12
|
s.summary = "async_rack_test-#{AsyncRackTest::Version::STRING}"
|
|
13
13
|
s.description = "Extends rack-test to make working with EventMachine easier."
|
|
14
|
+
s.license = 'MIT'
|
|
14
15
|
|
|
15
16
|
s.files = `git ls-files`.split("\n")
|
|
16
17
|
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: async_rack_test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-10-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Extends rack-test to make working with EventMachine easier.
|
|
15
15
|
email: paul@thoughtless.ca
|
|
@@ -32,7 +32,8 @@ files:
|
|
|
32
32
|
- spec/async_rack_test_spec.rb
|
|
33
33
|
- spec/spec_helper.rb
|
|
34
34
|
homepage: http://github.com/thoughtless/async_rack_test
|
|
35
|
-
licenses:
|
|
35
|
+
licenses:
|
|
36
|
+
- MIT
|
|
36
37
|
post_install_message:
|
|
37
38
|
rdoc_options:
|
|
38
39
|
- --charset=UTF-8
|
|
@@ -55,7 +56,7 @@ rubyforge_project:
|
|
|
55
56
|
rubygems_version: 1.8.23
|
|
56
57
|
signing_key:
|
|
57
58
|
specification_version: 3
|
|
58
|
-
summary: async_rack_test-0.0.
|
|
59
|
+
summary: async_rack_test-0.0.4
|
|
59
60
|
test_files:
|
|
60
61
|
- spec/async_rack_test_spec.rb
|
|
61
62
|
- spec/spec_helper.rb
|