mobi_check_in 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -24,6 +24,10 @@ To commit and push all changes:
24
24
 
25
25
  $ mci
26
26
 
27
+ To ammend a commit
28
+
29
+ $ mca
30
+
27
31
  ## Contributing
28
32
 
29
33
  1. Fork it
data/bin/mca ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ require 'mobi_check_in'
3
+
4
+ MobiCheckIn.amend
data/lib/mobi_check_in.rb CHANGED
@@ -104,4 +104,9 @@ module MobiCheckIn
104
104
  end
105
105
  end
106
106
 
107
+ def self.amend
108
+ command = "git commit --amend -C HEAD"
109
+ system(command)
110
+ end
111
+
107
112
  end
@@ -1,3 +1,3 @@
1
1
  module MobiCheckIn
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobi_check_in
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,12 +9,13 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-18 00:00:00.000000000 Z
12
+ date: 2013-01-22 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A check in gem
15
15
  email:
16
16
  - kormie@gmail.com
17
17
  executables:
18
+ - mca
18
19
  - mci
19
20
  - mcic
20
21
  - mcii
@@ -27,6 +28,7 @@ files:
27
28
  - LICENSE.txt
28
29
  - README.md
29
30
  - Rakefile
31
+ - bin/mca
30
32
  - bin/mci
31
33
  - bin/mcic
32
34
  - bin/mcii