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.
@@ -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")
@@ -1,5 +1,5 @@
1
1
  module AsyncRackTest # :nodoc:
2
2
  module Version
3
- STRING = '0.0.3'
3
+ STRING = '0.0.4'
4
4
  end
5
5
  end
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.3
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-09-30 00:00:00.000000000 Z
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.3
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