smooth_operator 1.30.3 → 1.30.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/smooth_operator/operator.rb +1 -1
- data/lib/smooth_operator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MWU1MmQxZDlmMzIxODFlMDJlZTZmZjUzY2M3ZjVjNzg5ZTg5YjE4ZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OTY4MWE4OTE2NjQ5ZDQxNzZkMTk2MjZmOTJmNmQzZTM3ZWI0Nzg3Yw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ODFjZDk0OWRmZmMzMGYyMmUyZmI5MTM2YmJlMTM0MTViNDRmNjVlMTEwN2U2
|
10
|
+
MDdmOTYxMWZlZjZjNTYxNTUxY2IwNDg1MjkxZDk1MmZkYmRhODQzYjQ2YmIy
|
11
|
+
MDI0NjIxODQxOWQ0ODI4MzdiMGViMzZjYTI5ZDQ2MDhkNzIwNmQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
N2QxOTE1NDQ2MTQ2Mzc2MTU3MTMxNDgzNTkzNDY4ZDhkNDFiYjdjOGQxZGRj
|
14
|
+
YWIyNDFhNjI1YTAzZDE1YTk1NzRiMGVhNDg1MWM4Y2VkYjM2YTY1MDM1NGYx
|
15
|
+
ZTNkM2M2Y2MwMDQwMTQ3MTBkMDVkMTFjYjA4OTQ2ZmVmNGVlNDQ=
|
@@ -13,7 +13,7 @@ module SmoothOperator
|
|
13
13
|
|
14
14
|
relative_path = resource_path(relative_path)
|
15
15
|
|
16
|
-
parent_object = _options[:parent_object]
|
16
|
+
parent_object = options[:parent_object] || _options[:parent_object]
|
17
17
|
|
18
18
|
if !parent_object.nil? && options[:ignore_parent] != true
|
19
19
|
id = Helpers.primary_key(parent_object)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smooth_operator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.30.
|
4
|
+
version: 1.30.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- João Gonçalves
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-08-
|
11
|
+
date: 2014-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|