hacker_todo_list 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'hacker_todo_list'
3
- s.version = '1.1.0'
3
+ s.version = '1.1.1'
4
4
  s.date = '2012-11-11'
5
5
  s.summary = "A command line To-Do list"
6
6
  s.description = %Q{
@@ -62,7 +62,8 @@ module HackerToDo
62
62
  return self.class.get("/gists/#{todo_entry["id"]}", {:basic_auth => @github_creds})
63
63
  else
64
64
  puts "Your github credentials are incorrect"
65
- system "rm -f #{HackerToDo::Setup::CREDENTIAL_FILE}"
65
+ credential_file = File.join(Dir.home, HackerToDo::Setup::CREDENTIAL_FILE)
66
+ system "rm -f #{credential_file}"
66
67
  return nil
67
68
  end
68
69
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hacker_todo_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: