grit-ext 0.0.8 → 0.0.9

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.
data/lib/grit/ext/diff.rb CHANGED
@@ -11,6 +11,14 @@ module Grit
11
11
  }
12
12
  end
13
13
 
14
+ def full_a_path
15
+ File.join(repo.working_dir, a_path)
16
+ end
17
+
18
+ def full_b_path
19
+ File.join(repo.working_dir, b_path)
20
+ end
21
+
14
22
  protected
15
23
 
16
24
  def lines
@@ -1,5 +1,5 @@
1
1
  module Grit
2
2
  module Ext
3
- VERSION = '0.0.8'
3
+ VERSION = '0.0.9'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grit-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-16 00:00:00.000000000 Z
12
+ date: 2013-07-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: grit
@@ -76,7 +76,8 @@ files:
76
76
  - LICENSE
77
77
  - README.md
78
78
  homepage: http://github.org/mmozuras/grit-ext
79
- licenses: []
79
+ licenses:
80
+ - MIT
80
81
  post_install_message:
81
82
  rdoc_options: []
82
83
  require_paths: