httpotemkin 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d346656643300dfe4af065152bdf110f7ed3c1dd
4
- data.tar.gz: aa3c3f535945b1a7c70e3838317f4a7bf3154c2d
3
+ metadata.gz: 806b18b978b3e232f6478727210c12d89438ad19
4
+ data.tar.gz: 6166c935c7766566676669fd84598739e7a2cd07
5
5
  SHA512:
6
- metadata.gz: fd8c1fe49944320570bc0cc8a6a3ceabeda42e496f8d9a433253d6d36e1cf4bebebe572a90a2326f38debc0335505548b1f97f1533112b93fc08cab71e844adf
7
- data.tar.gz: 9cde05e2d38d56c977b90204eed7a3b26f0ffd5cae3b458f280a0a9bb9b3c7d6150a9e1af74979dd49a94b59b968ceccd53e976106e81291c4c32986c0ffa5ed
6
+ metadata.gz: 68ad67fc5bbe7705857285a723fb362444b632dd9e15a01d90fdf051bcd81d61fe6a85942f4ba1370a50921548d28582acea58f6e25ae023020fd7932faebe5a
7
+ data.tar.gz: d7aedf3d9ad91f3fcd3d607d910f33c4d0d816ad4bd1f79eecc702a3d6237ee20ece55e14f19407506c33c71604233a2a770fc64a6b8992b5f9421afe1c6b19b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change log of httpotemkin
2
2
 
3
+ ## Version 0.0.5
4
+
5
+ * Don't try to stop client in `down` method
6
+ * Add dependencies for yes_ship_it
7
+
3
8
  ## Version 0.0.4
4
9
 
5
10
  * Add command to stop client container in RSpec tests
@@ -1,14 +1,15 @@
1
1
  FROM opensuse:42.1
2
2
  MAINTAINER Cornelius Schumacher <schumacher@kde.org>
3
3
 
4
- run zypper --non-interactive install ca-certificates-mozilla
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
@@ -25,7 +25,6 @@ module Httpotemkin
25
25
  end
26
26
 
27
27
  def down
28
- @containers.stop_client
29
28
  @containers.down
30
29
  end
31
30
 
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Httpotemkin
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
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
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-09 00:00:00.000000000 Z
11
+ date: 2015-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec