dandelion 0.1.5 → 0.1.6

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/dandelion/git.rb CHANGED
@@ -54,7 +54,7 @@ module Dandelion
54
54
  end
55
55
 
56
56
  def files
57
- @repo.git.native(:ls_tree, {:name_only => true}, revision).split("\n")
57
+ @repo.git.native(:ls_tree, {:name_only => true, :r => true}, revision).split("\n")
58
58
  end
59
59
 
60
60
  def show(file)
@@ -1,3 +1,3 @@
1
1
  module Dandelion
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: dandelion
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.5
5
+ version: 0.1.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Scott Nelson
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-10 00:00:00 -05:00
13
+ date: 2011-03-11 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -84,6 +84,6 @@ rubyforge_project:
84
84
  rubygems_version: 1.5.0
85
85
  signing_key:
86
86
  specification_version: 3
87
- summary: dandelion-0.1.5
87
+ summary: dandelion-0.1.6
88
88
  test_files: []
89
89