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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 33b7313662f88e433bd9bb99e9303a0e267cdbd2
4
- data.tar.gz: 85ad919a8ddd55d9a24b056bb50336ea72f92e27
3
+ metadata.gz: 8d9d293d6eb1fbb56dd37c42263218330c2e1107
4
+ data.tar.gz: 8c59ea4260b19d8ebe348108b59330fb16883aba
5
5
  SHA512:
6
- metadata.gz: fb45d89b6d9ef57b228f1d37788d79db9e14c245d35d22ad122c3130e46e3677afd521ae84153d6a2186271e8963726167fb9a87ca9372e22aad9b76ce194321
7
- data.tar.gz: f5a6d793add35e46be99ad8600277e1c05f45d64ee925c845f98677c52b9b3c0fd880551edf70dbc8c4d6f5042f4a3c4ccaa5dedd44275ff38c0834519370d3c
6
+ metadata.gz: 2419dee6991e0201402b114584965b44b681b52da979ba810498be73c9acb1ee8330b85e42f82ba0405f44cff61d5db3dbf86a79ca844f7cdc9f5ddcd8b97490
7
+ data.tar.gz: 99b536c29783720adcda794ffcb08e14480b2067e955fb3fba7343d8dfb41e12fa0fbce9efb6e0a91aedaebeb1e3c627035d4f229a3352ecd79f3faba15546b9
data/CHANGELOG.md CHANGED
@@ -1,9 +1,13 @@
1
- ## 0.1.2
1
+ ## 0.3.1
2
+
3
+ - fix path to source code.
4
+
5
+ ## 0.3.0
2
6
 
3
7
  - fix path to Gemfile
4
8
  - Fix ENV['PATH'] when with bundler
5
9
 
6
- ## 0.1.1
10
+ ## 0.2.0
7
11
 
8
12
  - fix Gem bin path
9
13
  - do bundle when found Gemfile
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/sawanoboly/busser-shindo/issues
78
- [license]: https://github.com/sawanoboly/busser-shindo/blob/master/LICENSE
79
- [repo]: https://github.com/sawanoboly/busser-shindo
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
@@ -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/sawanoboly/busser-shindo'
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($/)
@@ -22,6 +22,6 @@ module Busser
22
22
  module Shindo
23
23
 
24
24
  # Version string for the Shindo Busser runner plugin
25
- VERSION = "0.3.0"
25
+ VERSION = "0.3.1"
26
26
  end
27
27
  end
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.0
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/sawanoboly/busser-shindo
162
+ homepage: https://github.com/OpsRockin/busser-shindo
163
163
  licenses:
164
164
  - Apache 2.0
165
165
  metadata: {}