simple_form_attachments 0.0.5 → 0.0.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: a12fab48309e9d05e47affed9ba0634611420bbf
4
- data.tar.gz: 05e4628edee4e1ba554512ea9b57f6a7d5ad4f44
3
+ metadata.gz: b996f32e2ddbbaaf543d29b6081f1182367d0c29
4
+ data.tar.gz: 750c50f7c1a7f92319602c628845d2317a469363
5
5
  SHA512:
6
- metadata.gz: d80eb51c12da9c051bec72e632189ff403cf7725081c1819d0292b744c69d7a3750067fd245321602f9c352bd38736cd8aa566374a32765db4ed8c65e5bf1302
7
- data.tar.gz: 9648f1b70f24048f549088341aef1e437b130f5931ff9e275c2c0952fea8a7dddc95917dc6bdcb55629008383b695c303acceaea6c60e7379b3c0bcacd28f440
6
+ metadata.gz: 04026a5c36d5b1e1685c6804cb4522a216c948db5770bb9ccd7a10027493cc9ed3589db64a69a27e183b02f3d21569464c1e444ea2b2c3aa144fdf2fb4e1dcb5
7
+ data.tar.gz: 28e95b3b75b506aa8e2bdcc55091562ed302645cce98aad5ac7c2d49241994956657e827f8193e4d509c2a3aa7f5db586bc20415631a561f8143a7a6a5937a97
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_form_attachments (0.0.5)
4
+ simple_form_attachments (0.0.6)
5
5
  jquery-ui-rails
6
6
  rails (>= 4.2)
7
7
  rails-assets-blueimp-file-upload (>= 9.6.0)
@@ -49,7 +49,7 @@ GEM
49
49
  thread_safe (~> 0.3, >= 0.3.4)
50
50
  tzinfo (~> 1.1)
51
51
  addressable (2.3.8)
52
- arel (6.0.0)
52
+ arel (6.0.2)
53
53
  bson (3.1.2)
54
54
  builder (3.2.2)
55
55
  coderay (1.1.0)
@@ -92,7 +92,7 @@ GEM
92
92
  jquery-ui-rails (5.0.5)
93
93
  railties (>= 3.2.16)
94
94
  json (1.8.3)
95
- listen (3.0.1)
95
+ listen (3.0.2)
96
96
  rb-fsevent (>= 0.9.3)
97
97
  rb-inotify (>= 0.9)
98
98
  loofah (2.0.2)
@@ -145,7 +145,7 @@ GEM
145
145
  railties (= 4.2.3)
146
146
  sprockets-rails
147
147
  rails-assets-blueimp-canvas-to-blob (2.1.1)
148
- rails-assets-blueimp-file-upload (9.10.3)
148
+ rails-assets-blueimp-file-upload (9.10.4)
149
149
  rails-assets-blueimp-canvas-to-blob (>= 2.1.1)
150
150
  rails-assets-blueimp-load-image (>= 1.13.0)
151
151
  rails-assets-blueimp-tmpl (>= 2.5.4)
@@ -101,11 +101,13 @@
101
101
 
102
102
  @$element.on 'click', 'button.delete, button.close', (e) =>
103
103
  e.preventDefault()
104
+ e.stopPropagation()
104
105
  $template = $(e.currentTarget).closest('tr')
105
106
  @remove_template($template)
106
107
 
107
108
  @$element.on 'click', 'button.cancel', (e) =>
108
109
  e.preventDefault()
110
+ e.stopPropagation()
109
111
  $template = $(e.currentTarget).closest('tr')
110
112
  data = $template.data('data') || {}
111
113
  @enable_form_submit()
@@ -1,3 +1,3 @@
1
1
  module SimpleFormAttachments
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  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.0.5
4
+ version: 0.0.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: 2015-07-07 00:00:00.000000000 Z
12
+ date: 2015-07-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails