restpack-web 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,6 @@
1
1
  module RestPack
2
2
  module Web
3
3
  class App
4
- attr_accessor :core_domain
5
4
  def initialize(app, settings = {})
6
5
  p "RestPack::Web::App.initialize"
7
6
  @app = app
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Web
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -13,7 +13,7 @@ describe RestPack::Web do
13
13
  let(:app) {
14
14
  RestPack::Web::App.new(
15
15
  lambda { |env| [200, {'Content-Type' => 'text/plain'}, 'hello there'] },
16
- { :aa => 444}
16
+ { :aa => 444 }
17
17
  )
18
18
  }
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restpack-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: