Skip to content

Commit e95847d

Browse files
committed
Update Homepage, better english in readme
1 parent 039f582 commit e95847d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
__by Bodo Tasche (bodo 'at' wannawork 'dot' de), Akzhan Abdulin (akzhan 'dot' abdulin 'at' gmail 'dot' com), Csoma Zoltan (info 'at' railsprogrammer 'dot' net)__
66

7-
Sends email commit messages splitting commits that were pushed in one step.
8-
Email is delivered as text or HTML with changes refined per word. Emails
7+
This gem sends email commit messages splitting commits that were pushed in one step.
8+
The Email is delivered as text or HTML with changes refined per word. Emails
99
have a scannable subject containing the first sentence of the commit as well
1010
as the author, project and branch name.
1111

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.5
1+
0.11.6

git-commit-notifier.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
1919
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
2020

21-
s.homepage = %q{http://git-commit-notifier.github.com/git-commit-notifier/}
21+
s.homepage = %q{http://git-commit-notifier.github.com/}
2222
s.require_paths = ["lib"]
2323
s.rubygems_version = %q{1.3.7}
2424
s.summary = %q{Sends git commit messages with diffs}

0 commit comments

Comments
 (0)