hangover 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,7 @@ class Repository
30
30
  p "Initializing new hangover repo at #{@repository}"
31
31
  init
32
32
  add
33
- commit
33
+ commit_a("Initial commit")
34
34
  end
35
35
 
36
36
  def gitk
@@ -1,3 +1,3 @@
1
1
  module Hangover
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Norman Timmler