itamae-plugin-recipe-rtn_git 0.1.1 → 0.1.2

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: 9c5a48a58da4d6bd012b92940cf261da79d6edca
4
- data.tar.gz: e48c2f779d5b7714de4b77ee415e111c22bb731a
3
+ metadata.gz: d5ce618efa38eb9c6908ca3dfda57d531f1a93a3
4
+ data.tar.gz: 022846de7477b7cac29cae997db79798717dbde2
5
5
  SHA512:
6
- metadata.gz: 2023b192458f660b0f2c89bef59fe51ee3c8d1ccb3c47cdf0e804a2a805554ec2a300b6bffc5faea0ded0f8a4dae2a3471237691e52f204c7bd94205c1aed5f3
7
- data.tar.gz: 61c4f0a30d33f517bd7aa86c41fc0e127af638f62d85bb739f28ac83637a1653bb7bf1166df6803008a9718a040bcab833e2bf325ae04ce9786099edc337ec6d
6
+ metadata.gz: 1a57cc4d24b29049c37968037aafe38da641dd76ab5aec46978c25903a57c1b4b91f2940d1076b833435f366406bc127c0dab6b0edd593323a70020c93177b76
7
+ data.tar.gz: 77d9d92c792df7e2da9ebddf17b659a60f8255f263e9eebbc42ecd9cc5ea969bec557725ba7f4ff461885f325a434d42367ca4a96e05cccdb9c7b98fb2a17226
data/README.md CHANGED
@@ -22,14 +22,14 @@ Or install it yourself as:
22
22
 
23
23
  ### Add your recipe or role
24
24
  ```ruby
25
- include_recipe 'rtn_git:system'
25
+ include_recipe 'rtn_git::system'
26
26
  ```
27
27
 
28
28
  ### node.json
29
29
  ```json
30
30
  {
31
31
  "rtn_git": {
32
- "versions": "2.3.0"
32
+ "version": "2.3.0"
33
33
  }
34
34
  }
35
35
  ```
@@ -14,7 +14,7 @@ define :git_install, install_path: nil, archive_url: nil do
14
14
  dirname = "git-#{params[:name]}"
15
15
 
16
16
  packages = %w[wget gcc gettext]
17
- case os[:family]
17
+ case node[:platform]
18
18
  when %r(debian|ubuntu)
19
19
  packages << 'libssl-dev'
20
20
  packages << 'libcurl4-openssl-dev'
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module RtnGit
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
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-rtn_git
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ru/MuckRu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-25 00:00:00.000000000 Z
11
+ date: 2015-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae