mongoid_oslc 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -81,8 +81,8 @@ module Mongoid
81
81
  private
82
82
 
83
83
  def fields
84
- @fields = if defined?(OSLC_FIELDS_MAPPING)
85
- OSLC_FIELDS_MAPPING
84
+ @fields = if defined?(OSLC_FIELDS_MAPPING) && defined?(OSLC_ARRAYS_MAPPING)
85
+ OSLC_FIELDS_MAPPING.merge OSLC_ARRAYS_MAPPING
86
86
  else
87
87
  {
88
88
  "dcterms:title" => "title",
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Oslc
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid_oslc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-17 00:00:00.000000000 Z
12
+ date: 2012-10-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -133,7 +133,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
133
133
  version: '0'
134
134
  segments:
135
135
  - 0
136
- hash: -1265591135292783318
136
+ hash: -1050001277382581103
137
137
  required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  none: false
139
139
  requirements:
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  version: '0'
143
143
  segments:
144
144
  - 0
145
- hash: -1265591135292783318
145
+ hash: -1050001277382581103
146
146
  requirements: []
147
147
  rubyforge_project:
148
148
  rubygems_version: 1.8.24