jenkins_pipeline_builder 0.8.0 → 0.8.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: 2ca43becc8a1b41d7db4b5eed240b85f9924ab91
4
- data.tar.gz: cb8dc5088ab19da3cde68b8b09782d8e002b662b
3
+ metadata.gz: ae4943ac45edc67e9ca0708021b806c1a27076b3
4
+ data.tar.gz: ec099fb6d0d07a7fe0b9aa7584bb858e3c45111f
5
5
  SHA512:
6
- metadata.gz: 550a353d6674f1efd02be4a10bcb242684ae0e0e2675b419deabdc5b68cbfcb9923d87159f273b02f540a9a572dae9d4c34e3ffbf761970209fe7ed3f321d70a
7
- data.tar.gz: 7e2e5a8ef0954ec7b947444bae305a24e965439c369e9d9a96af10ec3e4cf74aaa836a79a07aa034c45aa4654e0b02dc73763e95cfc1c2cb635302aabd9b1f20
6
+ metadata.gz: 58a24ed1e2bb4d4d24ebf1139397ca7b77b652c07a07f1a69dfdd34756deef0a91907e0f5f1de1ebb7debba9d34a3d17d5fe2b29d7cb670cc92a0866b26e44c8
7
+ data.tar.gz: 2328c82cfa12db03c25a53f725e15a893408a68fe1062aa5783722621ca29b06b6b8489e78c630396879c91c8322996edec791f5507d85a4f733423a2156ec56
@@ -164,7 +164,7 @@ job_attribute do
164
164
  end
165
165
  if params[:excluded_users]
166
166
  send('hudson.plugins.git.extensions.impl.UserExclusion') do
167
- excludedUser params[:excluded_users]
167
+ excludedUsers params[:excluded_users]
168
168
  end
169
169
  end
170
170
  if params[:included_regions] || params[:excluded_regions]
@@ -21,5 +21,5 @@
21
21
  #
22
22
 
23
23
  module JenkinsPipelineBuilder
24
- VERSION = '0.8.0'
24
+ VERSION = '0.8.1'
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jenkins_pipeline_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Moochnick
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-24 00:00:00.000000000 Z
12
+ date: 2014-09-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri