kookeeper 3.1.0 → 3.1.2

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
  SHA256:
3
- metadata.gz: cfabea23fd7bf2e0197cbf2c147a2f3684c85fc9e580633086fda7c6c8bc4b6c
4
- data.tar.gz: 1ebb55ae84fa925a6a9bd6ee0b95591d6bee0c8a85a503d8272a27d7eec6d4f7
3
+ metadata.gz: 5f71d885879aa95039511f78d5771166a44994f862a45b4bed927f3002ceb5e8
4
+ data.tar.gz: 4c2ddfdbbd0981917ac6b22de832e4c46a09550fb4a81ca6a9a9f97f8929f41b
5
5
  SHA512:
6
- metadata.gz: 40b2dce0ab4c9b0b2b1e99c1677c0b1c002a070c5b363040b22e37d99d4455d390edb923ea548beadb3bd0e5eec5a02d1bd2b7b1f9f1f655346b4ac15c94ae7f
7
- data.tar.gz: 1c7ef42ff4c4e239f19fe7efba66a5ab2aa66cbbc7ea7fe8ae86b340bf158fbc364cd8623d08f704c8903cf67572a10c44bdf23c40aee0ba3c5fbc619936a1fd
6
+ metadata.gz: a5565e95c940d75542d2de6dceeabef4302b765178c5256a4dfe3633951f83366c9327f1d1881458e8d0e41a36aff1996a0a1f0ee41fd04b4edecb3dae593634
7
+ data.tar.gz: 8eefdfbd881c0ac68b39bb4f20c96c2d3f3c9ab0a9687a5302d27319481ac1b8a1d351e2eac044f4048a1e2d7af1c1cf2d11d7ecdb8e5f94f820b629f1d4b679
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kookeeper (3.1.0)
4
+ kookeeper (3.1.2)
5
5
  big_resources
6
6
  big_stash (~> 0.1)
7
7
  cocoapods
@@ -30,7 +30,9 @@ module BigKeeper
30
30
 
31
31
  ModuleCacheOperator.new(path).cache_git_modules(ModuleCacheOperator.new(path).all_path_modules)
32
32
 
33
- modules = ModuleCacheOperator.new(path).remain_git_modules
33
+ modules = ModuleCacheOperator.new(path).current_path_modules_path(path)
34
+
35
+ #modules = ModuleCacheOperator.new(path).remain_git_modules
34
36
  # Rebase modules and modify module as git
35
37
  modules.each do |module_name|
36
38
  ModuleService.new.finish(path, user, module_name, branch_name, type)
@@ -31,8 +31,8 @@ module BigKeeper
31
31
  # Apply home stash
32
32
  StashService.new.pop_stash(path, home_branch_name, 'Home')
33
33
 
34
- modules = ModuleCacheOperator.new(path).all_path_modules
35
-
34
+ #modules = ModuleCacheOperator.new(path).all_path_modules
35
+ modules = ModuleCacheOperator.new(path).current_path_modules_path(path)
36
36
  modules.each do |module_name|
37
37
  ModuleService.new.switch_to(path, user, module_name, branch_name, type)
38
38
  end
@@ -27,6 +27,8 @@ module BigKeeper
27
27
 
28
28
  StashService.new.pop_stash(module_full_path, home_branch_name, module_name)
29
29
  end
30
+
31
+ StashService.new.pop_stash(module_full_path, home_branch_name, module_name)
30
32
  end
31
33
 
32
34
  def push(path, user, module_name, home_branch_name, type, comment)
@@ -1,3 +1,3 @@
1
1
  module BigKeeper
2
- VERSION = "3.1.0"
2
+ VERSION = "3.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kookeeper
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - mmoaay