webfx 0.0.4 → 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.
Files changed (2) hide show
  1. data/lib/webfx.rb +8 -0
  2. metadata +5 -5
data/lib/webfx.rb CHANGED
@@ -113,3 +113,11 @@ def run_app(env)
113
113
  end
114
114
  end
115
115
 
116
+
117
+ module WebFx
118
+ class Application
119
+ def self.call(env)
120
+ run_app(env)
121
+ end
122
+ end
123
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webfx
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors: []
13
13
 
@@ -30,7 +30,7 @@ extra_rdoc_files: []
30
30
  files:
31
31
  - lib/webfx.rb
32
32
  has_rdoc: true
33
- homepage:
33
+ homepage: http://github.com/gregclinton/webfx
34
34
  licenses: []
35
35
 
36
36
  post_install_message:
@@ -62,6 +62,6 @@ rubyforge_project:
62
62
  rubygems_version: 1.3.7
63
63
  signing_key:
64
64
  specification_version: 3
65
- summary: a gem
65
+ summary: Very minimal RESTful, json, sinatra-inspired framework.
66
66
  test_files: []
67
67