deas 0.26.0 → 0.27.0

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.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deas
3
3
  version: !ruby/object:Gem::Version
4
- hash: 119
4
+ hash: 115
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 26
8
+ - 27
9
9
  - 0
10
- version: 0.26.0
10
+ version: 0.27.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kelly Redding
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2014-09-30 00:00:00 Z
19
+ date: 2014-11-05 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  requirement: &id001 !ruby/object:Gem::Requirement
@@ -133,6 +133,7 @@ files:
133
133
  - deas.gemspec
134
134
  - lib/deas.rb
135
135
  - lib/deas/cgi.rb
136
+ - lib/deas/deas_runner.rb
136
137
  - lib/deas/error_handler.rb
137
138
  - lib/deas/exceptions.rb
138
139
  - lib/deas/logging.rb
@@ -175,6 +176,7 @@ files:
175
176
  - test/support/views/with_layout.erb
176
177
  - test/system/rack_tests.rb
177
178
  - test/unit/cgi_tests.rb
179
+ - test/unit/deas_runner_tests.rb
178
180
  - test/unit/error_handler_tests.rb
179
181
  - test/unit/exceptions_tests.rb
180
182
  - test/unit/logging_tests.rb
@@ -249,6 +251,7 @@ test_files:
249
251
  - test/support/views/with_layout.erb
250
252
  - test/system/rack_tests.rb
251
253
  - test/unit/cgi_tests.rb
254
+ - test/unit/deas_runner_tests.rb
252
255
  - test/unit/error_handler_tests.rb
253
256
  - test/unit/exceptions_tests.rb
254
257
  - test/unit/logging_tests.rb