buildmeister 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/buildmeister/base.rb +1 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.1
1
+ 2.0.2
@@ -168,7 +168,7 @@ module Buildmeister
168
168
  def list_staged_tickets
169
169
  # First, fetch origin to make sure we have all the necessary information
170
170
  system('git fetch origin')
171
- shas = `git log master..HEAD --pretty=format:%H`.split
171
+ shas = `git log origin/master..HEAD --pretty=format:%H`.split
172
172
 
173
173
  # Generate an array of arrays - the inner array lists all branches that contain
174
174
  # each of the SHAs listed above
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildmeister
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 1
10
- version: 2.0.1
9
+ - 2
10
+ version: 2.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Leigh Caplan