odata-model 0.5.1 → 0.5.2

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: e80ca3aeef8bbcae5c9a1e8174f10a864ab8967d
4
- data.tar.gz: e5878a1c6128c9cd1b50cccd987a738c399ed1dd
3
+ metadata.gz: 1797a53e6a254c5ab4e8f1df219cd24ee4524f93
4
+ data.tar.gz: 65ca357691139952e3fd414932298743c59819b9
5
5
  SHA512:
6
- metadata.gz: 8eec2f68f064976117bc3d0771b6d6e164f7950e75fce52869c4a26c873d715688b12a8d5e653144e8a0894de450e81ff3f9520fc46910faff0fba5b5a6f7169
7
- data.tar.gz: facfea56e9cfd9268b9736e591f8ac26dab1363cb5f7dc526aadacbc384d2f87050017d0754a32eb507154629fcaa09745f9f3eaf616e633ec5c544df777f841
6
+ metadata.gz: fb366ae287d7745fc4a6da942340b9b28badb1f4e4d3f6f0c49836ddcbfb01bc90e02cb45fa65e9fef6a03cfd10d6e30fec3d00d5212c4c240e8bb0de8e0bab1
7
+ data.tar.gz: 565db42d9581b1a890278748bf1960b24a7e48b312d9caa6d2af9a1a3a2656fb3735011f2111542e50aad9a65d301629ddf773a7ca9f864c5657581e3653ac3b
@@ -17,7 +17,7 @@ module OData
17
17
  def parse_configuration(app)
18
18
  config_file = File.open(File.join(Rails.root, 'config/odata.yml')).read
19
19
  parsed_config = YAML.load(config_file)
20
- configuration = ActiveSupport::HashWithIndifferentAccess.new(parsed_config).deep_symbolize_keys
20
+ configuration = ActiveSupport::HashWithIndifferentAccess.new(parsed_config)
21
21
  end
22
22
 
23
23
  def process_configuration(app)
@@ -1,5 +1,5 @@
1
1
  module OData
2
2
  module Model
3
- VERSION = '0.5.1'
3
+ VERSION = '0.5.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: odata-model
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Thompson