restpack-web 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,10 +2,9 @@ require 'restpack-core-client'
2
2
 
3
3
  module RestPack
4
4
  module Web
5
- class App
6
- set :session_secret, 'secret'
7
-
5
+ class App
8
6
  def initialize(app, options = {})
7
+ set :session_secret, 'secret'
9
8
  p "RestPack::Web::App.initialize"
10
9
  @app = app
11
10
 
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Web
3
- VERSION = "0.1.13"
3
+ VERSION = "0.1.14"
4
4
  end
5
5
  end
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.1.13
4
+ version: 0.1.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: