ebm 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA512:
3
- metadata.gz: be1d442cbd88182316f78caf79b18d6b62f61595b25b93c4a2ab19fcaa2dd0edcd4020a270689dc414b7067beaeb372881c58d54292ce49bc224ca87a738651b
4
- data.tar.gz: a564af1ea434a3da838b68031900135cb1ff406f8e73d2c1b3f941f088678a8f7abec9522837f426ea1030a66fe36a86060e28154935da8a4818215f0cb18f81
3
+ metadata.gz: bca2e2f71adac9af6d77828f81f82c682c9e2fce2c7d104ee3e90a7b24bf4ede0e37cad617038d4d7593fadd71ccb7f8e1f3970bc7ea9e0f44cc43e565f3d2bf
4
+ data.tar.gz: b25a98e1e2a4f8f7f8887c321184e7c59c514b118bed2d2b550a7d15bf21d172bd0190a79c2ac6c4bcec6065e47c4af899b7d5f03026c5a9359527975bd16702
5
5
  SHA1:
6
- metadata.gz: ebfaac1ab88a03ec2ce20bb3d8e0f2a0aba67884
7
- data.tar.gz: 531838d0e94d003457081bef9b90b82b5a9a5a72
6
+ metadata.gz: c89aa4c077150d65300a6e029b102fc252660cec
7
+ data.tar.gz: 9942ef91186a68105d8b6baaade6bfca9c5518b1
@@ -84,7 +84,7 @@ module Commands
84
84
  # now create the developer branch off of the base branch
85
85
  if create_dev_branch
86
86
  dev_branch_name = "#{initials}_#{branch}"
87
- cmd = "git checkout -b #{dev_branch_name} && git push -u origin #{dev_branch_name}"
87
+ cmd = "git checkout -B #{dev_branch_name} && git push -u origin #{dev_branch_name}"
88
88
  if EbmSharedLib::CL.do_cmd_result(cmd, repo_path) != 0
89
89
  raise "Unable to create local and tracking developer branch #{dev_branch_name} for #{repo_name}."
90
90
  end
data/lib/info.rb CHANGED
@@ -7,6 +7,6 @@
7
7
  #
8
8
  class Info
9
9
  def self.version
10
- "0.0.3"
10
+ "0.0.4"
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.3
4
+ version: 0.0.4
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-05-04 00:00:00 Z
12
+ date: 2013-05-23 00:00:00 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: subcommand