jenkins-bundle-update-pr 0.1.1 → 0.1.2

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: cc961346783d0a7b4f32b519d3d436695ca483dc
4
- data.tar.gz: 4c516ce2bc0ef6a78d982c4c7de6d08e85740e2e
3
+ metadata.gz: 0cfb099ccb5649914589e1f049118e7b054e10f5
4
+ data.tar.gz: 233b79da05af99232a0028a6eae5b51a43079c47
5
5
  SHA512:
6
- metadata.gz: 22ee0af6e7ad5c4dd47f73f329af148ba54e7777af2e295af8aa901889c625187d1cabe87227da618023f7fc65e2cc9556eea37a97dad293142a5c9cdc7e00e4
7
- data.tar.gz: 5a33f08780af0cb3ba96d345b7f01246833aa0da4a6906cf3143e418a5a8cf334a6651e1efb45ab27f5e5ab863da93fca0a3648e1ca23a527c7a76a031e67613
6
+ metadata.gz: 023507a9b281854004ba3da1858c8f57a2b443b0ebe5f7b8c4bf286e5254612166c63e3a96e749ee85286e59111e7654cb5ea70f4f1ab521a3b8db9302f4ffd1
7
+ data.tar.gz: 4cda01ee0e39346d7d55844047dc30c394154d28a1027da8ddd74f57dbbd437a0d0ac5f70a2af67a84db03bc8c6d44e1048a7495af1e775cdf911b641689a972
@@ -39,7 +39,7 @@ module Jenkins
39
39
  system("git config user.name #{git_username}")
40
40
  system("git config user.email #{git_email}")
41
41
  system("git checkout -b #{branch}")
42
- system('git add Gemfile.lock')
42
+ system('git add Gemfile.lock config/Gemfile.lock')
43
43
  system("git commit -m 'bundle update'")
44
44
  system("git push origin #{branch}")
45
45
  end
@@ -4,7 +4,7 @@ module Jenkins
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '0.1.1'
7
+ VERSION = '0.1.2'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jenkins-bundle-update-pr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hidekazu Tanaka
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-10 00:00:00.000000000 Z
11
+ date: 2018-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker