ehrenmurdick-git-pair 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ehrenmurdick-git-pair}
8
- s.version = "0.4.0"
8
+ s.version = "0.4.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Chris Kampmeier", "Adam McCrea", "Jon Distad", "Ehren Murdick"]
12
- s.date = %q{2010-10-18}
12
+ s.date = %q{2010-10-20}
13
13
  s.default_executable = %q{git-pair}
14
14
  s.description = %q{A git porcelain for pair programming. Changes git-config's user.name and user.email settings so you can commit as more than one author.}
15
15
  s.email = %q{ehren.murdick@gmail.com}
@@ -22,7 +22,7 @@ module GitPair
22
22
 
23
23
  imgs.first.crop!(0, 0, imgs.first.columns / 2, imgs.first.rows)
24
24
 
25
- midline = Magick::Image.new(4, imgs.last.columns, Magick::HatchFill.new('#800','#800'))
25
+ midline = Magick::Image.new(2, imgs.last.columns, Magick::HatchFill.new('#800','#800'))
26
26
 
27
27
  imgs.last.composite!(imgs.first, Magick::WestGravity, Magick::AtopCompositeOp)
28
28
  imgs.last.composite!(midline, Magick::CenterGravity, Magick::AtopCompositeOp)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ehrenmurdick-git-pair
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 0
10
- version: 0.4.0
9
+ - 1
10
+ version: 0.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Kampmeier
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2010-10-18 00:00:00 -07:00
21
+ date: 2010-10-20 00:00:00 -07:00
22
22
  default_executable: git-pair
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency