git-sleep 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
data/bin/git-sleep CHANGED
@@ -63,7 +63,7 @@ when 1
63
63
  print "> "
64
64
  xid = $stdin.gets.chomp
65
65
  netrc.new_item_prefix = "\n# jawbone xid\n"
66
- netrc["sleepytime.com"] = xid, "no password"
66
+ netrc["gitsleep.com"] = xid, "no password"
67
67
  netrc.save
68
68
  when :"-v"
69
69
  puts "Git Sleep v#{GitSleep::VERSION}"
data/hooks/pre-commit CHANGED
@@ -6,7 +6,7 @@ require 'git-sleep'
6
6
  require 'httparty'
7
7
 
8
8
  netrc = Netrc.read(GitSleep::NETRC_PATH)
9
- xid = netrc["sleepytime.com"].first
9
+ xid = netrc["gitsleep.com"].first
10
10
 
11
11
  raise "Need to `git sleep authorize`" if xid.nil?
12
12
 
data/lib/git-sleep.rb CHANGED
@@ -2,8 +2,8 @@ require 'rubygems'
2
2
  require 'httparty'
3
3
 
4
4
  module GitSleep
5
- VERSION = "0.0.15"
5
+ VERSION = "0.0.16"
6
6
  LAST_UPDATED = "2013-08-11"
7
7
  NETRC_PATH = File.expand_path('~/.netrc')
8
- OUR_SITE = "http://sleepytime.com"
8
+ OUR_SITE = "http://www.gitsleep.com"
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-sleep
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: