ebm 0.0.19 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/lib/commands/commit.rb +5 -1
  3. data/lib/info.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA512:
3
- metadata.gz: 98ee9d4756cc1a55b0f145b176287b95fcd1edc2c7921c2f7c937c94969e8268d5338c5fc746414cbc8464e528014b870e8ca7579925815433d10aaddc628fc0
4
- data.tar.gz: 687822afca61d81479ba1b42291868c66f3add972823a53ab236e2dfccf75af5cb98a12cc2416635ce47e069284814bbea078e0559dbf658000a4cfc4cc3b7f5
5
2
  SHA1:
6
- metadata.gz: 16cec39a97faa68e28109b30f6658c44206bafa6
7
- data.tar.gz: dff5e98567925fc509bbc529662facb202a306df
3
+ metadata.gz: 46030ff378337f714453c422bd2ac5c7ab9bf0df
4
+ data.tar.gz: 8c2b04917f57b795fbaf7a4930d9ea7f11de2ff9
5
+ SHA512:
6
+ metadata.gz: 83df5b60a40758d74a3b70d3105fcad7b2265db2a5540efac52509348828096f72bf7a22886150c9a347b12f3c368acdfdc3df162df4591e6d3bdceb2efa3c90
7
+ data.tar.gz: 4fe6e5ac9aeb810cca0e22ed8e0d262b40ba26001bc9788805718850dd48029e510c4526dd84d8e865f542f82f8afe5805e7ffbbe5149d2fdea45f751da62f75
@@ -26,7 +26,11 @@ module Commands
26
26
  opts.banner = "Usage: commit [options]"
27
27
  opts.description = "Commit changes to local repos."
28
28
 
29
- opts.on('-c', "--comment comment", "Required - The comment you want to use for the commit.") do |v|
29
+ opts.on('-c', "--comment comment", "Required - The comment you want to use for the commit - alternate use -m.") do |v|
30
+ options[:comment] = v
31
+ end
32
+
33
+ opts.on('-m', "--comment comment", "Required - The comment you want to use for the commit - alternate use -c.") do |v|
30
34
  options[:comment] = v
31
35
  end
32
36
 
data/lib/info.rb CHANGED
@@ -7,6 +7,6 @@
7
7
  #
8
8
  class Info
9
9
  def self.version
10
- "0.0.19"
10
+ "0.0.20"
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ebm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Seitz
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2013-07-01 00:00:00 Z
12
+ date: 2013-07-02 00:00:00 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: subcommand