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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce6104055dd2c6a9687e823aee08b97e896bc008
|
|
4
|
+
data.tar.gz: ba1e3303de793e01e4d0d45c2cf56945d7deb9da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f24c3923addc807142e2525d935fc801d42b41c459d02913c3d0cc258d8ccce4fc1d373c5610bb171d256abe0b5d2b9d1cb044506acd18a10daaa8a3c74ec51
|
|
7
|
+
data.tar.gz: ad0886780e9cb5116a4ebb6e640f282b8b3637cf09580b37e53df49c5b4dc62e3c2786d2370e6c404aacfbab3b176e93904ff70cb0d1774384bfa1a043fc5b2d
|
data/README.md
CHANGED
|
@@ -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")
|
|
File without changes
|
data/spec/role.rb
CHANGED
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
|
|
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-
|
|
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: {}
|