thegarage-gitx 2.5.0.beta3 → 2.5.0.beta4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b23514b77454d12bf5c3f10fb8631e81c6549be7
4
- data.tar.gz: 2d6ccdbb734236b9408376baf3a2c4d72c3aac48
3
+ metadata.gz: f74b78c4a2d1e85a08f1d15620de3acb87196296
4
+ data.tar.gz: f619da8af4ffb618d9cf747dde0367262f33bb9d
5
5
  SHA512:
6
- metadata.gz: 7373518508bcba2cbbb5f4714230180f7788a13f6c137a6ef6d64aa423dd1330339ad7d28e6fdb60240f2cfd4f378615990e43289e5becec34748592d8c97881
7
- data.tar.gz: 981c8c8264d3111b89298003e26dbbc0c4ba245dc33113d8df395b2cf759113bb446bcb45a9239dedaf00316e63da58cd7323852c92a95c61d295bc0e435c0c0
6
+ metadata.gz: c08275e45d02e36d56b03083246056c5aff9dd04acfcd955d7f820a7c343204e26670d8c55d81ff7d750f3a465bc433ee21945e35340bade1bca64fab172f159
7
+ data.tar.gz: 3a159e8687a9e582541348f1269e80974986468cb34ceec4404e61ddd455890ef7c221cc762ec73ab1a7e728ee41d80631fd56b7f7d30a91797a17c10758e740
@@ -3,7 +3,6 @@ require 'thegarage/gitx'
3
3
  require 'thegarage/gitx/cli/base_command'
4
4
  require 'thegarage/gitx/cli/update_command'
5
5
 
6
-
7
6
  module Thegarage
8
7
  module Gitx
9
8
  module Cli
@@ -71,7 +70,7 @@ module Thegarage
71
70
  end
72
71
 
73
72
  def local_branches
74
- @local_branches ||= repo.branches.each_name(:local).map { |branch| branch }
73
+ @local_branches ||= repo.branches.each_name(:local)
75
74
  end
76
75
 
77
76
  def remote_branch_exists?(target_branch)
@@ -1,5 +1,5 @@
1
1
  module Thegarage
2
2
  module Gitx
3
- VERSION = '2.5.0.beta3'
3
+ VERSION = '2.5.0.beta4'
4
4
  end
5
5
  end
@@ -145,7 +145,7 @@ describe Thegarage::Gitx::Cli::IntegrateCommand do
145
145
 
146
146
  cli.integrate
147
147
  end
148
- it 'raises error' do
148
+ it 'asks user for feature-branch name' do
149
149
  should meet_expectations
150
150
  end
151
151
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thegarage-gitx
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0.beta3
4
+ version: 2.5.0.beta4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Sonnek