gitswitch 0.1.4 → 0.1.5

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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/gitswitch.gemspec +2 -2
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ begin
9
9
  Jeweler::Tasks.new do |gem|
10
10
  gem.name = "gitswitch"
11
11
  gem.summary = %Q{Easy git user switching}
12
- gem.description = %Q{Do you write code for your employer and for yourself? Want to easily change the e-mail address associated with your commits for work and home repos? This gem might help you out.}
12
+ gem.description = %Q{Easily switch your git name/e-mail user info -- Handy for work vs. personal and for pair programming}
13
13
  gem.email = "joe@joealba.com"
14
14
  gem.homepage = "http://github.com/joealba/gitswitch"
15
15
  gem.authors = ["Joe Alba"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
data/gitswitch.gemspec CHANGED
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gitswitch}
8
- s.version = "0.1.4"
8
+ s.version = "0.1.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Joe Alba"]
12
12
  s.date = %q{2010-09-07}
13
13
  s.default_executable = %q{gitswitch}
14
- s.description = %q{Do you write code for your employer and for yourself? Want to easily change the e-mail address associated with your commits for work and home repos? This gem might help you out.}
14
+ s.description = %q{Easily switch your git name/e-mail user info -- Handy for work vs. personal and for pair programming}
15
15
  s.email = %q{joe@joealba.com}
16
16
  s.executables = ["gitswitch"]
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitswitch
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Joe Alba
@@ -19,7 +19,7 @@ date: 2010-09-07 00:00:00 -04:00
19
19
  default_executable: gitswitch
20
20
  dependencies: []
21
21
 
22
- description: Do you write code for your employer and for yourself? Want to easily change the e-mail address associated with your commits for work and home repos? This gem might help you out.
22
+ description: Easily switch your git name/e-mail user info -- Handy for work vs. personal and for pair programming
23
23
  email: joe@joealba.com
24
24
  executables:
25
25
  - gitswitch