git-multirepo 1.0.0.beta76 → 1.0.0.beta77
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +4 -0
- data/lib/multirepo/commands/merge-command.rb +1 -1
- data/lib/multirepo/info.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 91adc8d1ea3a64700628ec1d9cb04040593a6454b4841ecb9b3533db11844ecf
|
4
|
+
data.tar.gz: 21cb5c1d4233514bce14427fcefd4faf77369c153376ca3d4562ead9c1a3e44f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30bbd2c27a8fbd7b2b35dcbe0003dcc7865330ef5cf4064a0de0d9c8aad317be2c6480b518d2331df0588cb12daddf6b1855544159bd74c1be1450c577210a1e
|
7
|
+
data.tar.gz: 8ee203ef2ac82ef6f7d62ad3afc37c3bcbeeab2622ef6b41b21ad641d2e6b43325cf1f51bdf573cfe628efad416eddc1c70f6ca3049bbfc0ac4135db090f242f
|
data/CHANGELOG.md
CHANGED
@@ -231,7 +231,7 @@ module MultiRepo
|
|
231
231
|
return
|
232
232
|
end
|
233
233
|
|
234
|
-
update_command = UpdateCommand.new(CLAide::ARGV.new(["--
|
234
|
+
update_command = UpdateCommand.new(CLAide::ARGV.new(["--diff", "--commit", "[multirepo] Post-merge tracking files update"]))
|
235
235
|
update_command.update_tracking_files_step(RepoSelection::MAIN)
|
236
236
|
end
|
237
237
|
|
data/lib/multirepo/info.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git-multirepo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.beta77
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michaël Fortin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -223,8 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
223
223
|
- !ruby/object:Gem::Version
|
224
224
|
version: 1.3.1
|
225
225
|
requirements: []
|
226
|
-
|
227
|
-
rubygems_version: 2.5.2.3
|
226
|
+
rubygems_version: 3.0.3
|
228
227
|
signing_key:
|
229
228
|
specification_version: 4
|
230
229
|
summary: Track multiple Git repositories side-by-side
|