em-midori 0.0.4.2 → 0.0.5

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.
@@ -0,0 +1,3 @@
1
+ module Midori
2
+ VERSION = '0.0.5'.freeze
3
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: em-midori
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4.2
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - HeckPsi Lab
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-24 00:00:00.000000000 Z
11
+ date: 2016-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eventmachine
@@ -78,7 +78,23 @@ executables: []
78
78
  extensions: []
79
79
  extra_rdoc_files: []
80
80
  files:
81
+ - ".codeclimate.yml"
82
+ - ".gitignore"
83
+ - ".resources/midori_tokiwa.gif"
84
+ - ".resources/sapphire_kawashima.gif"
85
+ - ".rspec"
86
+ - ".rubocop.yml"
87
+ - ".travis.yml"
88
+ - LICENSE
81
89
  - lib/em-midori.rb
90
+ - lib/em-midori/api.rb
91
+ - lib/em-midori/clean_room.rb
92
+ - lib/em-midori/define_class.rb
93
+ - lib/em-midori/em_midori.rb
94
+ - lib/em-midori/request.rb
95
+ - lib/em-midori/response.rb
96
+ - lib/em-midori/server.rb
97
+ - lib/em-midori/version.rb
82
98
  homepage: https://github.com/heckpsi-lab/em-midori
83
99
  licenses:
84
100
  - MIT
@@ -104,4 +120,3 @@ signing_key:
104
120
  specification_version: 4
105
121
  summary: An EventMachine Based Web Framework on Ruby
106
122
  test_files: []
107
- has_rdoc: