instant-upload 1.0.7 → 1.0.8

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: 2f9159754dd8e297f07b7c7d6ab580946ffb6d95
4
- data.tar.gz: 6bc6162cd19a1821e78b8fe0896c99b25578761c
3
+ metadata.gz: a7da00689cb1a75dc016a6cdc3376123e7801fb8
4
+ data.tar.gz: 88e90e2d22ae0a095ab04a36d66303cba8be9da4
5
5
  SHA512:
6
- metadata.gz: 5274617e2cb0f161b2d80247a5b79d119863c0169dab4f09fd646cafe467bf813029fec781708e72526bb9844ee51bf75e4ce6500f10791e87669b9afba0872c
7
- data.tar.gz: 738c16d2c96d94bdad90372f435ffbfc159176042ed23fda9fedbb8d014eeb57334cc5f18803e1fd57c920600403e49e2a79ef045f58da5ac0a8b0b9275c6be8
6
+ metadata.gz: 4734cb1e3e350334a3242c9054640556a27d8e23f5f9e13205df69a5923cba4eb904f5294d420c63aa39a930e656d860ccd1e6482f5dd0da2628d9aa93903980
7
+ data.tar.gz: c1070e86c79885ea076151032f993863c4598bb581873808753198699d34a6aab725b6acb0021382202a2a4e68e55ca0ef1d9831d12346f41181cadb82f541db
@@ -129,8 +129,8 @@ app = angular.module('instantUpload', [])
129
129
  $uploader.find('.iu-simple-dropzone').each ->
130
130
  $this = $(this)
131
131
 
132
- width = $this.find('img').width()
133
- height = $this.find('img').height()
132
+ width = $this.find('img').outerWidth()
133
+ height = $this.find('img').outerHeight()
134
134
 
135
135
  $this.width width
136
136
  $this.height height
@@ -1,3 +1,3 @@
1
1
  module InstantUpload
2
- VERSION = '1.0.7'
2
+ VERSION = '1.0.8'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instant-upload
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mariusz Ołownia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-25 00:00:00.000000000 Z
11
+ date: 2013-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails