fpm 1.9.2 → 1.9.3

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: 36ac3bbe61d011df86f9193d4d8de4bdaab376a3
4
- data.tar.gz: 5d9cc9c3b76c1cf50e68dac2a0b243d78a2c20e7
3
+ metadata.gz: d5615d2c9718bda8c319b0bcb73a2dd78ad6a27d
4
+ data.tar.gz: 4de9f492b1362ff219e8fd7fb66c8e383f234500
5
5
  SHA512:
6
- metadata.gz: a662f62f9a816e90b34211cb6599917acc56a048e1b6c329fcbacd72aa94e12076397bbf0b1447718a0912dc3ffa44c2318b865746fafcf00f1ca95d2eb9a702
7
- data.tar.gz: '0049a012969a0b8aa2eec1e54607b198fb7092eb63bd2704b9dbca1c51bae4776bb97d343a12f65bb5d42810cc4cc126dc9a38320a70f0db9c7f5f578bc4fee6'
6
+ metadata.gz: 94a52dec3c70f4e49389d136a9922b315534bbbbb9728eee1eb97d5a60813d8664ae718eb464c4164df11011ef9634d0a1f878416d4d6bbcd3bfefe653c733c6
7
+ data.tar.gz: ca134fd3b9321671862de426002f8b924727fac05f8124a0be831fc69595b2d66a0abdaebb4a279f5c645612ab74cb636680825b17e332a9aea1bcd6c88fb2cf
@@ -1,6 +1,11 @@
1
1
  Release Notes and Change Log
2
2
  ============================
3
3
 
4
+ 1.9.3 (September 11, 2017)
5
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
6
+
7
+ * fix a bug when coyping a symlink using path mapping would result in the link creating a directory to hold think. (`#1395`_; Nemanja Boric)
8
+
4
9
  1.9.2 (July 29, 2017)
5
10
  ^^^^^^^^^^^^^^^^^^^^^
6
11
 
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  (This is an MIT-style license)
2
2
 
3
- Copyright (c) 2011-2016 Jordan Sissel and contributors.
3
+ Copyright (c) 2011-2017 Jordan Sissel and contributors.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -144,7 +144,8 @@ class FPM::Package::Dir < FPM::Package
144
144
  copy(source, destination)
145
145
  end
146
146
  elsif fileinfo.symlink?
147
- if destination_is_directory
147
+ # Treat them same as files
148
+ if destination[-1,1] == "/"
148
149
  copy(source, File.join(destination, source))
149
150
  else
150
151
  copy(source, destination)
@@ -1,3 +1,3 @@
1
1
  module FPM
2
- VERSION = "1.9.2"
2
+ VERSION = "1.9.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fpm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.2
4
+ version: 1.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Sissel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-29 00:00:00.000000000 Z
11
+ date: 2017-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json