rest-ftp-daemon 1.0.13 → 1.0.14

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Dockerfile +0 -9
  3. data/rest-ftp-daemon.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 90a96d81d685cac4b117a585d5cd16ab96d5aa7c
4
- data.tar.gz: 96b7689509e2612004d89def504d13b2da346394
3
+ metadata.gz: 0270513c53cca28997c10af197adc824d7bb878b
4
+ data.tar.gz: 33aad35cd6d4c9aabc6ad5db890f0b63d27a515d
5
5
  SHA512:
6
- metadata.gz: 3857831ec6d26f2325f15aa18f48e4e9375777bb07a50c0525e9fe43b40435ae678aff339238c63b91b611d2aba998bf0916d098a6fbd89bd29bb7ff048a222b
7
- data.tar.gz: 1bb3f6332a4aa1ff544210bf0b6f3f6a81ad4340fe3232fd87ba47a367db915f3019390dea56422165d71984d14778f39b48f390e438348d08c22d62ace3239a
6
+ metadata.gz: 2351bf8f6176e7932817cd94fb20cdd02913d9cbf39c43aee1e764ec61625afd4663c0bf216e26598dfbcc065ae35215cb6db417c4dbe85f67cfefb653099b99
7
+ data.tar.gz: 2f696bb2a479e0f706d1d2121ddaeffbdd02ee03e7ac9cd4190f34fe42bbaa436266dcb78330dc7cda9bfc9cf8ca80075e4125aba7b8a1f57d990c63343b9df2
data/Dockerfile CHANGED
@@ -13,15 +13,6 @@ ENV app /app/
13
13
  RUN apt-get update && apt-get install -y --fix-missing --no-install-recommends build-essential git && apt-get clean
14
14
 
15
15
 
16
- # FFMPEG: compile from source
17
- ENV TMP_FFMPEG /tmp/ffmpeg/
18
- RUN git clone git://git.videolan.org/ffmpeg.git $TMP_FFMPEG \
19
- && cd $TMP_FFMPEG \
20
- && ./configure --disable-x86asm \
21
- && make -j 4 && make install \
22
- && rm -Rf $TMP_FFMPEG
23
-
24
-
25
16
  # Prepare bundler
26
17
  RUN gem install bundler --no-rdoc --no-ri
27
18
 
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |spec|
3
3
 
4
4
  # Project version
5
- spec.version = "1.0.13"
5
+ spec.version = "1.0.14"
6
6
 
7
7
  # Project description
8
8
  spec.name = "rest-ftp-daemon"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest-ftp-daemon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.13
4
+ version: 1.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno MEDICI