todone 0.2.5 → 0.2.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/VERSION +1 -1
  2. data/lib/todone.rb +1 -1
  3. data/todone.gemspec +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.5
1
+ 0.2.6
data/lib/todone.rb CHANGED
@@ -46,7 +46,7 @@ module Todone
46
46
 
47
47
  def git_dir
48
48
  if Dir.getwd.split('/').last == 'hooks' then '..'
49
- elsif Dir.exists? '.git' then '.git'
49
+ elsif File.exists? '.git' then '.git'
50
50
  end
51
51
  end
52
52
 
data/todone.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{todone}
8
- s.version = "0.2.5"
8
+ s.version = "0.2.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["A Flores"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: todone
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.5
5
+ version: 0.2.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - A Flores
@@ -145,7 +145,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
145
145
  requirements:
146
146
  - - ">="
147
147
  - !ruby/object:Gem::Version
148
- hash: -3768701804106802281
148
+ hash: -1468297827052549306
149
149
  segments:
150
150
  - 0
151
151
  version: "0"