odata-model 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1797a53e6a254c5ab4e8f1df219cd24ee4524f93
4
- data.tar.gz: 65ca357691139952e3fd414932298743c59819b9
3
+ metadata.gz: 2f77e0dffa1d45efee0ab34e2cbe3dcf87e2dd42
4
+ data.tar.gz: b9f971d7ddd3453298f082d72647f3f9c0c27f30
5
5
  SHA512:
6
- metadata.gz: fb366ae287d7745fc4a6da942340b9b28badb1f4e4d3f6f0c49836ddcbfb01bc90e02cb45fa65e9fef6a03cfd10d6e30fec3d00d5212c4c240e8bb0de8e0bab1
7
- data.tar.gz: 565db42d9581b1a890278748bf1960b24a7e48b312d9caa6d2af9a1a3a2656fb3735011f2111542e50aad9a65d301629ddf773a7ca9f864c5657581e3653ac3b
6
+ metadata.gz: f2b4e97d909a8a5d164a63f7fe47d22160248a6101b9b9afd8eaa62b264e3690296cbcc24e324b192d386d9c4488d0048454e449de9fdda360b528e45c5bec07
7
+ data.tar.gz: a71d58ec6e84106657a2df2b22d3e18298a02ec4da2cbc1dea298015ae98c98fcd5b978d292dc7ac597e90235c6287c0147ba5bf574689f726dd60be411a83bc
@@ -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)
20
+ configuration = parsed_config.with_indifferent_access
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.2'
3
+ VERSION = '0.5.3'
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.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Thompson