html-diff 0.0.3 → 0.0.4

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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/html_diff.rb +1 -1
  3. metadata +7 -9
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: e11007dd3e78922f1d52d4d03c1dfd95ebd0e111
4
+ data.tar.gz: 906790f5979dad3d13e23da9969fb349cdeb1fb2
5
+ SHA512:
6
+ metadata.gz: 48313208cf6451853861db61d8b15636d14aa3c2abe77c7b240912564f4240e25164f91ee6b5ce54a6b5e0c3ab522f6afdbcd1d853e7d644bc763109bef30f84
7
+ data.tar.gz: 086411b8a79690d55afb643a47831367936345b057887ce007d41849110ebce71262dcbbef541011ab52f03ba85dcaf7f7446e7d40630d1f366f64fdfd959156
@@ -16,7 +16,7 @@ class HtmlDiff
16
16
 
17
17
  def branch
18
18
  status=`git status`
19
- status.scan(/# On branch (.*)\n/).last.last
19
+ status.scan(/On branch (.*)\n/).last.last
20
20
  end
21
21
 
22
22
  def html_diff
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html-diff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
5
- prerelease:
4
+ version: 0.0.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Sarah Adams
@@ -18,30 +17,29 @@ executables:
18
17
  extensions: []
19
18
  extra_rdoc_files: []
20
19
  files:
21
- - lib/html_diff.rb
22
20
  - bin/html-diff
21
+ - lib/html_diff.rb
23
22
  homepage: http://rubygems.org/gems/html-diff
24
23
  licenses: []
24
+ metadata: {}
25
25
  post_install_message:
26
26
  rdoc_options: []
27
27
  require_paths:
28
28
  - lib
29
29
  required_ruby_version: !ruby/object:Gem::Requirement
30
- none: false
31
30
  requirements:
32
- - - ! '>='
31
+ - - ">="
33
32
  - !ruby/object:Gem::Version
34
33
  version: '0'
35
34
  required_rubygems_version: !ruby/object:Gem::Requirement
36
- none: false
37
35
  requirements:
38
- - - ! '>='
36
+ - - ">="
39
37
  - !ruby/object:Gem::Version
40
38
  version: '0'
41
39
  requirements: []
42
40
  rubyforge_project:
43
- rubygems_version: 1.8.23
41
+ rubygems_version: 2.2.2
44
42
  signing_key:
45
- specification_version: 3
43
+ specification_version: 4
46
44
  summary: HTML git-diff
47
45
  test_files: []