busser-shindo 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -2
- data/README.md +3 -3
- data/busser-shindo.gemspec +1 -1
- data/lib/busser/shindo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d9d293d6eb1fbb56dd37c42263218330c2e1107
|
4
|
+
data.tar.gz: 8c59ea4260b19d8ebe348108b59330fb16883aba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2419dee6991e0201402b114584965b44b681b52da979ba810498be73c9acb1ee8330b85e42f82ba0405f44cff61d5db3dbf86a79ca844f7cdc9f5ddcd8b97490
|
7
|
+
data.tar.gz: 99b536c29783720adcda794ffcb08e14480b2067e955fb3fba7343d8dfb41e12fa0fbce9efb6e0a91aedaebeb1e3c627035d4f229a3352ecd79f3faba15546b9
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -74,7 +74,7 @@ Apache 2.0 (see [LICENSE][license])
|
|
74
74
|
|
75
75
|
|
76
76
|
[author]: https://github.com/sawanoboly
|
77
|
-
[issues]: https://github.com/
|
78
|
-
[license]: https://github.com/
|
79
|
-
[repo]: https://github.com/
|
77
|
+
[issues]: https://github.com/OpsRockin/busser-shindo/issues
|
78
|
+
[license]: https://github.com/OpsRockin/busser-shindo/blob/master/LICENSE
|
79
|
+
[repo]: https://github.com/OpsRockin/busser-shindo
|
80
80
|
[plugin_usage]: http://docs.kitchen-ci.org/busser/plugin-usage
|
data/busser-shindo.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ['sawanoboriyu@higanworks.com']
|
11
11
|
spec.description = %q{A Busser runner plugin for Shindo}
|
12
12
|
spec.summary = spec.description
|
13
|
-
spec.homepage = 'https://github.com/
|
13
|
+
spec.homepage = 'https://github.com/OpsRockin/busser-shindo'
|
14
14
|
spec.license = 'Apache 2.0'
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: busser-shindo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yukihiko Sawanobori
|
@@ -159,7 +159,7 @@ files:
|
|
159
159
|
- features/test_command.feature
|
160
160
|
- lib/busser/runner_plugin/shindo.rb
|
161
161
|
- lib/busser/shindo/version.rb
|
162
|
-
homepage: https://github.com/
|
162
|
+
homepage: https://github.com/OpsRockin/busser-shindo
|
163
163
|
licenses:
|
164
164
|
- Apache 2.0
|
165
165
|
metadata: {}
|