fedux_org-stdlib 0.6.30 → 0.6.31

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4888dbea78829991690140df1b4fdbefe2903d3
4
- data.tar.gz: 6caddb4c6cc6ec1ed9a18c904f5b62407f02b8b8
3
+ metadata.gz: debe4504f6ce05957dd618b8d1845eec75bf5e12
4
+ data.tar.gz: 0827b4f70c6aaf190a5e64b0c46c5becc0572147
5
5
  SHA512:
6
- metadata.gz: 225fe883a4780639730fecf8c3ab5bf8a8fc0055ecfe7a219455265549b8e6aa7ba461cbd8988c33aea28319a16299a880737b4d1ce2cbd75427f8d957cd288c
7
- data.tar.gz: 0089b8203b41f3ac654d42b12dadecf483a30d4c66fac07ef9d256bae14ffc04672056d3480b1ac3788f6e4543e0e0012dad8ef8b3e232f53ca35f83b5bc671a
6
+ metadata.gz: 714775ebeca90a98700cdddfe0952c762ee00cebbcd07cf4348a49e634928d03774f1c9bc829c99428347265b5e8a8c6d762dad7fc25e84db997713f8aa1d3b5
7
+ data.tar.gz: cc2ca79b83308f5372634f23da037242bdeece5c0fb573d2206accb75b21cb89cdca73cbc1d4cbbfb5d316875cb2dcc1d5d8b3dead93e5e797f275038563db58
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fedux_org-stdlib (0.6.29)
4
+ fedux_org-stdlib (0.6.30)
5
5
  activesupport
6
6
 
7
7
  GEM
@@ -11,9 +11,9 @@ module FeduxOrgStdlib
11
11
  public
12
12
 
13
13
  def initialize(default_language_code: :en, default_country_code: :gb, default_encoding: :utf_8, environment: ProcessEnvironment.new)
14
- @default_language_code = default_language_code
15
- @default_country_code = default_country_code
16
- @default_encoding = default_encoding
14
+ @default_language_code = default_language_code.to_sym
15
+ @default_country_code = default_country_code.to_sym
16
+ @default_encoding = default_encoding.to_sym
17
17
  @environment = environment
18
18
  end
19
19
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
  # FeduxOrgStdlib
3
3
  module FeduxOrgStdlib
4
- VERSION = '0.6.30'
4
+ VERSION = '0.6.31'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fedux_org-stdlib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.30
4
+ version: 0.6.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Meyer