simple_form_attachments 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5438c1e936aadfb3a6f0c480c7e5924c0daaf827
4
- data.tar.gz: 161f086f633ff44dd4d899be439aafe0b0bbec68
3
+ metadata.gz: 1768b0dae47cf67d3afe9efabd8269d744f0d478
4
+ data.tar.gz: b0548fed6344f4383b928857b405788e118ed72b
5
5
  SHA512:
6
- metadata.gz: 67a75e03e65a81babea65304df653c22d169f26de17efa41e4fb9cc815339e87c8f06f03db2291d61843feca515e5dd829395b9a7e74955b200eb00c7598ae24
7
- data.tar.gz: fafeda901c327e9488230f7f4a948f53145f4c04cf94d56f175ecc413fb77059c20f8a43efa88ff991092c98bf21f296437be30a09bfaea607afa1e9a7f50d6e
6
+ metadata.gz: 03260891999b62f5c629edcf15072889923447816642d68b07bc609f2da1919ae06c2ab226863e9be909fc0be97449324f06658dcb6f0c5e2715dad395065db7
7
+ data.tar.gz: 564e1b23f2a291af9fdf798333b9875b951c7b68bbaeee556aca7ad3a8518e7be910bf57d2758b6714fa1172f4ef9e89363e5f00407fd73a0437c8674ce95ed1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_form_attachments (0.1.0)
4
+ simple_form_attachments (0.1.1)
5
5
  jquery-ui-rails
6
6
  rails (>= 4.2)
7
7
  rails-assets-blueimp-file-upload (>= 9.6.0)
@@ -145,14 +145,14 @@ GEM
145
145
  railties (= 4.2.3)
146
146
  sprockets-rails
147
147
  rails-assets-blueimp-canvas-to-blob (2.2.0)
148
- rails-assets-blueimp-file-upload (9.11.0)
148
+ rails-assets-blueimp-file-upload (9.11.2)
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)
152
152
  rails-assets-jquery (>= 1.6)
153
153
  rails-assets-blueimp-load-image (1.14.0)
154
154
  rails-assets-blueimp-tmpl (2.5.5)
155
- rails-assets-handlebars (3.0.3)
155
+ rails-assets-handlebars (4.0.2)
156
156
  rails-assets-jquery (2.1.4)
157
157
  rails-deprecated_sanitizer (1.0.3)
158
158
  activesupport (>= 4.2.0.alpha)
@@ -176,7 +176,7 @@ GEM
176
176
  mime-types (>= 1.16, < 3.0)
177
177
  netrc (~> 0.7)
178
178
  shellany (0.0.1)
179
- simple_form (3.1.0)
179
+ simple_form (3.1.1)
180
180
  actionpack (~> 4.0)
181
181
  activemodel (~> 4.0)
182
182
  simplecov (0.10.0)
@@ -188,7 +188,7 @@ GEM
188
188
  temple (~> 0.7.3)
189
189
  tilt (>= 1.3.3, < 2.1)
190
190
  slop (3.6.0)
191
- sprockets (3.3.2)
191
+ sprockets (3.3.4)
192
192
  rack (~> 1.0)
193
193
  sprockets-rails (2.3.2)
194
194
  actionpack (>= 3.0)
@@ -223,9 +223,4 @@
223
223
 
224
224
  # =====================================================================
225
225
 
226
- $ ->
227
-
228
- $('div.simple_form_attachments').simple_form_attachments()
229
-
230
- $('body').on 'dom_update', (e) ->
231
- $('div.simple_form_attachments').simple_form_attachments()
226
+ $ -> $('div.simple_form_attachments').simple_form_attachments()
@@ -1,3 +1,3 @@
1
1
  module SimpleFormAttachments
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
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.1.0
4
+ version: 0.1.1
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-08-20 00:00:00.000000000 Z
12
+ date: 2015-09-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails