Skip to content

Commit

Permalink
Added DEFAULT_FLAVOR/LANGUGE sbsm/en
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Jun 8, 2016
1 parent a4be315 commit e759a63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions History.txt
@@ -1,3 +1,6 @@
=== 1.2.8 / 09.06.2016
* As we need a DEFAULT_LANGUAGE and DEFAULT_FLAVOR they are forced to 'en', resp. 'sbsm'

=== 1.2.7 / 10.05.2016

* Migration to Ruby 2.x works now
Expand Down
4 changes: 2 additions & 2 deletions lib/sbsm/session.rb
Expand Up @@ -39,8 +39,8 @@ class Session < SimpleDelegator
:unsafe_input, :valid_input, :request_path
include DRbUndumped
PERSISTENT_COOKIE_NAME = "sbsm-persistent-cookie"
DEFAULT_FLAVOR = nil
DEFAULT_LANGUAGE = nil
DEFAULT_FLAVOR = 'sbsm'
DEFAULT_LANGUAGE = 'en'
DEFAULT_STATE = State
DEFAULT_ZONE = nil
DRB_LOAD_LIMIT = 255 * 102400
Expand Down
2 changes: 1 addition & 1 deletion lib/sbsm/version.rb
@@ -1,3 +1,3 @@
module SBSM
VERSION = '1.2.7'
VERSION = '1.2.8'
end

0 comments on commit e759a63

Please sign in to comment.