git-whistles 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git-whistles (0.9.0)
4
+ git-whistles (0.9.1)
5
5
  pivotal-tracker (~> 0.5.6)
6
6
  term-ansicolor
7
7
 
@@ -12,17 +12,17 @@ GEM
12
12
  coderay (1.0.9)
13
13
  crack (0.4.1)
14
14
  safe_yaml (~> 0.9.0)
15
- happymapper (0.4.1)
15
+ happymapper (0.4.0)
16
16
  libxml-ruby (~> 2.0)
17
17
  libxml-ruby (2.7.0)
18
18
  method_source (0.8.2)
19
- mime-types (2.0)
20
- mini_portile (0.5.2)
19
+ mime-types (1.25)
20
+ mini_portile (0.5.1)
21
21
  nokogiri (1.6.0)
22
22
  mini_portile (~> 0.5.0)
23
- nokogiri-happymapper (0.5.8)
23
+ nokogiri-happymapper (0.5.7)
24
24
  nokogiri (~> 1.5)
25
- pivotal-tracker (0.5.12)
25
+ pivotal-tracker (0.5.10)
26
26
  builder
27
27
  builder
28
28
  crack
@@ -41,11 +41,11 @@ GEM
41
41
  rake (10.1.0)
42
42
  rest-client (1.6.7)
43
43
  mime-types (>= 1.16)
44
- safe_yaml (0.9.7)
44
+ safe_yaml (0.9.5)
45
45
  slop (3.4.6)
46
46
  term-ansicolor (1.2.2)
47
47
  tins (~> 0.8)
48
- tins (0.13.1)
48
+ tins (0.9.0)
49
49
 
50
50
  PLATFORMS
51
51
  ruby
@@ -20,7 +20,7 @@ class App < Git::Whistles::App
20
20
  super
21
21
  parse_args!(args)
22
22
 
23
- merges = `git log --merges --first-parent --oneline #{options.from} ^#{options.to} | grep 'Merge pull request'`
23
+ merges = `git log --merges --oneline #{options.from} ^#{options.to} | grep 'Merge pull request'`
24
24
  return if merges.nil?
25
25
 
26
26
  output = []
@@ -4,7 +4,7 @@ require 'pathname'
4
4
 
5
5
  module Git
6
6
  module Whistles
7
- VERSION = "0.9.0"
7
+ VERSION = "0.9.1"
8
8
  GEMDIR = Pathname.new(__FILE__).parent.parent.parent
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-whistles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-01-01 00:00:00.000000000 Z
13
+ date: 2014-01-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -170,7 +170,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
170
170
  version: '0'
171
171
  segments:
172
172
  - 0
173
- hash: -3965311279452272986
173
+ hash: -500768484340958016
174
174
  required_rubygems_version: !ruby/object:Gem::Requirement
175
175
  none: false
176
176
  requirements: