ooor-finders 0.1.6 → 0.1.7

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.
@@ -8,6 +8,9 @@ module Ooor
8
8
  def _instanciate_by_attributes(match, arguments)
9
9
  # TODO check relation and send a warning
10
10
  res = self.new
11
+ if RUBY_VERSION >= '1.9.0' # related to system stack level error
12
+ res.id = nil
13
+ end
11
14
  attributes = match.attribute_names
12
15
  xml_id = nil
13
16
  attributes.length.times do |index|
@@ -1,5 +1,5 @@
1
1
  module Ooor
2
2
  module Finders
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ooor-finders
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
5
4
  prerelease:
6
- segments:
7
- - 0
8
- - 1
9
- - 6
10
- version: 0.1.6
5
+ version: 0.1.7
11
6
  platform: ruby
12
7
  authors:
13
8
  - Nicolas Bessi - Camptocamp
@@ -15,8 +10,7 @@ autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
12
 
18
- date: 2012-03-06 00:00:00 +01:00
19
- default_executable:
13
+ date: 2012-03-06 00:00:00 Z
20
14
  dependencies:
21
15
  - !ruby/object:Gem::Dependency
22
16
  name: ooor
@@ -26,11 +20,6 @@ dependencies:
26
20
  requirements:
27
21
  - - ">="
28
22
  - !ruby/object:Gem::Version
29
- hash: 5
30
- segments:
31
- - 1
32
- - 6
33
- - 5
34
23
  version: 1.6.5
35
24
  type: :runtime
36
25
  version_requirements: *id001
@@ -42,9 +31,6 @@ dependencies:
42
31
  requirements:
43
32
  - - ">="
44
33
  - !ruby/object:Gem::Version
45
- hash: 3
46
- segments:
47
- - 0
48
34
  version: "0"
49
35
  type: :development
50
36
  version_requirements: *id002
@@ -68,7 +54,6 @@ files:
68
54
  - lib/ooor/finders/version.rb
69
55
  - lib/ooor_finders.rb
70
56
  - ooor-finders.gemspec
71
- has_rdoc: true
72
57
  homepage: http://github.com/camptocamp/ooor_finders
73
58
  licenses: []
74
59
 
@@ -82,23 +67,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
82
67
  requirements:
83
68
  - - ">="
84
69
  - !ruby/object:Gem::Version
85
- hash: 3
86
- segments:
87
- - 0
88
70
  version: "0"
89
71
  required_rubygems_version: !ruby/object:Gem::Requirement
90
72
  none: false
91
73
  requirements:
92
74
  - - ">="
93
75
  - !ruby/object:Gem::Version
94
- hash: 3
95
- segments:
96
- - 0
97
76
  version: "0"
98
77
  requirements: []
99
78
 
100
79
  rubyforge_project:
101
- rubygems_version: 1.6.2
80
+ rubygems_version: 1.8.24
102
81
  signing_key:
103
82
  specification_version: 3
104
83
  summary: OOOR - OpenObject On Ruby dynamic finder extention