itamae-plugin-recipe-rtn_git 0.0.1 → 0.1.0

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: 007c5371ec3cf0ac4d55057dfa4a91337c1e8a04
4
- data.tar.gz: 6503360c615867c3b0bc8cb42c9d27bce1f6764e
3
+ metadata.gz: ce6104055dd2c6a9687e823aee08b97e896bc008
4
+ data.tar.gz: ba1e3303de793e01e4d0d45c2cf56945d7deb9da
5
5
  SHA512:
6
- metadata.gz: f6ff95fef117ff43c45b93b3963699d22402824095266c60a80c237effb5a42d3efba4d455edee15ee95fa577af85625bf7bf7386eaa49ee1e621a9ec9b0256b
7
- data.tar.gz: 45e34d23044123cea322c17d427541a27e72bf8bc74497e441cb718bf70dd4aabc79d0b062bc4f4d43b0ab27f4d5d5cf920c3dd090c120b5b6f87d31408b10e7
6
+ metadata.gz: 4f24c3923addc807142e2525d935fc801d42b41c459d02913c3d0cc258d8ccce4fc1d373c5610bb171d256abe0b5d2b9d1cb044506acd18a10daaa8a3c74ec51
7
+ data.tar.gz: ad0886780e9cb5116a4ebb6e640f282b8b3637cf09580b37e53df49c5b4dc62e3c2786d2370e6c404aacfbab3b176e93904ff70cb0d1774384bfa1a043fc5b2d
data/README.md CHANGED
@@ -22,7 +22,7 @@ Or install it yourself as:
22
22
 
23
23
  ### Add your recipe or role
24
24
  ```ruby
25
- include_recipe 'rtn_php_nabe::system'
25
+ include_recipe 'rtn_git:system'
26
26
  ```
27
27
 
28
28
  ### node.json
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['ru_shalm@hazimu.com']
11
11
  spec.summary = %q{Itamae recipe plugin for git.}
12
12
  spec.description = %q{Itamae recipe plugin for git.}
13
- spec.homepage = ''
13
+ spec.homepage = 'https://github.com/rutan/itamae-plugin-recipe-rtn_git'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module RtnGit
5
- VERSION = "0.0.1"
5
+ VERSION = "0.1.0"
6
6
  end
7
7
  end
8
8
  end
data/spec/role.rb CHANGED
@@ -5,4 +5,5 @@ when %r(debian|ubuntu)
5
5
  execute 'apt-get update -y'
6
6
  end
7
7
 
8
- include_recipe 'rtn_git'
8
+ include_recipe 'rtn_git::system'
9
+
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.0.1
4
+ version: 0.1.0
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-19 00:00:00.000000000 Z
11
+ date: 2015-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -80,13 +80,13 @@ files:
80
80
  - Rakefile
81
81
  - Vagrantfile
82
82
  - itamae-plugin-recipe-rtn_git.gemspec
83
- - lib/itamae/plugin/recipe/rtn_git.rb
83
+ - lib/itamae/plugin/recipe/rtn_git/system.rb
84
84
  - lib/itamae/plugin/recipe/rtn_git/version.rb
85
85
  - spec/git_spec.rb
86
86
  - spec/node.json
87
87
  - spec/role.rb
88
88
  - spec/spec_helper.rb
89
- homepage: ''
89
+ homepage: https://github.com/rutan/itamae-plugin-recipe-rtn_git
90
90
  licenses:
91
91
  - MIT
92
92
  metadata: {}