multiuploader 1.1.0 → 1.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: 532067aff0d835da40f7ef552756b145df97a4bc
4
- data.tar.gz: ffd7c114fb58ddfb8befba67ca9573acbf12da34
3
+ metadata.gz: a780ee7c96e16e16f4734cbc16d33d7f1c8f558e
4
+ data.tar.gz: c0284cd96e8e617c1e65eacfabfd914ca7b7973c
5
5
  SHA512:
6
- metadata.gz: bc42478bf5660deb4c21f62169fed4a00f9b8bc1796754cf902ba2e55cc4606c2f8f7154aca19bdd5b18e497c1a20ba2d886fc01a7ac499fae45f26c3352a2ad
7
- data.tar.gz: a0903781cfd888742b8b0064c520d1e3dcf5ea83ef49f06ab30d4c37932e4338eddf957dea64ee66b3d7c3c75a3743da1c41f706a5c75ad8d29f8aac80332e89
6
+ metadata.gz: 75f6100aa27a7d4275044bc00ba2d472f607100159efc6748d9bc5ae301456b8300d23f6b7b5cd05ff815156756531a91d6c871bb15666705546f8e300c76f0a
7
+ data.tar.gz: 1274af1831bc9c35c00dd65bbe35a171d6b3cb628f8d2adda57b1b5573c293f2b3aa5d3032db947a2d515da3df8781c958f3f708ccbb18a4093f7f2f5bab58e4
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: multiuploader 1.1.0 ruby lib
5
+ # stub: multiuploader 1.1.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "multiuploader"
9
- s.version = "1.1.0"
9
+ s.version = "1.1.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -10,9 +10,9 @@ $theme-color: gray;
10
10
  border: 5px dashed lighten($theme-color, 25%);
11
11
 
12
12
  .file-row {
13
- display: box;
14
- box-orient: horizontal;
15
- box-pack: center;
13
+ display: flex;
14
+ flex-flow: row nowrap;
15
+ justify-content: center;
16
16
  }
17
17
 
18
18
  .file {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multiuploader
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Morgan