uploadcolumn 0.3.3 → 0.3.4
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.
- data/VERSION +1 -1
- data/lib/upload_column/magic_columns.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.4
|
|
@@ -36,7 +36,7 @@ module UploadColumn
|
|
|
36
36
|
if statement and predicate and name.to_s == statement and not self.read_attribute(column_name.to_sym)
|
|
37
37
|
uploaded_file = self.send(:get_upload_column, name.to_sym)
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
self.send(:write_attribute, column_name.to_sym, handle_predicate(uploaded_file, predicate))
|
|
40
40
|
end
|
|
41
41
|
|
|
42
42
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: uploadcolumn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.3.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dave Hrycyszyn
|