itamae-plugin-recipe-lltsv 0.1.0 → 0.2.0

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
  SHA256:
3
- metadata.gz: 684ffc6ae3a054506248c2840113e0d8d2a1dcb1eab9e4dd4adec709d514d8b2
4
- data.tar.gz: 5c0a093753940312c5991de56a1b2bfc48044cace1a7c17b403b1363c0c92ad6
3
+ metadata.gz: 40ba4b42577197c19b51de9e267ce636605da350ebc84ce901393593ef7b178a
4
+ data.tar.gz: 7f6d3ce9b76c2e394e835cc526c3702684d924fad601a4f2ef8f7285f734b301
5
5
  SHA512:
6
- metadata.gz: d20dc7ee65c3951b5048987d83ce1d0dd4ae5bdf3554664bd5d1a230d483df6c6a8d93a73597a3ce002489982af9952414e5da11c1e376518cc7353f898d19d4
7
- data.tar.gz: 5cf2eee7210448d59a59fb4138d6fcc5b76392f8f72bdbe33f2fb0b7c4d44cf3393a0c54eff7f96f91929edd9ccfb9aa00b92c27416cfd847c52414125c06894
6
+ metadata.gz: aaff431b79bb03802ad8679f9c9cb07f16359bd6a9897f31b26e67f9f946cc127e4e03554a5b83a537be3790df5eca3a160821e66253cb7e5ad0a141b285eeea
7
+ data.tar.gz: 35ad5ffa58454359c67494467b96447eb122940acd376e82560ea1eda0597c82e15df5390fdabfaa9a099637e8910636e301188a81a603ee8fdc9f9f3c05c05f
@@ -3,7 +3,7 @@ include_recipe 'lltsv::attributes'
3
3
  execute 'install lltsv' do
4
4
  command <<-EOC
5
5
  rm -f /tmp/lltsv && \
6
- curl https://github.com/sonots/lltsv/releases/download/v#{node[:lltsv][:version]}/lltsv_#{node[:lltsv][:arch]} -o /tmp/lltsv && \
6
+ curl -L https://github.com/sonots/lltsv/releases/download/v#{node[:lltsv][:version]}/lltsv_#{node[:lltsv][:arch]} -o /tmp/lltsv && \
7
7
  chmod a+x /tmp/lltsv && \
8
8
  mv /tmp/lltsv #{node[:lltsv][:install_path]}/lltsv
9
9
  EOC
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Lltsv
5
- VERSION = "0.1.0"
5
+ VERSION = "0.2.0"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-lltsv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takahiro Ooishi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-24 00:00:00.000000000 Z
11
+ date: 2019-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae