reel-rack 0.2.2 → 0.2.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc523b3bd8451f12b547c078df59cafa431f9fa2
4
- data.tar.gz: 2cc6c4f427f567c7b0c3c1c55e1eabfc71487d35
3
+ metadata.gz: 563a1f1d4c2fbdb5347adecb0c9ed8f11f5a9be5
4
+ data.tar.gz: eb8b3f30e7006590f1c24d2050049534c7a841d8
5
5
  SHA512:
6
- metadata.gz: c646547d89ee18f33fa25e53eacde194173aeefc6299b0cb74530f1dba89d92de3d852f83cbe199f40dc977d04ab8e9b0cff265a4de82de577a258f6755911b5
7
- data.tar.gz: f044747dd5ec6c251d8290750cecc144af666ac0ff2a8000cbbeab714e31c947b0d69176a004f60ea704ee0b429ea2153ff0f83c2282f28f97027ff0e6a156b8
6
+ metadata.gz: 7e60653bf54ea9b43a83c727ba4481a91090614b2d5057b0c9739c16ccc27fbd8b9d99462e15e7727a6c508f72bcb814a5aef471260f9e5e8fda50e0ca9c5c56
7
+ data.tar.gz: 79f71f6a54719722984a43b7f75b8d624641a1f0452fb7b7dbeb97bf4f62a9bb8b0aeaa1fd25bcb1b24365581461209241998ab7b712e55adc3014c977b5c9b1
data/CHANGES.md CHANGED
@@ -1,3 +1,7 @@
1
+ 0.2.3 (2016-05-07)
2
+ ------------------
3
+ * Use Reel::Response::STATUS_CODES
4
+
1
5
  0.2.2 (2015-03-27)
2
6
  ------------------
3
7
  * Add SERVER_NAME and SERVER_PORT key to rack env
@@ -102,7 +102,7 @@ module Reel
102
102
 
103
103
  def status_symbol(status)
104
104
  if status.is_a?(Fixnum)
105
- Http::Response::STATUS_CODES[status].downcase.gsub(/\s|-/, '_').to_sym
105
+ Reel::Response::STATUS_CODES[status].downcase.gsub(/\s|-/, '_').to_sym
106
106
  else
107
107
  status.to_sym
108
108
  end
@@ -1,5 +1,5 @@
1
1
  module Reel
2
2
  module Rack
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reel-rack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Arcieri
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-03-28 00:00:00.000000000 Z
12
+ date: 2016-05-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: reel
@@ -129,10 +129,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  requirements: []
131
131
  rubyforge_project:
132
- rubygems_version: 2.4.5
132
+ rubygems_version: 2.5.1
133
133
  signing_key:
134
134
  specification_version: 4
135
135
  summary: Rack adapter for Reel, a Celluloid::IO web server
136
136
  test_files:
137
137
  - spec/reel/rack/server_spec.rb
138
138
  - spec/spec_helper.rb
139
+ has_rdoc: