git-commit-notifier 0.11.5 → 0.11.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +2 -2
  2. data/VERSION +1 -1
  3. data/git-commit-notifier.gemspec +1 -2
  4. metadata +35 -4
data/README.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  __by Bodo Tasche (bodo 'at' wannawork 'dot' de), Akzhan Abdulin (akzhan 'dot' abdulin 'at' gmail 'dot' com), Csoma Zoltan (info 'at' railsprogrammer 'dot' net)__
6
6
 
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
9
9
  have a scannable subject containing the first sentence of the commit as well
10
10
  as the author, project and branch name.
11
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.5
1
+ 0.11.6
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
20
20
 
21
- s.homepage = %q{http://bitboxer.github.com/git-commit-notifier/}
21
+ s.homepage = %q{http://git-commit-notifier.github.com/}
22
22
  s.require_paths = ["lib"]
23
23
  s.rubygems_version = %q{1.3.7}
24
24
  s.summary = %q{Sends git commit messages with diffs}
@@ -40,4 +40,3 @@ Gem::Specification.new do |s|
40
40
  s.add_development_dependency(%q<yard>, ["~> 0.8.1"])
41
41
  s.add_development_dependency(%q<redcarpet>, ["~> 2.1"])
42
42
  end
43
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-commit-notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.5
4
+ version: 0.11.6
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: 2012-07-18 00:00:00.000000000 Z
13
+ date: 2012-08-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: diff-lcs
@@ -324,7 +324,7 @@ files:
324
324
  - spec/spec_helper.rb
325
325
  - template/email.html.erb
326
326
  - template/styles.css
327
- homepage: http://bitboxer.github.com/git-commit-notifier/
327
+ homepage: http://git-commit-notifier.github.com/
328
328
  licenses: []
329
329
  post_install_message:
330
330
  rdoc_options: []
@@ -336,6 +336,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
336
336
  - - ! '>='
337
337
  - !ruby/object:Gem::Version
338
338
  version: '0'
339
+ segments:
340
+ - 0
341
+ hash: 856165003090577153
339
342
  required_rubygems_version: !ruby/object:Gem::Requirement
340
343
  none: false
341
344
  requirements:
@@ -348,5 +351,33 @@ rubygems_version: 1.8.24
348
351
  signing_key:
349
352
  specification_version: 3
350
353
  summary: Sends git commit messages with diffs
351
- test_files: []
354
+ test_files:
355
+ - spec/fixtures/existing_file_one_line.txt
356
+ - spec/fixtures/git-notifier-group-email-by-push.yml
357
+ - spec/fixtures/git-notifier-ignore-merge.yml
358
+ - spec/fixtures/git-notifier-with-branch-restrictions.yml
359
+ - spec/fixtures/git-notifier-with-merge.yml
360
+ - spec/fixtures/git_describe_055850e7d925110322b8db4e17c3b840d76e144c
361
+ - spec/fixtures/git_describe_51b986619d88f7ba98be7d271188785cbbb541a0
362
+ - spec/fixtures/git_describe_a4629e707d80a5769f7a71ca6ed9471015e14dc9
363
+ - spec/fixtures/git_describe_dce6ade4cdc2833b53bd600ef10f9bce83c7102d
364
+ - spec/fixtures/git_describe_e28ad77bba0574241e6eb64dfd0c1291b221effe
365
+ - spec/fixtures/git_describe_ff037a73fc1094455e7bbf506171a3f3cf873ae6
366
+ - spec/fixtures/git_log
367
+ - spec/fixtures/git_log_name_status
368
+ - spec/fixtures/git_show_055850e7d925110322b8db4e17c3b840d76e144c
369
+ - spec/fixtures/git_show_51b986619d88f7ba98be7d271188785cbbb541a0
370
+ - spec/fixtures/git_show_a4629e707d80a5769f7a71ca6ed9471015e14dc9
371
+ - spec/fixtures/git_show_dce6ade4cdc2833b53bd600ef10f9bce83c7102d
372
+ - spec/fixtures/git_show_e28ad77bba0574241e6eb64dfd0c1291b221effe
373
+ - spec/fixtures/git_show_ff037a73fc1094455e7bbf506171a3f3cf873ae6
374
+ - spec/fixtures/new_file_one_line.txt
375
+ - spec/lib/git_commit_notifier/commit_hook_spec.rb
376
+ - spec/lib/git_commit_notifier/diff_to_html_spec.rb
377
+ - spec/lib/git_commit_notifier/emailer_spec.rb
378
+ - spec/lib/git_commit_notifier/git_spec.rb
379
+ - spec/lib/git_commit_notifier/logger_spec.rb
380
+ - spec/lib/git_commit_notifier/result_processor_spec.rb
381
+ - spec/lib/git_commit_notifier/webhook_spec.rb
382
+ - spec/spec_helper.rb
352
383
  has_rdoc: