uploadbox 0.2.0.rc1 → 0.2.0.rc2

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: aba403d9c1bac88814e1c15488432993d38693e3
4
- data.tar.gz: 7b09672b8ca2e8f1738570137945e7b392e74563
3
+ metadata.gz: 3ce741794130c261aef059af05192beb434d9188
4
+ data.tar.gz: e29fccdb4aac51e707205345245b72a36665db57
5
5
  SHA512:
6
- metadata.gz: 181f7a868b0afedd60a112b8e6ac8a92bda233d45fca23b113d0e722a88bcf957b476bf7c2ef3f05184e7db42fb37f4bf183c9da48ce48dc1c9f0199e05ca20d
7
- data.tar.gz: f851aabf4f2e79ba4d7f1460a1914c001cc528faf6c06b0d63aa62d5739fefb91090bf936497e10ca0de1b65766545fc63f5f43f1065cf84c48599415bfd03a9
6
+ metadata.gz: 10de8ed633a20adc447a8a24d004a84480bb05390400a21bcbd61d1b8f62d294974d08a5995066407238ef756f2d1646150a56924bf210457c846f17539ae71e
7
+ data.tar.gz: 913db75094815ae9b645aaac352370c88ccd88fa9a50ed2dc0950f0bade6dd7bed0c49ef11f8cde1b5bfeea4f9456a9a68f8bd715f4fab9ed06e3fe15c7c7fea
@@ -1,17 +1,10 @@
1
1
  @import bootstrap/progress
2
2
 
3
3
  .uploadbox-image-container
4
- background: #eee
5
- display: inline-block
6
- // input[type="file"]
7
- // display: none
8
4
  img, canvas
9
5
  display: inline-block
10
6
  vertical-align: bottom
11
7
 
12
- .uploadbox-image-container.uploadbox-processing
13
- background: #eee
14
-
15
8
  .uploadbox-image-uploader
16
9
  position: relative
17
10
 
@@ -1,3 +1,3 @@
1
1
  module Uploadbox
2
- VERSION = "0.2.0.rc1"
2
+ VERSION = "0.2.0.rc2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uploadbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.rc1
4
+ version: 0.2.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julio Protzek
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-04-30 00:00:00.000000000 Z
12
+ date: 2014-05-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails