conjur-debify 0.9.0 → 0.9.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: 7002aab774dd1531082e1d5c0a14ba00d0c1cd27
4
- data.tar.gz: b809f05a08d08d78bf1b0273287b00e025ae1ea2
3
+ metadata.gz: c176e6d6fc819b1e3538c3665895973336ac7a06
4
+ data.tar.gz: 18cee3a95327236d164830d2d199ecb8975a286d
5
5
  SHA512:
6
- metadata.gz: b0d28831ae12c0654f1f6f1b8a08e551a2bb843466b94824970dc112a25dec00d0bab25c2926285f28a184279613cae211cc1da2a6e08deb1f87f62e780eb187
7
- data.tar.gz: 1264a02d7c3bf06235e8e96ea212ef9bef3549c6fda606466ca5e39f94f335b6ace65c1ad00901b7df16161b87f434b0505820f090897ffacc817b8c51446e92
6
+ metadata.gz: 692fb7aa91c3f0e7e130db3e80579fbf717dacab8020f6c7c9e5d93376b280b98af7fab36101696397300f71b211ae7cbf00445974a16747afb45a437934fddb
7
+ data.tar.gz: f636e30f3946548eaa5289c60baea589955569f1f4abd5c73f59eb247dabc761d6df80697b0cb2a8f91b2037a759c7ac990c624cc3b581608b711728f85cafbf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.9.1
2
+
3
+ * Provide the package to purge before installing the new version
4
+
1
5
  # 0.9.0
2
6
 
3
7
  * Don't nuke the entire existing source install dir, there may be necessary files in there
data/lib/conjur/debify.rb CHANGED
@@ -320,7 +320,7 @@ FROM #{appliance_image_id}
320
320
 
321
321
  COPY #{package_name} /tmp/
322
322
 
323
- RUN if dpkg --list | grep conjur-#{project_name}; then dpkg --force all --purge; fi
323
+ RUN if dpkg --list | grep conjur-#{project_name}; then dpkg --force all --purge conjur-#{project_name}; fi
324
324
  RUN if [ -f /opt/conjur/etc/#{project_name}.conf ]; then rm /opt/conjur/etc/#{project_name}.conf; fi
325
325
  RUN dpkg --install /tmp/#{package_name}
326
326
 
@@ -1,5 +1,5 @@
1
1
  module Conjur
2
2
  module Debify
3
- VERSION = "0.9.0"
3
+ VERSION = "0.9.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjur-debify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Gilpin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-18 00:00:00.000000000 Z
11
+ date: 2016-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gli