mobi_check_in 0.0.11 → 0.0.12

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.
@@ -1,3 +1,3 @@
1
1
  module MobiCheckIn
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
data/lib/mobi_check_in.rb CHANGED
@@ -59,8 +59,9 @@ module MobiCheckIn
59
59
  puts "Enter a commit message: "
60
60
  commit_message_text = gets.chomp
61
61
  commit_message = commit_message + commit_message_text
62
- %x{git commit -m '#{commit_message}'}
63
- #system("EDITOR=vim git commit --author='#{author}' -e -m '#{commit_message}'")
62
+ puts commit_message
63
+ command = %x{git commit -m '#{commit_message}'}
64
+ puts command
64
65
  else
65
66
  puts "No local changes to commit."
66
67
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 11
9
- version: 0.0.11
8
+ - 12
9
+ version: 0.0.12
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Kormushoff