simple_form_attachments 0.2.5 → 0.2.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee4c708e8de9ee3b379ebed06b02e1ee276536f8
|
4
|
+
data.tar.gz: 9624ab7be6b0a93e2a11feb8b22205e1b698f6af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69dae6c84f549224206c4b41f96ccf75a9b42340057ad19af509076233c91f652532084d976fdd06b20d3e54a7f5eb6f61f8157348b11647a67e45b772a614a1
|
7
|
+
data.tar.gz: 3444e12acc217efb705b8c5881020f0a87af37794f932df9bb819372f457fc8e6679c3374719b2bb41365a199fc64946bf5afa8e58cc0f10a824b99d28a2dc80
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
simple_form_attachments (0.2.
|
4
|
+
simple_form_attachments (0.2.6)
|
5
5
|
jquery-ui-rails
|
6
6
|
rails (>= 4.2)
|
7
7
|
rails-assets-blueimp-file-upload (>= 9.6.0)
|
@@ -49,11 +49,11 @@ GEM
|
|
49
49
|
thread_safe (~> 0.3, >= 0.3.4)
|
50
50
|
tzinfo (~> 1.1)
|
51
51
|
addressable (2.4.0)
|
52
|
-
arel (6.0.
|
52
|
+
arel (6.0.4)
|
53
53
|
bson (3.2.6)
|
54
54
|
builder (3.2.2)
|
55
55
|
coderay (1.1.1)
|
56
|
-
concurrent-ruby (1.0.
|
56
|
+
concurrent-ruby (1.0.5)
|
57
57
|
connection_pool (2.2.0)
|
58
58
|
coveralls (0.8.15)
|
59
59
|
json (>= 1.8, < 3)
|
@@ -86,7 +86,7 @@ GEM
|
|
86
86
|
guard-compat (~> 1.2)
|
87
87
|
minitest (>= 3.0)
|
88
88
|
i18n (0.7.0)
|
89
|
-
jquery-ui-rails (
|
89
|
+
jquery-ui-rails (6.0.1)
|
90
90
|
railties (>= 3.2.16)
|
91
91
|
json (1.8.3)
|
92
92
|
listen (3.1.5)
|
@@ -145,16 +145,16 @@ GEM
|
|
145
145
|
bundler (>= 1.3.0, < 2.0)
|
146
146
|
railties (= 4.2.7.1)
|
147
147
|
sprockets-rails
|
148
|
-
rails-assets-blueimp-canvas-to-blob (3.
|
149
|
-
rails-assets-blueimp-file-upload (9.
|
148
|
+
rails-assets-blueimp-canvas-to-blob (3.7.0)
|
149
|
+
rails-assets-blueimp-file-upload (9.17.0)
|
150
150
|
rails-assets-blueimp-canvas-to-blob (>= 2.1.1)
|
151
151
|
rails-assets-blueimp-load-image (>= 1.13.0)
|
152
152
|
rails-assets-blueimp-tmpl (>= 2.5.4)
|
153
153
|
rails-assets-jquery (>= 1.6)
|
154
|
-
rails-assets-blueimp-load-image (2.
|
155
|
-
rails-assets-blueimp-tmpl (3.
|
154
|
+
rails-assets-blueimp-load-image (2.12.2)
|
155
|
+
rails-assets-blueimp-tmpl (3.8.0)
|
156
156
|
rails-assets-handlebars (4.0.5)
|
157
|
-
rails-assets-jquery (3.1.
|
157
|
+
rails-assets-jquery (3.1.1)
|
158
158
|
rails-deprecated_sanitizer (1.0.3)
|
159
159
|
activesupport (>= 4.2.0.alpha)
|
160
160
|
rails-dom-testing (1.0.7)
|
@@ -174,7 +174,7 @@ GEM
|
|
174
174
|
ffi (>= 0.5.0)
|
175
175
|
ruby_dep (1.4.0)
|
176
176
|
shellany (0.0.1)
|
177
|
-
simple_form (3.
|
177
|
+
simple_form (3.4.0)
|
178
178
|
actionpack (> 4, < 5.1)
|
179
179
|
activemodel (> 4, < 5.1)
|
180
180
|
simplecov (0.12.0)
|
@@ -186,10 +186,10 @@ GEM
|
|
186
186
|
temple (~> 0.7.6)
|
187
187
|
tilt (>= 1.3.3, < 2.1)
|
188
188
|
slop (3.6.0)
|
189
|
-
sprockets (3.7.
|
189
|
+
sprockets (3.7.1)
|
190
190
|
concurrent-ruby (~> 1.0)
|
191
191
|
rack (> 1, < 3)
|
192
|
-
sprockets-rails (3.
|
192
|
+
sprockets-rails (3.2.0)
|
193
193
|
actionpack (>= 4.0)
|
194
194
|
activesupport (>= 4.0)
|
195
195
|
sprockets (>= 3.0.0)
|
@@ -198,7 +198,7 @@ GEM
|
|
198
198
|
tins (~> 1.0)
|
199
199
|
thor (0.19.1)
|
200
200
|
thread_safe (0.3.5)
|
201
|
-
tilt (2.0.
|
201
|
+
tilt (2.0.6)
|
202
202
|
tins (1.12.0)
|
203
203
|
tzinfo (1.2.2)
|
204
204
|
thread_safe (~> 0.1)
|
@@ -220,4 +220,4 @@ DEPENDENCIES
|
|
220
220
|
simple_form_attachments!
|
221
221
|
|
222
222
|
BUNDLED WITH
|
223
|
-
1.
|
223
|
+
1.13.6
|
@@ -54,7 +54,7 @@ module SimpleFormAttachments
|
|
54
54
|
accepts_nested_attributes_for accessor_name
|
55
55
|
|
56
56
|
define_method "mark_#{accessor_name}_permanent" do
|
57
|
-
send(accessor_name).update(temporary: false)
|
57
|
+
send(accessor_name).update(temporary: false) if send(accessor_name)
|
58
58
|
end
|
59
59
|
end
|
60
60
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_form_attachments
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tomas Celizna
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2017-03-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|