httpotemkin 0.0.4 → 0.0.5
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/containers/client/Dockerfile +3 -2
- data/lib/test.rb +0 -1
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 806b18b978b3e232f6478727210c12d89438ad19
|
|
4
|
+
data.tar.gz: 6166c935c7766566676669fd84598739e7a2cd07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68ad67fc5bbe7705857285a723fb362444b632dd9e15a01d90fdf051bcd81d61fe6a85942f4ba1370a50921548d28582acea58f6e25ae023020fd7932faebe5a
|
|
7
|
+
data.tar.gz: d7aedf3d9ad91f3fcd3d607d910f33c4d0d816ad4bd1f79eecc702a3d6237ee20ece55e14f19407506c33c71604233a2a770fc64a6b8992b5f9421afe1c6b19b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
FROM opensuse:42.1
|
|
2
2
|
MAINTAINER Cornelius Schumacher <schumacher@kde.org>
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
RUN zypper --non-interactive install ca-certificates-mozilla
|
|
5
5
|
|
|
6
6
|
RUN zypper --non-interactive install curl
|
|
7
7
|
RUN zypper --non-interactive install ruby
|
|
8
8
|
RUN zypper --non-interactive install --no-recommends osc
|
|
9
|
+
RUN zypper --non-interactive install tar
|
|
9
10
|
|
|
10
11
|
# Dependencies for yes_ship_it
|
|
11
|
-
RUN zypper --non-interactive install ruby2.1-rubygem-inifile ruby2.1-rubygem-rest-client
|
|
12
|
+
RUN zypper --non-interactive install ruby2.1-rubygem-inifile ruby2.1-rubygem-rest-client ruby2.1-rubygem-cheetah
|
|
12
13
|
RUN zypper --non-interactive install git
|
|
13
14
|
|
|
14
15
|
# Configuration for OBS client
|
data/lib/test.rb
CHANGED
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: httpotemkin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cornelius Schumacher
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-12-
|
|
11
|
+
date: 2015-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|